summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardbus_cis.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing build bustage.avatar2005-12-311-1/+1
* The RID2BAR macro returns a number, not a bitmask. Fix this.imp2005-12-301-4/+6
* Retire BARBIT in favor of new PCI_RID2BAR.imp2005-12-291-4/+4
* Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. Thereimp2005-12-291-71/+49
* Eliminate even more duplication, and move some definitions into pcireg.himp2005-10-281-19/+19
* Simplify code a little, prefer PCI?_FOO registers where possible.imp2005-10-281-15/+9
* Be more verbose on errors with CIS reading. This should be a noop, butimp2005-02-201-4/+9
* Move resource allocation routines from cardbus_cis.c to cardbus.c.imp2005-02-061-315/+3
* 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
* 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
* 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-071-35/+4
* 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-061-109/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* 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-181-90/+39
* Sanity check the BAR length reported by the CIS with the BAR length thatscottl2003-02-171-4/+22
* Clean up the CIS BAR parsing code by removing several pointless checks.scottl2003-02-161-19/+19
* MF-p4:imp2003-02-121-80/+154
* Whitespace nits.imp2003-02-121-2/+2
* MFp4:imp2003-01-271-37/+37
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,imp2002-11-271-2/+65
* 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
* Don't leak the bar list for each thing we allocate.imp2002-09-291-1/+3
* Silence warning.alfred2002-06-011-2/+2
* Make oldcard and newcard kernel module work.takawata2002-05-301-1/+1
* Revert most of the recent PCI merge. This has proven to be tooimp2002-03-151-72/+43
* Cleanup the recent cardbus cleanups. This fixes some of the panicsimp2002-03-131-16/+20
* 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-10/+5
* Two style(9) fixes:imp2002-03-071-53/+50
* Check for NULL on resource allocation. For the moment, punt, but we shouldimp2002-03-071-0/+18
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-271-36/+43
* Part two of this NEWCARD update:jon2001-08-271-116/+513
* Non-functional changes to NEWCARD stuff.jon2001-08-261-128/+133
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* This cannot possibly be right:peter2001-01-071-2/+2
* * Better kld support in pccbb/cardbusjon2001-01-061-62/+179
OpenPOWER on IntegriCloud