| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It is | Warner Losh | 2003-05-24 | 1 | -0/+2 |
| * | MFp4: when you can't allocate a resource, print a message, don't panic. | Warner Losh | 2003-04-08 | 1 | -0/+19 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Move the resource handling down into the pci bus as well. | Warner Losh | 2003-02-18 | 2 | -410/+49 |
| * | Sanity check the BAR length reported by the CIS with the BAR length that | Scott Long | 2003-02-17 | 1 | -4/+22 |
| * | 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 |
| * | Clean up the CIS BAR parsing code by removing several pointless checks. | Scott Long | 2003-02-16 | 1 | -19/+19 |
| * | MF-p4: | Warner Losh | 2003-02-12 | 1 | -80/+154 |
| * | MFp4: | Warner Losh | 2003-02-12 | 1 | -0/+11 |
| * | MFp4: | Warner Losh | 2003-02-12 | 1 | -7/+5 |
| * | Whitespace nits. | Warner Losh | 2003-02-12 | 1 | -2/+2 |
| * | 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 | 4 | -63/+63 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -4/+4 |
| * | 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 | 4 | -3/+97 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -10/+7 |
| * | minor correction to comment | Warner Losh | 2002-11-14 | 1 | -1/+1 |
| * | When parsing the CIS, if a BAR tuple is encountered, enable the corresponding | Scott Long | 2002-11-13 | 1 | -0/+5 |
| * | Fix two typos from the previous commit. This code is definitely infectious. | Scott Long | 2002-11-12 | 1 | -2/+2 |
| * | Step one of cleaning and fixing cardbus: | Scott Long | 2002-11-12 | 1 | -64/+91 |
| * | Use the explicit value 0xffffffff instead of assuming that is what ~0UL | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2002-11-02 | 1 | -36/+25 |
| * | o Add routines to return the location and pnpinfo for this card. | Warner Losh | 2002-10-07 | 1 | -46/+83 |
| * | Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers | Warner Losh | 2002-10-07 | 1 | -1/+1 |
| * | Add extra set of parens around the barbit macro to make it clear what | Warner Losh | 2002-10-07 | 1 | -1/+1 |
| * | Don't leak the bar list for each thing we allocate. | Warner Losh | 2002-09-29 | 1 | -1/+3 |
| * | - Forgot to remove `cardattached` declaration in revision 1.22. | Andrew R. Reiter | 2002-09-10 | 1 | -1/+1 |
| * | Remove more bogus reprobe code. I don't think it is needed here either. | Warner Losh | 2002-09-10 | 1 | -14/+1 |
| * | pccbb -> cbb | Warner Losh | 2002-08-15 | 1 | -1/+1 |
| * | Silence warning. | Alfred Perlstein | 2002-06-01 | 1 | -2/+2 |
| * | Make oldcard and newcard kernel module work. | Takanori Watanabe | 2002-05-30 | 2 | -2/+4 |
| * | Revert most of the recent PCI merge. This has proven to be too | Warner Losh | 2002-03-15 | 2 | -126/+971 |
| * | Cleanup the recent cardbus cleanups. This fixes some of the panics | Warner Losh | 2002-03-13 | 2 | -50/+31 |
| * | Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel | Warner Losh | 2002-03-07 | 2 | -4/+0 |
| * | Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug some | Warner Losh | 2002-03-07 | 2 | -23/+24 |
| * | Two style(9) fixes: | Warner Losh | 2002-03-07 | 1 | -53/+50 |
| * | Check for NULL on resource allocation. For the moment, punt, but we should | Warner Losh | 2002-03-07 | 1 | -0/+18 |