summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardbus.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* MFp4:imp2004-06-271-14/+0
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-011-33/+2
* remove the cardbus cis reading code. nobody ever used it and it hasimp2003-10-061-2/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-011-0/+1
* Move the resource handling down into the pci bus as well.imp2003-02-181-320/+10
* Move the pnp and location info into the common pci bus. Make all knownimp2003-02-171-46/+4
* Kill a now-bogus commentimp2003-02-171-4/+0
* Move call to pci_print_verbose until after all the variables that itimp2003-02-171-1/+1
* Checkpoint a work in progress:imp2003-02-161-532/+23
* MFp4:imp2003-02-121-0/+11
* MFp4:imp2003-02-121-7/+5
* Don't turn off the power of cards when new drivers are addedimp2003-02-111-19/+13
* MFp4:imp2003-01-271-14/+14
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Need more parens here.imp2002-11-271-1/+1
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,imp2002-11-271-0/+12
* MFp4:imp2002-11-141-10/+7
* MFp4:imp2002-11-021-36/+25
* o Add routines to return the location and pnpinfo for this card.imp2002-10-071-46/+83
* - Forgot to remove `cardattached` declaration in revision 1.22.arr2002-09-101-1/+1
* Remove more bogus reprobe code. I don't think it is needed here either.imp2002-09-101-14/+1
* pccbb -> cbbimp2002-08-151-1/+1
* Make oldcard and newcard kernel module work.takawata2002-05-301-1/+3
* Revert most of the recent PCI merge. This has proven to be tooimp2002-03-151-54/+928
* Cleanup the recent cardbus cleanups. This fixes some of the panicsimp2002-03-131-34/+11
* 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-14/+20
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-271-934/+56
* Get rid of the bogus DETACH_NOWARN and don't warn when asked to detachimp2002-02-071-4/+3
* Add support for suspending/resuming CardBus bridges.imp2001-12-151-3/+16
* Part two of this NEWCARD update:jon2001-08-271-251/+508
* Non-functional changes to NEWCARD stuff.jon2001-08-261-182/+192
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+3
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* * Better kld support in pccbb/cardbusjon2001-01-061-27/+59
* Don't try to free the now-nonexistent hdrspec field. This one snuck bymsmith2000-12-131-2/+0
* Updates to match changes elsewhere in the PCI subsystem:msmith2000-12-131-97/+1
* 1) When mucking with mapping registers, it is best to *not* havejon2000-11-281-21/+64
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:jon2000-11-281-30/+50
* Patch to use M_ZEROjon2000-11-271-8/+3
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-181-314/+884
* Raw import of newconfig cardbus code. This is effectively an import,imp1999-11-181-0/+420
OpenPOWER on IntegriCloud