summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardbus.c
Commit message (Expand)AuthorAgeFilesLines
* Cope gracefully with device_get_children returning an error.imp2007-01-191-2/+5
* When we can't parse the CIS, note with a warning that the bogus CISimp2006-06-121-5/+2
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tjhb2006-01-201-1/+0
* Remove now-obsolete printf warning.imp2005-12-301-7/+2
* Move all of the resource allocation into the pci layer. The resourceimp2005-12-301-321/+15
* - Retire BARBIT in favor of new PCI_RID2BAR.glebius2005-12-301-5/+5
* Help Warner with merge from p4.glebius2005-12-291-1/+2
* Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. Thereimp2005-12-291-0/+7
* When in rev. 1.47 cardbus_alloc_resources() function was moved fromglebius2005-12-281-15/+40
* Cardbus has only 1 slot, so simplify a little.imp2005-10-281-39/+37
* Calling rman_get_start() after bus_release_resource() is evil.ru2005-09-271-2/+2
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-4/+4
* Doh! silly typo precludes compilingimp2005-03-111-2/+2
* Revert changes of 1.49. Lots-a-people broke with it, for reasonsimp2005-03-111-5/+9
* There were two calls to cardbus_do_cis when cardbus_do_cis changed,imp2005-02-281-7/+5
* style(9) nitimp2005-02-201-2/+2
* Move resource allocation routines from cardbus_cis.c to cardbus.c.imp2005-02-061-10/+299
* Use the standard FreeBSD licenseimp2005-01-131-8/+5
* 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
OpenPOWER on IntegriCloud