| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o Add routines to return the location and pnpinfo for this card. | imp | 2002-10-07 | 1 | -46/+83 |
* | - Forgot to remove `cardattached` declaration in revision 1.22. | arr | 2002-09-10 | 1 | -1/+1 |
* | Remove more bogus reprobe code. I don't think it is needed here either. | imp | 2002-09-10 | 1 | -14/+1 |
* | pccbb -> cbb | imp | 2002-08-15 | 1 | -1/+1 |
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 1 | -1/+3 |
* | Revert most of the recent PCI merge. This has proven to be too | imp | 2002-03-15 | 1 | -54/+928 |
* | Cleanup the recent cardbus cleanups. This fixes some of the panics | imp | 2002-03-13 | 1 | -34/+11 |
* | Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel | imp | 2002-03-07 | 1 | -2/+0 |
* | Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug some | imp | 2002-03-07 | 1 | -14/+20 |
* | Use the pci.c code wherever possible, rather than copying all the pci | imp | 2002-02-27 | 1 | -934/+56 |
* | Get rid of the bogus DETACH_NOWARN and don't warn when asked to detach | imp | 2002-02-07 | 1 | -4/+3 |
* | Add support for suspending/resuming CardBus bridges. | imp | 2001-12-15 | 1 | -3/+16 |
* | Part two of this NEWCARD update: | jon | 2001-08-27 | 1 | -251/+508 |
* | Non-functional changes to NEWCARD stuff. | jon | 2001-08-26 | 1 | -182/+192 |