summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-12-07regen.ichiro
2003-12-07add bluetooth productsichiro
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-10Update URL; s/Linix/Linux/. From Jared Yanovich, forwarded by jmc@openbsd.wiz
2003-11-07regen, so "generated from" line is correct.wiz
2003-11-07support Corega Ether PCC-TL -- from Yasushi Oshimahamajima
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-11-02Fix PCMCIA attach messages for wi(4). Tested by Greg Troxel.dyoung
2003-10-28Eliminate bogus initializer.mycroft
2003-10-28Eliminate bogus initializer.mycroft
2003-10-28Avoid splx() with uninitialized priority level by duplicating some codepooka
2003-10-27uninitialized variableschs
2003-10-25Initialize variables sooner, and remove variable that was only usedchristos
2003-10-25Fix uninitialized variable warningschristos
2003-10-23After discussion between mycroft and enami, restore the WDC_PCMCIA_ATTACHbriggs
2003-10-23Add missing newline at the end of an error message.uwe
2003-10-22enami noted that my last fix was not correct. Simplify the code some (andbriggs
2003-10-22Typo in comment. From OpenBSD.mjl
2003-10-22Since we enable the pcmcia function on attach, disable it on the detach.briggs
2003-10-22Maintain reference count properly for nested enables/disables.briggs
2003-10-22Regenchristos
2003-10-22Remove backslash for new gawkchristos
2003-10-22support for NE2000_TYPE_AX88790 fromchristos
2003-10-13Adapt awi(4) to the new 802.11 layer.dyoung
2003-10-13Switch wi(4) to the new 802.11 layer.dyoung
2003-10-13Switch an(4) to using the header files in the new 802.11 layer.dyoung
2003-10-13Switch to the new 802.11 layer.dyoung
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-03Ready the kernel side of i4b for primary rate interface support bypooka
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-23Fix more probe delay and/or failure problems:mycroft
2003-09-21Since we can't detect ghost drives in the wdc back-end, resurectbouyer
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-16Add Sony PEGA-WL110 CF WLANonoe
2003-09-16regen: Add Sony PEGA-WL110 CF WLANonoe
2003-09-16Add Sony PEGA-WL110 CF WLANonoe
2003-09-11regen.ichiro
2003-09-11add productichiro
2003-09-02add support IO-DATA PCET/TX-R EthernetCardichiro
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26Add support for socket communications 10/100 CF ethernet card.martin
2003-07-26Regen (added socket communications 10/100 CF ethernet card)martin
2003-07-26Add socket communications 10/100 CF ethernet card.martin
2003-07-08function prototype must not have variable nameitojun
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-16ISO C requires a statement after a label.kristerw