summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-07-12make dmesg lines openbsd-style, ok dlg@Jolan Luff
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-06-24de-register, ANSI functions and a little cleaning.Brad Smith
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2006-06-17add sys/timeout.hBrad Smith
2006-06-08attempt at correcting the comments to somewhat more proper englishFelix Kronlage
2006-06-08substitute the Cardbus_conf_read/Cardbus_conf_write macros withFelix Kronlage
2006-06-04KNF and whitespace cleanup, no functional changeFelix Kronlage
2006-06-02use the cardbus_conf_read/cardbus_conf_write macros instead of theFelix Kronlage
2006-06-01remove a comma from the attach line, makes dmesg prettierFelix Kronlage
2006-05-31order cdevs alphabetically by vendorFelix Kronlage
2006-05-30add Oxford CB950 to the list of devices having more than one BAR, soFelix Kronlage
2006-05-29minor space nitPeter Valchev
2006-05-28remove the dev/isa/isavar.h include, as it is not neededFelix Kronlage
2006-05-28cleanup whitespaces, tabs are so much nicerFelix Kronlage
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-05-22Don't call powerhook_disestablish if there is no powerhook to disestablish.David Gwynne
2006-04-23Recognize the D-Link DRP32TXD CardBus adapter. It is anotherBrad Smith
2006-04-16Use __func__ to get the current function name, no need to declare a variableMiod Vallat
2006-03-07Add support for the serial interface to the UMTS/GPRS/GSM modemJonathan Gray
2006-01-29remove printf on ath_cardbus_power; reyk@ ok.Federico G. Schwindt
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
2006-01-01update for pcidevs name changeBrad Smith
2005-12-30remove the tailq used to locate ehci's companion controllers. i haveDavid Gwynne
2005-12-30remove #if __NetBSD__ and device_ptr_t. its more readable and lessDavid Gwynne
2005-12-30while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. whyDavid Gwynne
2005-12-07o do not break after first iteration but when we found a match.Federico G. Schwindt
2005-09-26minor knfTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-24Make atw_cardbus_power() not tell us its name every time it is called...Jonathan Gray
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
2005-09-19knf.Federico G. Schwindt
2005-09-13some missing cleanup from the previous commit.Federico G. Schwindt
2005-09-13knf; no binary change.Federico G. Schwindt
2005-09-13make compile; goodMichael Shalayeff
2005-09-12Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@Miod Vallat
2005-09-12knf plus use __func__; no functional change.Federico G. Schwindt
2005-09-12Do not leak memory if cardbus_read_exrom() fails; ok fgs@Miod Vallat
2005-09-12better cis string parsing. from drochner@netbsd.org; tested by jmc@.Federico G. Schwindt
2005-09-09knf. no binary change.Federico G. Schwindt
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-05correct manfid length check.Federico G. Schwindt
2005-08-22don't go beyond the end when parsing tuples. diff originally by pascoe@,Federico G. Schwindt
2005-08-18on debug, print the tuple number along with the name to help debugging inFederico G. Schwindt
2005-08-02kill 2kB stack offender in cardbus_attach_card.Christopher Pascoe
2005-07-25add missing comma to initializer.Christopher Pascoe
2005-07-24add Broadcom BCM4322 support; reported and tested by Alexander TopolanekFederico G. Schwindt
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-04probe & handle TI16750 if they ever show up hereTheo de Raadt