| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 1 | -2/+3 |
* | gcc 4.2 thinks that tupleid is uninitialized. Or might be used | Warner Losh | 2007-06-08 | 1 | -1/+1 |
* | Fix interrupt routing for some cards after the previous fix to clear BARs | John Baldwin | 2007-05-16 | 1 | -6/+7 |
* | Write 0 to all the bars in cardbus_cardbus_setup_regs. This is needed | Warner Losh | 2007-05-16 | 1 | -19/+18 |
* | Change PCIM_CIS_ASI_TUPLE to _CONFIG. | Warner Losh | 2007-05-16 | 1 | -1/+1 |
* | Cope gracefully with device_get_children returning an error. | Warner Losh | 2007-01-19 | 1 | -2/+5 |
* | Minor cleanup of CIS parsing. | Warner Losh | 2006-06-12 | 1 | -5/+1 |
* | Better error message when the CIS is a non-standards conforming '0'. | Warner Losh | 2006-06-12 | 1 | -1/+3 |
* | When we can't parse the CIS, note with a warning that the bogus CIS | Warner Losh | 2006-06-12 | 1 | -5/+2 |
* | Make the 'pci_devclass' pointer variable private (drivers really shouldn't | John Baldwin | 2006-01-20 | 1 | -1/+0 |
* | Use the child to allocate the resource rather than bridge, since we're | Warner Losh | 2006-01-03 | 1 | -41/+6 |
* | Minor style(9) hacking, plus use a macro in place of (struct resource *)~0UL | Warner Losh | 2006-01-03 | 1 | -6/+7 |
* | Fixing build bustage. | Tai-hwa Liang | 2005-12-31 | 1 | -1/+1 |
* | Remove now-obsolete printf warning. | Warner Losh | 2005-12-30 | 1 | -7/+2 |
* | Move all of the resource allocation into the pci layer. The resource | Warner Losh | 2005-12-30 | 1 | -321/+15 |
* | The RID2BAR macro returns a number, not a bitmask. Fix this. | Warner Losh | 2005-12-30 | 1 | -4/+6 |
* | - Retire BARBIT in favor of new PCI_RID2BAR. | Gleb Smirnoff | 2005-12-30 | 1 | -5/+5 |
* | Retire BARBIT in favor of new PCI_RID2BAR. | Warner Losh | 2005-12-29 | 2 | -5/+4 |
* | Help Warner with merge from p4. | Gleb Smirnoff | 2005-12-29 | 1 | -1/+2 |
* | Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There | Warner Losh | 2005-12-29 | 4 | -71/+268 |
* | When in rev. 1.47 cardbus_alloc_resources() function was moved from | Gleb Smirnoff | 2005-12-28 | 1 | -15/+40 |
* | Cardbus has only 1 slot, so simplify a little. | Warner Losh | 2005-10-28 | 2 | -44/+37 |
* | Eliminate even more duplication, and move some definitions into pcireg.h | Warner Losh | 2005-10-28 | 2 | -45/+19 |
* | Remove now redundant defines. | Warner Losh | 2005-10-28 | 1 | -6/+0 |
* | Simplify code a little, prefer PCI?_FOO registers where possible. | Warner Losh | 2005-10-28 | 1 | -15/+9 |
* | Use PCIR_BARS rather than CARDBUS_BASE0_REG | Warner Losh | 2005-10-28 | 1 | -2/+3 |
* | Calling rman_get_start() after bus_release_resource() is evil. | Ruslan Ermilov | 2005-09-27 | 1 | -2/+2 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | Warner Losh | 2005-03-18 | 1 | -4/+4 |
* | Doh! silly typo precludes compiling | Warner Losh | 2005-03-11 | 1 | -2/+2 |
* | Revert changes of 1.49. Lots-a-people broke with it, for reasons | Warner Losh | 2005-03-11 | 1 | -5/+9 |
* | There were two calls to cardbus_do_cis when cardbus_do_cis changed, | Warner Losh | 2005-02-28 | 1 | -7/+5 |
* | Be more verbose on errors with CIS reading. This should be a noop, but | Warner Losh | 2005-02-20 | 1 | -4/+9 |
* | style(9) nit | Warner Losh | 2005-02-20 | 1 | -2/+2 |
* | Move resource allocation routines from cardbus_cis.c to cardbus.c. | Warner Losh | 2005-02-06 | 4 | -354/+303 |
* | Use the standard FreeBSD license | Warner Losh | 2005-01-13 | 5 | -37/+25 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 5 | -5/+5 |
* | MFp4: | Warner Losh | 2004-06-27 | 1 | -14/+0 |
* | Add some missing <sys/module.h> includes which are masked by the | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Add note about why we're ignoring the below 1MB bit. | Warner Losh | 2004-04-11 | 1 | -0/+19 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+1 |
* | Make the cardbus driver a derived class of the pci driver. In theory, this | Doug Rabson | 2003-11-01 | 1 | -33/+2 |
* | remove obsolete quirks for cardbus cis. none have proven to be needed. | Warner Losh | 2003-10-07 | 1 | -25/+3 |
* | o move the cis tuple definitions into a common file. | Warner Losh | 2003-10-07 | 2 | -79/+4 |
* | These aren't needed anymore | Warner Losh | 2003-10-07 | 1 | -3/+0 |
* | Remove prototype for decode_tuple_copy() which was axed in the last | John Baldwin | 2003-10-06 | 1 | -3/+0 |
* | remove the cardbus cis reading code. nobody ever used it and it has | Warner Losh | 2003-10-06 | 2 | -111/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -2/+6 |
* | Add a new PCI interface method, assign_interrupt, to determine the | Thomas Moestl | 2003-07-01 | 1 | -0/+1 |
* | Don't leak "barlist" allocation on failure. | Poul-Henning Kamp | 2003-06-01 | 1 | -0/+4 |