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