summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2004-12-07ohci and ehci at cardbus support from netbsdDavid Gwynne
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
2004-11-20remove redundant commented out bits for com@cardbusBrad Smith
2004-11-20no tlp, we have dc.Brad Smith
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter
2004-10-07cardbusdevs -> pcidevsBrad Smith
2004-09-18- Record handles for memory and IO spaceBrad Smith
2004-09-18add Linksys PCM200Brad Smith
2004-09-17regenBrad Smith
2004-09-17add Linksys vendor ID and Linksys PCM200 IDBrad Smith
2004-08-04interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb...Michael Shalayeff
2004-08-04Fix printing of revision string.Todd C. Miller
2004-08-02- Initialise all function's latency timer and cacheline size.Brad Smith
2004-07-283Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5.Todd C. Miller
2004-07-25Store pci/cardbus revision number. From NetBSD (dyoung)Todd C. Miller
2004-07-25Program BARs before enabling memory or I/O access. From NetBSD (mycroft).Todd C. Miller
2004-07-25typo, enevt -> eventBrad Smith
2004-07-15- The card_attach_now flag hasn't been necessary or useful for some time.Brad Smith
2004-07-15- Unmap space used to read tupleBrad Smith
2004-07-15kill sc_intr_ackTodd C. Miller
2004-07-12typo, thise -> theseBrad Smith
2004-07-09attach to Planex and Corega Ethernet cards.Brad Smith
2004-07-09brings in a few fixes from NetBSD...Brad Smith
2004-07-06regenBrad Smith
2004-07-06add Planex and Corega EthernetBrad Smith
2004-07-04- two typos, stallen -> stolenBrad Smith
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller
2004-06-22If there is no CIS info the cardbus attach would print an extraTodd C. Miller
2004-05-07CardBus fxp's use the 82558 chipset which has a Long Receive bit,Brad Smith
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-04-07regenMichael Shalayeff
2004-04-07attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>Michael Shalayeff
2004-01-26print cis information on configured cards as pcmcia(4) does; mentioned byFederico G. Schwindt
2003-10-30fix missing 0. drahn okJun-ichiro itojun Hagino
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-09-27CardBus D-Link DFE-690TXD support.Federico G. Schwindt
2003-09-27regen.Federico G. Schwindt
2003-09-27D-Link DFE 690-TXDFederico G. Schwindt
2003-08-27this bit is defined as prefetchable and not cachable and thus rename and use ...Michael Shalayeff
2003-07-13make this compile on big endian systems.Brad Smith
2003-06-26alignment for extent_alloc_subregion cannot be zeroMichael Shalayeff
2003-06-26regenMichael Shalayeff
2003-06-26add netgear ha501 802.11aMichael Shalayeff
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-12-13Detach fwnodes first.Thierry Deval
2002-12-13KNFThierry Deval
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-07-23Use the proper cardbus_conf_read() rather than pci (in a cardbus driver).Dale Rahn