aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2008-07-17
|\
| * pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-15
* | APM emulation: Notify about all suspend events, not just APM invoked ones (v2)Johannes Berg2008-07-16
* | Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-15
|\ \
| * \ Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
| |\ \
| | * | fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-27
| | * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-26
| * | | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-14
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-14
| | |\ \ \
| | | * | | dsp56k: use request_firmwareJaswinder Singh2008-07-14
| | | * | | ip2: use request_firmware()David Woodhouse2008-07-10
| | | * | | Fix a const assignment in moxa_load_fw()David Howells2008-07-10
| | | * | | cyclades: treat firmware data as constDavid Woodhouse2008-07-10
* | | | | | Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-15
|\| | | | |
| * | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-14
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
| | |\ \ \ \
| | * | | | | ipmi: fasync BKL pushdownJonathan Corbet2008-07-02
| | * | | | | tty_io: fasync BKL pushdownJonathan Corbet2008-07-02
| | * | | | | tpm-tpm: BKL pushdownArnd Bergmann2008-07-02
| | * | | | | sonypi: BKL pushdownArnd Bergmann2008-07-02
| | * | | | | rtc: BKL pushdownArnd Bergmann2008-07-02
| | * | | | | nvram: BKL pushdownArnd Bergmann2008-07-02
| | * | | | | mwave-mwavedd: BKL pushdownArnd Bergmann2008-07-02
| | * | | | | lcd: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | ipmi-watchdog: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | ip27-rtc: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | hw-random: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | hpet: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | genrtc: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | efirtc: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | ds1620: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | ds1286: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | briq_panel: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | apm-emulation: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | agp-frontend: BKL pushdownArnd Bergmann2008-06-20
| | * | | | | bkl-removal viotape fixupStephen Rothwell2008-06-20
| | * | | | | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-20
| | * | | | | dsp56k: BKL pushdownJonathan Corbet2008-06-20
| | * | | | | raw: BKL pushdownJonathan Corbet2008-06-20
| | * | | | | tlckl: BKL pushdownJonathan Corbet2008-06-20
| | * | | | | xilinx icap: BKL pushdownJonathan Corbet2008-06-20
| | * | | | | vcs: BKL pushdownJonathan Corbet2008-06-20
| | * | | | | Add "no BKL needed" comments to several driversJonathan Corbet2008-06-20
| | * | | | | tty: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
| | * | | | | snsc: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
| | * | | | | drm: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
| | * | | | | lp: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
| | * | | | | mbcs: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
| | * | | | | viotape: cdev lock_kernel pushdown ()Jonathan Corbet2008-06-20
| | * | | | | misc: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
he driver, and the size of your syslog files! When inactive, they will have only a modest impact on performance. config ATM_FORE200E tristate "FORE Systems 200E-series" depends on (PCI || SBUS) select FW_LOADER ---help--- This is a driver for the FORE Systems 200E-series ATM adapter cards. It simultaneously supports PCA-200E and SBA-200E models on PCI and SBUS hosts. Say Y (or M to compile as a module named fore_200e) here if you have one of these ATM adapters. See the file <file:Documentation/networking/fore200e.txt> for further details. config ATM_FORE200E_USE_TASKLET bool "Defer interrupt work to a tasklet" depends on ATM_FORE200E default n help This defers work to be done by the interrupt handler to a tasklet instead of handling everything at interrupt time. This may improve the responsive of the host. config ATM_FORE200E_TX_RETRY int "Maximum number of tx retries" depends on ATM_FORE200E default "16" ---help--- Specifies the number of times the driver attempts to transmit a message before giving up, if the transmit queue of the ATM card is transiently saturated. Saturation of the transmit queue may occur only under extreme conditions, e.g. when a fast host continuously submits very small frames (<64 bytes) or raw AAL0 cells (48 bytes) to the ATM adapter. Note that under common conditions, it is unlikely that you encounter a saturation of the transmit queue, so the retry mechanism never comes into play. config ATM_FORE200E_DEBUG int "Debugging level (0-3)" depends on ATM_FORE200E default "0" help Specifies the level of debugging messages issued by the driver. The verbosity of the driver increases with the value of this parameter. When active, these messages can have a significant impact on the performances of the driver, and the size of your syslog files! Keep the debugging level to 0 during normal operations. config ATM_HE tristate "ForeRunner HE Series" depends on PCI help This is a driver for the Marconi ForeRunner HE-series ATM adapter cards. It simultaneously supports the 155 and 622 versions. config ATM_HE_USE_SUNI bool "Use S/UNI PHY driver" depends on ATM_HE help Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner HE cards. This driver provides carrier detection some statistics. config ATM_SOLOS tristate "Solos ADSL2+ PCI Multiport card driver" depends on PCI select FW_LOADER help Support for the Solos multiport ADSL2+ card. endif # ATM