summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2007-10-21Replace Cardbus_conf_* calls by cardbus_conf_* ones. This solves theMarcus Glocker
2007-09-27Add automatic rate control (AMRR).Marcus Glocker
2007-09-24Remove BCM4311 and BCM4312 which are PCIe chipsets and therefore will notMarcus Glocker
2007-09-20Print a colon out front to correct the interrupt string printing.Brad Smith
2007-09-19fix CARDBUS_DEBUGMartin Reindl
2007-09-19Add a missing prototype in the non-static case.Miod Vallat
2007-09-17Un-staticize if option DDB.Miod Vallat
2007-09-15Properly fill in some of the pci information the driver uses internally.Jonathan Gray
2007-09-13No variable names in prototypes.Marcus Glocker
2007-09-13Enable access to PCI and Cardbus config space from the driver. Lets usMarcus Glocker
2007-09-12PCI and Cardbus hookup for the Broadcom AirForce devices.Marcus Glocker
2007-09-05Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185Jonathan Gray
2007-05-20Convert ehci and ucom to rwlock.Jonathan Gray
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08repair com/fxp foo_detach() stuff, the hardest part being the pccom messTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-05-08rl_detach() is only used for cardbus caseTheo de Raadt
2007-05-08dc_detach() is only used by cardbus code, so move it there; ok jsgTheo de Raadt
2007-05-05move xl_detach() -- which is only used by cardbus -- to the cardbus code.Theo de Raadt
2007-04-05After been attacked by Michael Buesch <mb@bu3sch.de> because we initiallyMarcus Glocker
2007-03-22Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2007-03-04Use CARDBUS_PRODUCT macro to read product id.Marcus Glocker
2007-03-04Kill a cardbus dependency which breaked kernel compilation e.g. forMarcus Glocker
2007-02-26Some KNF.Marcus Glocker
2007-02-26We need to save some PCI infos in our softc struct for further decisionsMarcus Glocker
2007-02-25Power on/off cardbus socket at attach/detach time. Makes firmware uploadMarcus Glocker
2007-02-25No need to fillup chip_rev here.Marcus Glocker
2007-02-25Adjust var name so cardbus attaches again.Marcus Glocker
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