summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus
Commit message (Expand)AuthorAgeFilesLines
* Cope gracefully with device_get_children returning an error.imp2007-01-191-2/+5
* Minor cleanup of CIS parsing.imp2006-06-121-5/+1
* Better error message when the CIS is a non-standards conforming '0'.imp2006-06-121-1/+3
* 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
* Use the child to allocate the resource rather than bridge, since we'reimp2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULimp2006-01-031-6/+7
* Fixing build bustage.avatar2005-12-311-1/+1
* 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
* The RID2BAR macro returns a number, not a bitmask. Fix this.imp2005-12-301-4/+6
* - Retire BARBIT in favor of new PCI_RID2BAR.glebius2005-12-301-5/+5
* Retire BARBIT in favor of new PCI_RID2BAR.imp2005-12-292-5/+4
* 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-294-71/+268
* 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-282-44/+37
* Eliminate even more duplication, and move some definitions into pcireg.himp2005-10-282-45/+19
* Remove now redundant defines.imp2005-10-281-6/+0
* Simplify code a little, prefer PCI?_FOO registers where possible.imp2005-10-281-15/+9
* Use PCIR_BARS rather than CARDBUS_BASE0_REGimp2005-10-281-2/+3
* 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
* Be more verbose on errors with CIS reading. This should be a noop, butimp2005-02-201-4/+9
* style(9) nitimp2005-02-201-2/+2
* Move resource allocation routines from cardbus_cis.c to cardbus.c.imp2005-02-064-354/+303
* Use the standard FreeBSD licenseimp2005-01-135-37/+25
* 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
OpenPOWER on IntegriCloud