summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-065-5/+5
* MFp4:imp2004-06-271-14/+0
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Add note about why we're ignoring the below 1MB bit.imp2004-04-111-0/+19
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-011-33/+2
* remove obsolete quirks for cardbus cis. none have proven to be needed.imp2003-10-071-25/+3
* o move the cis tuple definitions into a common file.imp2003-10-072-79/+4
* These aren't needed anymoreimp2003-10-071-3/+0
* Remove prototype for decode_tuple_copy() which was axed in the lastjhb2003-10-061-3/+0
* remove the cardbus cis reading code. nobody ever used it and it hasimp2003-10-062-111/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-242-2/+6
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-011-0/+1
* Don't leak "barlist" allocation on failure.phk2003-06-011-0/+4
* Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It isimp2003-05-241-0/+2
* MFp4: when you can't allocate a resource, print a message, don't panic.imp2003-04-081-0/+19
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Move the resource handling down into the pci bus as well.imp2003-02-182-410/+49
* Sanity check the BAR length reported by the CIS with the BAR length thatscottl2003-02-171-4/+22
* 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
* Clean up the CIS BAR parsing code by removing several pointless checks.scottl2003-02-161-19/+19
* MF-p4:imp2003-02-121-80/+154
* MFp4:imp2003-02-121-0/+11
* MFp4:imp2003-02-121-7/+5
* Whitespace nits.imp2003-02-121-2/+2
* Don't turn off the power of cards when new drivers are addedimp2003-02-111-19/+13
* MFp4:imp2003-01-274-63/+63
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-4/+4
* Need more parens here.imp2002-11-271-1/+1
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,imp2002-11-274-3/+97
* MFp4:imp2002-11-141-10/+7
* minor correction to commentimp2002-11-141-1/+1
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingscottl2002-11-131-0/+5
* Fix two typos from the previous commit. This code is definitely infectious.scottl2002-11-121-2/+2
* 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
* MFp4:imp2002-11-021-36/+25
* o Add routines to return the location and pnpinfo for this card.imp2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersimp2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatimp2002-10-071-1/+1
* Don't leak the bar list for each thing we allocate.imp2002-09-291-1/+3
* - 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
* Silence warning.alfred2002-06-011-2/+2
* Make oldcard and newcard kernel module work.takawata2002-05-302-2/+4
OpenPOWER on IntegriCloud