freebsd-src/sys/dev/cardbus
Warner Losh bcaa6b0541 MFp4:
o Always release the resources on device detach.
o Attach resources the same with driver added as we do we do in the insert
  case (maybe this should be a routine).
o signal the wakeup of the thread on resume instead of trying to force an
  interrupt.
o Minor debug hacks.
o use 0xffffffff instead of -1 for uint32_t items.
o Don't complain when we're asked to detach no cards.  This is normal.
o Eliminate the now worthless second parameter to card_detach_card.
o minor style(9)isms

Some of these patches may be from: iwasaki-san, jhb, iadowse
2002-11-02 23:00:28 +00:00
..
cardbus.c MFp4: 2002-11-02 23:00:28 +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 Part two of this NEWCARD update: 2001-08-27 00:09:42 +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