freebsd-dev/sys/dev/pcic
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
..
i82365_isa.c Connect interrupts and start processing them. We panic on card removal 2000-01-03 06:45:16 +00:00
i82365.c Connect interrupts and start processing them. We panic on card removal 2000-01-03 06:45:16 +00:00
i82365reg.h o Remove #if XXX from around the probe code. 1999-11-17 23:54:39 +00:00
i82365var.h Connect interrupts and start processing them. We panic on card removal 2000-01-03 06:45:16 +00:00