freebsd-dev/sys/dev/cardbus
Warner Losh aa7bc3b3fc o Add routines to return the location and pnpinfo for this card.
Note, we return the PCI pnp info, but in fact that's wrong to do
  since that data is not defined for CardBus cards.  CardBus says that
  these registers are undefined and one should use the CIS to do
  device matching.  To date, all CardBus cards have had these
  registered defined, no doubt because they are using common silicon
  to produce both the PCI cards and the CardBus cards.  However, it isn't
  any worse than the rest of the system, so just note it in passing and
  move on.
o Also sort prototypes while I'm here.
2002-10-07 23:00:51 +00:00
..
cardbus_cis.c Don't leak the bar list for each thing we allocate. 2002-09-29 18:07:29 +00:00
cardbus_cis.h
cardbus.c o Add routines to return the location and pnpinfo for this card. 2002-10-07 23:00:51 +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 Add extra set of parens around the barbit macro to make it clear what 2002-10-07 22:57:07 +00:00