freebsd-dev/sys/i4b
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
..
driver Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
include update to isdn4bsd beta release 0.90 1999-12-14 20:54:38 +00:00
layer1 - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
layer2 Remove 42 unneeded #include <sys/ioccom.h>. 2000-05-03 07:31:38 +00:00
layer3 Remove 42 unneeded #include <sys/ioccom.h>. 2000-05-03 07:31:38 +00:00
layer4 Avoid the modules madness I inadvertently introduced by making the 2000-09-02 19:17:34 +00:00
tina-dd Borrow phk's axe and apply the next stage of config(8)'s evolution. 2000-06-13 22:28:50 +00:00
MAINTAINER