freebsd-dev/sys/dev/cardbus
Warner Losh 387ca2cc8a Checkpoint a work in progress:
o Use the common pci_* routines in preference to the copied and hacked
  routines from an ancient pci.c.

This saves 509 lines in cardbus.c.  More savings to follow when I
convert the resource code over.  In the past when I've done this the
resource code conversion breaks cardbus in subtle ways so I'm doing a
1/2 way checkpoint this time.  cardbus still works for me the same as
it did before.

It also looks like cardbus devices now show up as pci bus devices to
pciconf -l, but maybe that was happening before.

Inspired by a patch from Justin Gibbs many moons ago.  When he
finishes his kobj multiple inheritance work, we can transition the
finished version of this work to that fairly easily.
2003-02-16 02:06:50 +00:00
..
cardbus_cis.c Clean up the CIS BAR parsing code by removing several pointless checks. 2003-02-16 00:20:24 +00:00
cardbus_cis.h MFp4: 2003-01-27 05:47:01 +00:00
cardbus.c Checkpoint a work in progress: 2003-02-16 02:06:50 +00:00
cardbusreg.h Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers 2002-10-07 22:58:24 +00:00
cardbusvar.h MFp4: 2003-01-27 05:47:01 +00:00