summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-11-24fix uninitialised variable warning. XXX: not sure if this is correctlukem
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-25Add definitions for 8139C+ and 8169 chips. Not used yet. From FreeBSD.fvdl
2003-10-25Fix uninitialized variable warningschristos
2003-10-24+ NetGear FA511mycroft
2003-10-24Fix awk warnings.mycroft
2003-10-14add support ath on cardbusichiro
2003-10-14regenichiro
2003-10-14add ATHEROS AR5001 WirelessLAN 802.11a/b/g CardBusichiro
2003-10-13Adapt atw(4) to the new 802.11 layer.dyoung
2003-09-13Remove an unreachable return statement (and fix a whitespace nit).simonb
2003-07-08function prototype must not have variable nameitojun
2003-07-06Oops. Add the atw(4) sources, too.dyoung
2003-07-06Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on thedyoung
2003-06-26regen.ichiro
2003-06-26add productsichiro
2003-05-17Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t typesscw
2003-04-20Initialize name and dma tag.fvdl
2003-04-20Call ahc_softc_init in attach function.fvdl
2003-04-19Fix this to compile with the new driver. Needs testing.fvdl
2003-03-22Make it compile in big endian.nakayama
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2003-03-11make a kernel with the combination ohci@cardbus + ehci@pci linkdrochner
2003-02-01add product IO-DATA CBET100-CL 10/100 Ethernetichiro
2003-02-01regenichiro
2003-02-01add product IO-DATA CBET100-CL 10/100 Ethernetichiro
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-23Sync with if_rtk_pci.c:tsutsui
2002-12-05make compileichiro
2002-11-25Avoid strict-alias warnings.thorpej
2002-11-11Add support for "Planex FNW-3603 cardbus ethernet".kanaoka
2002-11-11Regen:kanaoka
2002-11-11Add support for "Planex FNW-3603 cardbus ethernet".kanaoka
2002-11-11Add support of AboCom FE2500MX 10/100 Ethernet (Lanneed LD-CBL/TX).onoe
2002-11-11Regen: Add AboCom FE2500MX 10/100 Ethernet (Lanneed LD-CBL/TX)onoe
2002-11-11Add AboCom FE2500MX 10/100 Ethernet (Lanneed LD-CBL/TX)onoe
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-06-02make this compile againlukem
2002-06-02Typo fixes and grammar improvements in a comment.wiz
2002-06-01SIMPLEQ rototill:lukem
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
2002-04-22Let's not free an uninitialized variable.matt
2002-04-14Snarf-and-barf the `quirk' code from if_tlp_pci.c, and use it to set the rightmycroft