freebsd-nq/sys/alpha
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
..
alpha - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
conf Turn the /dev/random device into a (pseudo-)device, not an option. 2000-09-12 13:21:40 +00:00
include - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
isa remove breakage that snuck in with my last commit 2000-06-29 02:26:48 +00:00
linux Minimal set of diffs from the i386 bits to the AlphaLinux. 2000-09-07 06:12:41 +00:00
mcbus * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
osf1 Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
pci Well, this works for me and I can now boot my PC164 again. 2000-09-11 21:10:25 +00:00
tc Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
tlsb * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00