freebsd-dev/sys/isa
John Baldwin 9a94c9c5c3 - Remove the inthand2_t type and use the equivalent driver_intr_t type from
newbus for referencing device interrupt handlers.
- Move the 'struct intrec' type which describes interrupt sources into
  sys/interrupt.h instead of making it just be a x86 structure.
- Don't create 'ithd' and 'intrec' typedefs, instead, just use 'struct ithd'
  and 'struct intrec'
- Move the code to translate new-bus interrupt flags into an interrupt thread
  priority out of the x86 nexus code and into a MI ithread_priority()
  function in sys/kern/kern_intr.c.
- Remove now-uneeded x86-specific headers from sys/dev/ata/ata-all.c and
  sys/pci/pci_compat.c.
2000-09-13 18:33:25 +00:00
..
ic
atkbd_isa.c
atkbdc_isa.c
atrtc.c - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
fd.c Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
fdc.h
fdreg.h
isa_common.c
isa_common.h
isa_if.m
isahint.c
isareg.h
isavar.h
joy.c
pnp.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
pnpparse.c
pnpreg.h
pnpvar.h
ppc.c Add support for the PC87303 chipset (found on Miata alphas) and add 2000-07-20 09:28:07 +00:00
ppcreg.h Add support for the PC87303 chipset (found on Miata alphas) and add 2000-07-20 09:28:07 +00:00
psm.c Add spltty()/splx() in the watchdog timer routine. 2000-08-24 08:49:44 +00:00
rtc.h
sio.c - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
sioreg.h
syscons_isa.c
vga_isa.c