summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2006-12-08From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-12-06From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-29Add another ID to match for the 88W8310 chip.Marcus Glocker
2006-11-28move printing of the interrupt string into re_attach().Brad Smith
2006-11-22add the BCM4312 PCI id.Brad Smith
2006-11-22style(9): remove variables names from prototypes.Damien Bergamini
2006-11-22From Jon Simola <jon@mecha.ca>:Marcus Glocker
2006-11-11Add support for 3Com 3CRWE154G72. -mojMats O Jansson
2006-11-10acx(4) doesn't use rssadapt(9).Damien Bergamini
2006-10-29Add first TX path and active scan bits. Don't expect to much yet.Marcus Glocker
2006-10-25Ooops, forgot to add radio mtap includes.Marcus Glocker
2006-10-22replace rssadapt(9) with amrr for automatic rate control.Damien Bergamini
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-10-15Add $OpenBSD$ tagClaudio Jeker
2006-10-15First stubs for a new driver for the Marvell Libertas chips.Claudio Jeker
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-10-09Add powerhooks. Tested with a Netgear WG511v1 on my X40.Marcus Glocker
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
2006-10-02Simplify device attachment. From brad@ with a tiny correction.Marcus Glocker
2006-09-28Add cardbus support for pgt(4).Marcus Glocker
2006-09-19no externs on protots ad no casts from void *Michael Shalayeff
2006-09-18Fix for re_stop() being called from re_cardbus_shutdown() with theDimitry Andric
2006-08-19Replace existing rate adaption code with the ieee80211_amrr framework.Marcus Glocker
2006-08-10- ANSI functionsBrad Smith
2006-08-09On detach the bus space was not unmapped correctly which could lead toMarcus Glocker
2006-08-08Some KNF.Marcus Glocker
2006-08-08Mention which MAC we are using (ACX100 or ACX111) and fixJonathan Gray
2006-08-03be more clear about failed mappingsTheo de Raadt
2006-08-03Enable also pretty printing of radio & address for cardbus.Marcus Glocker
2006-08-03Fix acx entry. Unbreaks kernel build.Marc Balmer
2006-08-03Add/Fix copyright notes.Marcus Glocker
2006-08-03Change to OpenBSD cvs tag.Marcus Glocker
2006-08-03Inital import for the acx(4) driver.Marcus Glocker
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