freebsd-dev/sys/dev/pccard
Warner Losh fe98624bbb Connect interrupts and start processing them. We panic on card removal
now, but we're getting interrupts!
o Add pcic_suspend/pcic_resume so we can detach our children on suspention
  and fix the state of the pcic on resume.
o Remove some unused parts of softc.
o Centralize resource activation/deactivation for pcic bridge chip in
  the stylistic pcic_activate/pcic_deactivate.
o Add bus_print_child method so we can see the pccard attachment.
o Add pcic_identify in an attempt to make it possible to automatically id
  the pcic devices.  This works great, but we cannot divine the irq to use
  from this method, nor the memory hole.  For the moment, KLUDGE irq to be
  10 and memory hold to be 0xd0000.
o Loose the pnp probe stuff.  This may be a big mistake, but it is easy
  enough to add back later.  I did this so the identify routines can do their
  thing unmolested by pnp information.  The whole identify thing may be a bad
  idea to be ripped out later.
o change return type of pcic_intr to void, make it static and ripple
  this through the code.
o Add explicit call to bus_generic_attach at the end of pcic_attach to
  get any children probed/attached.
o add some comments about future directions/questionable things being
  done at different layers, etc.
2000-01-03 06:45:16 +00:00
..
card_if.m Add resource activation routines to pcic driver. Minor cleanup of 1999-11-28 21:11:13 +00:00
devlist2h.awk Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
files.pccard Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
if_xe.c Disable old PCCARD_MODULE code. 1999-10-29 17:28:09 +00:00
if_xereg.h Restore vendor $Id$ now that it won't be clobbered. 1999-09-23 05:26:10 +00:00
Makefile.pccarddevs Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
pccard_cis_quirks.c Update pccard code to latest NetBSD code. This is the last merge 1999-11-28 05:49:27 +00:00
pccard_cis.c Tonight's cleanups. 1999-12-07 06:44:38 +00:00
pccard.c Connect interrupts and start processing them. We panic on card removal 2000-01-03 06:45:16 +00:00
pccardchip.h Tonight's cleanups. 1999-12-07 06:44:38 +00:00
pccarddevs Merge NetBSD 1.60 by jun: 1999-11-29 20:53:36 +00:00
pccarddevs_data.h Sync generated files 1999-11-29 20:54:14 +00:00
pccarddevs.h Sync generated files 1999-11-29 20:54:14 +00:00
pccardreg.h Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
pccardvar.h Tonight's cleanups. 1999-12-07 06:44:38 +00:00
power_if.m Add resource activation routines to pcic driver. Minor cleanup of 1999-11-28 21:11:13 +00:00