aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
Commit message (Expand)AuthorAgeFilesLines
* Revert most of the recent PCI merge. This has proven to be tooWarner Losh2002-03-152-126/+971
* Cleanup the recent cardbus cleanups. This fixes some of the panicsWarner Losh2002-03-132-50/+31
* Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernelWarner Losh2002-03-072-4/+0
* Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug someWarner Losh2002-03-072-23/+24
* Two style(9) fixes:Warner Losh2002-03-071-53/+50
* Check for NULL on resource allocation. For the moment, punt, but we shouldWarner Losh2002-03-071-0/+18
* Use the pci.c code wherever possible, rather than copying all the pciWarner Losh2002-02-273-986/+104
* Get rid of the bogus DETACH_NOWARN and don't warn when asked to detachWarner Losh2002-02-071-4/+3
* Add support for suspending/resuming CardBus bridges.Warner Losh2001-12-151-3/+16
* Part two of this NEWCARD update:Jonathan Chen2001-08-274-365/+1035
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-265-412/+427
* Use bus_space when reading CIS. This allows us to access it in 8 bitWarner Losh2001-06-051-7/+11
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+3
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* This cannot possibly be right:Peter Wemm2001-01-071-2/+2
* * Better kld support in pccbb/cardbusJonathan Chen2001-01-063-89/+245
* Don't try to free the now-nonexistent hdrspec field. This one snuck byMike Smith2000-12-131-2/+0
* Updates to match changes elsewhere in the PCI subsystem:Mike Smith2000-12-131-97/+1
* Remove an unused variable.Justin T. Gibbs2000-11-301-3/+3
* This fixes several problems with CIS as suggested by Justin Gibbs:Jonathan Chen2000-11-292-7/+4
* Oops, broke CIS reading from ROM on my last commit.Jonathan Chen2000-11-293-37/+59
* 1) When mucking with mapping registers, it is best to *not* haveJonathan Chen2000-11-283-27/+72
* overhaul cis functions to read cis tuple by tuple (instead of all at once).Jonathan Chen2000-11-281-130/+139
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-281-30/+50
* Patch to use M_ZEROJonathan Chen2000-11-271-8/+3
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-186-563/+0
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-185-553/+1540
* Sync to latest cardbusdevs fileWarner Losh1999-11-182-0/+175
* Raw import of newconfig cardbus code. This is effectively an import,Warner Losh1999-11-187-0/+1093