| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the PCI-specific logic of removing a cardbus device into a | John Baldwin | 2010-01-05 | 1 | -30/+1 |
| * | Move the deactivation of the device's BAR to before the loop where we | Warner Losh | 2009-03-12 | 1 | -5/+5 |
| * | Restore blank line removed when fixing my earlier botch. Never do | Warner Losh | 2009-03-10 | 1 | -0/+1 |
| * | Complete removal of cardbus_write_ivar which was left hanging. | George V. Neville-Neil | 2009-03-10 | 1 | -3/+0 |
| * | When freeing all the resources of the card, it is better to turn off | Warner Losh | 2009-03-10 | 1 | -15/+11 |
| * | Goof, catch up to constant rename (I renamed it to match the overall PCI | John Baldwin | 2009-02-02 | 1 | -1/+1 |
| * | When no driver attaches to a card, don't power down the card. We can | Warner Losh | 2008-12-31 | 1 | -1/+2 |
| * | Overhaul of CIS parsing, next step: keep a cached copy of the CIS, | Warner Losh | 2008-11-17 | 1 | -5/+7 |
| * | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 1 | -2/+3 |
| * | 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 | -18/+17 |
| * | Cope gracefully with device_get_children returning an error. | Warner Losh | 2007-01-19 | 1 | -2/+5 |
| * | 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 |
| * | 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 |
| * | - Retire BARBIT in favor of new PCI_RID2BAR. | Gleb Smirnoff | 2005-12-30 | 1 | -5/+5 |
| * | 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 | 1 | -0/+7 |
| * | 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 | 1 | -37/+35 |
| * | 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 |
| * | 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 | 1 | -10/+299 |
| * | Use the standard FreeBSD license | Warner Losh | 2005-01-13 | 1 | -8/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | 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 |
| * | Make the cardbus driver a derived class of the pci driver. In theory, this | Doug Rabson | 2003-11-01 | 1 | -33/+2 |
| * | remove the cardbus cis reading code. nobody ever used it and it has | Warner Losh | 2003-10-06 | 1 | -2/+0 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Add a new PCI interface method, assign_interrupt, to determine the | Thomas Moestl | 2003-07-01 | 1 | -0/+1 |
| * | Move the resource handling down into the pci bus as well. | Warner Losh | 2003-02-18 | 1 | -320/+10 |
| * | Move the pnp and location info into the common pci bus. Make all known | Warner Losh | 2003-02-17 | 1 | -46/+4 |
| * | Kill a now-bogus comment | Warner Losh | 2003-02-17 | 1 | -4/+0 |
| * | Move call to pci_print_verbose until after all the variables that it | Warner Losh | 2003-02-17 | 1 | -1/+1 |
| * | Checkpoint a work in progress: | Warner Losh | 2003-02-16 | 1 | -532/+23 |
| * | MFp4: | Warner Losh | 2003-02-12 | 1 | -0/+11 |
| * | MFp4: | Warner Losh | 2003-02-12 | 1 | -7/+5 |
| * | Don't turn off the power of cards when new drivers are added | Warner Losh | 2003-02-11 | 1 | -19/+13 |
| * | MFp4: | Warner Losh | 2003-01-27 | 1 | -14/+14 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Need more parens here. | Warner Losh | 2002-11-27 | 1 | -1/+1 |
| * | Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS, | Warner Losh | 2002-11-27 | 1 | -0/+12 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -10/+7 |
| * | MFp4: | Warner Losh | 2002-11-02 | 1 | -36/+25 |