freebsd-nq/sys/amd64/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
..
atpic_vector.S Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
clock.c - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
icu_ipl.s Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
icu_ipl.S Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
icu_vector.s Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
icu_vector.S Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
icu.h
intr_machdep.c - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
intr_machdep.h - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
isa_dma.c
isa_dma.h
isa.c Don't assume that address of I/O address table increase (PC-98 only). 2000-09-07 14:43:00 +00:00
isa.h
ithread.c - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
nmi.c - Remove the inthand2_t type and use the equivalent driver_intr_t type from 2000-09-13 18:33:25 +00:00
npx.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
timerreg.h
vector.s Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
vector.S Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00