freebsd-dev/sys/dev/pccard
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
..
card_if.m MFp4: 2002-11-02 23:00:28 +00:00
devlist2h.awk Move from using PCCARD_ symbols gereated from this file to using PCMCIA_ 2001-11-11 20:15:06 +00:00
files.pccard
Makefile.pccarddevs We do not, and hopefully never will, use the static pccard device table. 2001-01-07 03:58:57 +00:00
pccard_cis_quirks.c Boot verbosify printing the CIS, since we don't normally need to do that. 2002-02-09 21:34:06 +00:00
pccard_cis.c Merge changes from NetBSD through version 1.17 of this file. These 2002-10-07 23:03:17 +00:00
pccard.c MFp4: 2002-11-02 23:00:28 +00:00
pccarddevs Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file: 2002-10-11 07:00:30 +00:00
pccarddevs.h sync to 1.36 of pccarddevs 2002-10-11 07:00:53 +00:00
pccardreg.h
pccardvar.h Eliminate the need for pccard_common.c by moving the function inline 2002-07-17 05:20:43 +00:00
power_if.m