summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardbus_cis.c
Commit message (Expand)AuthorAgeFilesLines
...
* Step one of cleaning and fixing cardbus:scottl2002-11-121-65/+92
* Use the explicit value 0xffffffff instead of assuming that is what ~0ULjhb2002-11-061-1/+1
* Don't leak the bar list for each thing we allocate.imp2002-09-291-1/+3
* Silence warning.alfred2002-06-011-2/+2
* Make oldcard and newcard kernel module work.takawata2002-05-301-1/+1
* Revert most of the recent PCI merge. This has proven to be tooimp2002-03-151-72/+43
* Cleanup the recent cardbus cleanups. This fixes some of the panicsimp2002-03-131-16/+20
* Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernelimp2002-03-071-2/+0
* Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug someimp2002-03-071-10/+5
* Two style(9) fixes:imp2002-03-071-53/+50
* Check for NULL on resource allocation. For the moment, punt, but we shouldimp2002-03-071-0/+18
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-271-36/+43
* Part two of this NEWCARD update:jon2001-08-271-116/+513
* Non-functional changes to NEWCARD stuff.jon2001-08-261-128/+133
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* This cannot possibly be right:peter2001-01-071-2/+2
* * Better kld support in pccbb/cardbusjon2001-01-061-62/+179
* Remove an unused variable.gibbs2000-11-301-3/+3
* This fixes several problems with CIS as suggested by Justin Gibbs:jon2000-11-291-6/+3
* Oops, broke CIS reading from ROM on my last commit.jon2000-11-291-37/+56
* 1) When mucking with mapping registers, it is best to *not* havejon2000-11-281-6/+6
* overhaul cis functions to read cis tuple by tuple (instead of all at once).jon2000-11-281-130/+139
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-181-0/+477
OpenPOWER on IntegriCloud