| Commit message (Expand) | Author | Age | Files | Lines |
* | Cope gracefully with device_get_children returning an error. | imp | 2007-01-19 | 1 | -2/+5 |
* | Minor cleanup of CIS parsing. | imp | 2006-06-12 | 1 | -5/+1 |
* | Better error message when the CIS is a non-standards conforming '0'. | imp | 2006-06-12 | 1 | -1/+3 |
* | When we can't parse the CIS, note with a warning that the bogus CIS | imp | 2006-06-12 | 1 | -5/+2 |
* | Make the 'pci_devclass' pointer variable private (drivers really shouldn't | jhb | 2006-01-20 | 1 | -1/+0 |
* | Use the child to allocate the resource rather than bridge, since we're | imp | 2006-01-03 | 1 | -41/+6 |
* | Minor style(9) hacking, plus use a macro in place of (struct resource *)~0UL | imp | 2006-01-03 | 1 | -6/+7 |
* | Fixing build bustage. | avatar | 2005-12-31 | 1 | -1/+1 |
* | Remove now-obsolete printf warning. | imp | 2005-12-30 | 1 | -7/+2 |
* | Move all of the resource allocation into the pci layer. The resource | imp | 2005-12-30 | 1 | -321/+15 |
* | The RID2BAR macro returns a number, not a bitmask. Fix this. | imp | 2005-12-30 | 1 | -4/+6 |
* | - Retire BARBIT in favor of new PCI_RID2BAR. | glebius | 2005-12-30 | 1 | -5/+5 |
* | Retire BARBIT in favor of new PCI_RID2BAR. | imp | 2005-12-29 | 2 | -5/+4 |
* | Help Warner with merge from p4. | glebius | 2005-12-29 | 1 | -1/+2 |
* | Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There | imp | 2005-12-29 | 4 | -71/+268 |
* | When in rev. 1.47 cardbus_alloc_resources() function was moved from | glebius | 2005-12-28 | 1 | -15/+40 |
* | Cardbus has only 1 slot, so simplify a little. | imp | 2005-10-28 | 2 | -44/+37 |
* | Eliminate even more duplication, and move some definitions into pcireg.h | imp | 2005-10-28 | 2 | -45/+19 |
* | Remove now redundant defines. | imp | 2005-10-28 | 1 | -6/+0 |
* | Simplify code a little, prefer PCI?_FOO registers where possible. | imp | 2005-10-28 | 1 | -15/+9 |
* | Use PCIR_BARS rather than CARDBUS_BASE0_REG | imp | 2005-10-28 | 1 | -2/+3 |
* | Calling rman_get_start() after bus_release_resource() is evil. | ru | 2005-09-27 | 1 | -2/+2 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | imp | 2005-03-18 | 1 | -4/+4 |
* | Doh! silly typo precludes compiling | imp | 2005-03-11 | 1 | -2/+2 |
* | Revert changes of 1.49. Lots-a-people broke with it, for reasons | imp | 2005-03-11 | 1 | -5/+9 |
* | There were two calls to cardbus_do_cis when cardbus_do_cis changed, | imp | 2005-02-28 | 1 | -7/+5 |
* | Be more verbose on errors with CIS reading. This should be a noop, but | imp | 2005-02-20 | 1 | -4/+9 |
* | style(9) nit | imp | 2005-02-20 | 1 | -2/+2 |
* | Move resource allocation routines from cardbus_cis.c to cardbus.c. | imp | 2005-02-06 | 4 | -354/+303 |
* | Use the standard FreeBSD license | imp | 2005-01-13 | 5 | -37/+25 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | MFp4: | imp | 2004-06-27 | 1 | -14/+0 |
* | Add some missing <sys/module.h> includes which are masked by the | phk | 2004-05-30 | 1 | -0/+1 |
* | Add note about why we're ignoring the below 1MB bit. | imp | 2004-04-11 | 1 | -0/+19 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+1 |
* | Make the cardbus driver a derived class of the pci driver. In theory, this | dfr | 2003-11-01 | 1 | -33/+2 |
* | remove obsolete quirks for cardbus cis. none have proven to be needed. | imp | 2003-10-07 | 1 | -25/+3 |
* | o move the cis tuple definitions into a common file. | imp | 2003-10-07 | 2 | -79/+4 |
* | These aren't needed anymore | imp | 2003-10-07 | 1 | -3/+0 |
* | Remove prototype for decode_tuple_copy() which was axed in the last | jhb | 2003-10-06 | 1 | -3/+0 |
* | remove the cardbus cis reading code. nobody ever used it and it has | imp | 2003-10-06 | 2 | -111/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -2/+6 |
* | Add a new PCI interface method, assign_interrupt, to determine the | tmm | 2003-07-01 | 1 | -0/+1 |
* | Don't leak "barlist" allocation on failure. | phk | 2003-06-01 | 1 | -0/+4 |
* | Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It is | imp | 2003-05-24 | 1 | -0/+2 |
* | MFp4: when you can't allocate a resource, print a message, don't panic. | imp | 2003-04-08 | 1 | -0/+19 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Move the resource handling down into the pci bus as well. | imp | 2003-02-18 | 2 | -410/+49 |
* | Sanity check the BAR length reported by the CIS with the BAR length that | scottl | 2003-02-17 | 1 | -4/+22 |