| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc 4.2 thinks that tupleid is uninitialized. Or might be used | imp | 2007-06-08 | 1 | -1/+1 |
* | Change PCIM_CIS_ASI_TUPLE to _CONFIG. | imp | 2007-05-16 | 1 | -1/+1 |
* | Minor cleanup of CIS parsing. | imp | 2006-06-12 | 1 | -5/+1 |
* | Better error message when the CIS is a non-standards conforming '0'. | imp | 2006-06-12 | 1 | -1/+3 |
* | Use the child to allocate the resource rather than bridge, since we're | imp | 2006-01-03 | 1 | -41/+6 |
* | Minor style(9) hacking, plus use a macro in place of (struct resource *)~0UL | imp | 2006-01-03 | 1 | -6/+7 |
* | Fixing build bustage. | avatar | 2005-12-31 | 1 | -1/+1 |
* | The RID2BAR macro returns a number, not a bitmask. Fix this. | imp | 2005-12-30 | 1 | -4/+6 |
* | Retire BARBIT in favor of new PCI_RID2BAR. | imp | 2005-12-29 | 1 | -4/+4 |
* | Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There | imp | 2005-12-29 | 1 | -71/+49 |
* | Eliminate even more duplication, and move some definitions into pcireg.h | imp | 2005-10-28 | 1 | -19/+19 |
* | Simplify code a little, prefer PCI?_FOO registers where possible. | imp | 2005-10-28 | 1 | -15/+9 |
* | Be more verbose on errors with CIS reading. This should be a noop, but | imp | 2005-02-20 | 1 | -4/+9 |
* | Move resource allocation routines from cardbus_cis.c to cardbus.c. | imp | 2005-02-06 | 1 | -315/+3 |
* | 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 |
* | Add note about why we're ignoring the below 1MB bit. | imp | 2004-04-11 | 1 | -0/+19 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+1 |
* | remove obsolete quirks for cardbus cis. none have proven to be needed. | imp | 2003-10-07 | 1 | -25/+3 |
* | o move the cis tuple definitions into a common file. | imp | 2003-10-07 | 1 | -35/+4 |
* | Remove prototype for decode_tuple_copy() which was axed in the last | jhb | 2003-10-06 | 1 | -3/+0 |
* | remove the cardbus cis reading code. nobody ever used it and it has | imp | 2003-10-06 | 1 | -109/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Don't leak "barlist" allocation on failure. | phk | 2003-06-01 | 1 | -0/+4 |
* | Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It is | imp | 2003-05-24 | 1 | -0/+2 |
* | MFp4: when you can't allocate a resource, print a message, don't panic. | imp | 2003-04-08 | 1 | -0/+19 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Move the resource handling down into the pci bus as well. | imp | 2003-02-18 | 1 | -90/+39 |
* | Sanity check the BAR length reported by the CIS with the BAR length that | scottl | 2003-02-17 | 1 | -4/+22 |
* | Clean up the CIS BAR parsing code by removing several pointless checks. | scottl | 2003-02-16 | 1 | -19/+19 |
* | MF-p4: | imp | 2003-02-12 | 1 | -80/+154 |
* | Whitespace nits. | imp | 2003-02-12 | 1 | -2/+2 |
* | MFp4: | imp | 2003-01-27 | 1 | -37/+37 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS, | imp | 2002-11-27 | 1 | -2/+65 |
* | minor correction to comment | imp | 2002-11-14 | 1 | -1/+1 |
* | When parsing the CIS, if a BAR tuple is encountered, enable the corresponding | scottl | 2002-11-13 | 1 | -0/+5 |
* | Fix two typos from the previous commit. This code is definitely infectious. | scottl | 2002-11-12 | 1 | -2/+2 |
* | Step one of cleaning and fixing cardbus: | scottl | 2002-11-12 | 1 | -65/+92 |
* | Use the explicit value 0xffffffff instead of assuming that is what ~0UL | jhb | 2002-11-06 | 1 | -1/+1 |
* | Don't leak the bar list for each thing we allocate. | imp | 2002-09-29 | 1 | -1/+3 |
* | Silence warning. | alfred | 2002-06-01 | 1 | -2/+2 |
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 1 | -1/+1 |
* | Revert most of the recent PCI merge. This has proven to be too | imp | 2002-03-15 | 1 | -72/+43 |
* | Cleanup the recent cardbus cleanups. This fixes some of the panics | imp | 2002-03-13 | 1 | -16/+20 |
* | 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 | -10/+5 |
* | Two style(9) fixes: | imp | 2002-03-07 | 1 | -53/+50 |
* | Check for NULL on resource allocation. For the moment, punt, but we should | imp | 2002-03-07 | 1 | -0/+18 |