aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Move the resource handling down into the pci bus as well.Warner Losh2003-02-182-410/+49
* Sanity check the BAR length reported by the CIS with the BAR length thatScott Long2003-02-171-4/+22
* Move the pnp and location info into the common pci bus. Make all knownWarner Losh2003-02-171-46/+4
* Kill a now-bogus commentWarner Losh2003-02-171-4/+0
* Move call to pci_print_verbose until after all the variables that itWarner Losh2003-02-171-1/+1
* Checkpoint a work in progress:Warner Losh2003-02-161-532/+23
* Clean up the CIS BAR parsing code by removing several pointless checks.Scott Long2003-02-161-19/+19
* MF-p4:Warner Losh2003-02-121-80/+154
* MFp4:Warner Losh2003-02-121-0/+11
* MFp4:Warner Losh2003-02-121-7/+5
* Whitespace nits.Warner Losh2003-02-121-2/+2
* Don't turn off the power of cards when new drivers are addedWarner Losh2003-02-111-19/+13
* MFp4:Warner Losh2003-01-274-63/+63
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-4/+4
* Need more parens here.Warner Losh2002-11-271-1/+1
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,Warner Losh2002-11-274-3/+97
* MFp4:Warner Losh2002-11-141-10/+7
* minor correction to commentWarner Losh2002-11-141-1/+1
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingScott Long2002-11-131-0/+5
* Fix two typos from the previous commit. This code is definitely infectious.Scott Long2002-11-121-2/+2
* Step one of cleaning and fixing cardbus:Scott Long2002-11-121-64/+91
* Use the explicit value 0xffffffff instead of assuming that is what ~0ULJohn Baldwin2002-11-061-1/+1
* MFp4:Warner Losh2002-11-021-36/+25
* o Add routines to return the location and pnpinfo for this card.Warner Losh2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersWarner Losh2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatWarner Losh2002-10-071-1/+1
* Don't leak the bar list for each thing we allocate.Warner Losh2002-09-291-1/+3
* - Forgot to remove `cardattached` declaration in revision 1.22.Andrew R. Reiter2002-09-101-1/+1
* Remove more bogus reprobe code. I don't think it is needed here either.Warner Losh2002-09-101-14/+1
* pccbb -> cbbWarner Losh2002-08-151-1/+1
* Silence warning.Alfred Perlstein2002-06-011-2/+2
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-302-2/+4
* 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