aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/cardbusvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-0/+3
* Don't call destroy_dev on the alias. This fixes half a dozen PRs I think.Warner Losh2008-12-021-1/+0
* Create a /dev/cardbus%d.cis, to be compatible with older versions ofWarner Losh2008-11-211-0/+1
* Overhaul of CIS parsing, next step: keep a cached copy of the CIS,Warner Losh2008-11-171-14/+27
* First step in cleaning up CIS parsing and /dev/cardbus*.cis: removeWarner Losh2008-11-151-3/+2
* Retire BARBIT in favor of new PCI_RID2BAR.Warner Losh2005-12-291-1/+0
* Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. ThereWarner Losh2005-12-291-0/+32
* Use PCIR_BARS rather than CARDBUS_BASE0_REGWarner Losh2005-10-281-2/+3
* Move resource allocation routines from cardbus_cis.c to cardbus.c.Warner Losh2005-02-061-7/+0
* Use the standard FreeBSD licenseWarner Losh2005-01-131-7/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* MFp4:Warner Losh2003-01-271-11/+11
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,Warner Losh2002-11-271-0/+16
* Add extra set of parens around the barbit macro to make it clear whatWarner Losh2002-10-071-1/+1
* Use the pci.c code wherever possible, rather than copying all the pciWarner Losh2002-02-271-16/+5
* Part two of this NEWCARD update:Jonathan Chen2001-08-271-0/+12
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-261-3/+3
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-181-167/+26
* Raw import of newconfig cardbus code. This is effectively an import,Warner Losh1999-11-181-0/+180