freebsd-dev/sys/dev/ata
John Baldwin 1931cf940a - Heavyweight interrupt threads on the alpha for device I/O interrupts.
- Make softinterrupts (SWI's) almost completely MI, and divorce them
  completely from the x86 hardware interrupt code.
  - The ihandlers array is now gone.  Instead, there is a MI shandlers array
    that just contains SWI handlers.
  - Most of the former machine/ipl.h files have moved to a new sys/ipl.h.
- Stub out all the spl*() functions on all architectures.

Submitted by:	dfr
2000-10-05 23:09:57 +00:00
..
ata-all.c - Heavyweight interrupt threads on the alpha for device I/O interrupts. 2000-10-05 23:09:57 +00:00
ata-all.h Fix the breakage that snatched the ioports from the fdc device. 2000-09-24 18:19:43 +00:00
ata-disk.c Add support for ServerWorks ROSB4 ATA33 chipset. 2000-10-03 13:12:36 +00:00
ata-disk.h Fix the breakage that snatched the ioports from the fdc device. 2000-09-24 18:19:43 +00:00
ata-dma.c Add support for ServerWorks ROSB4 ATA33 chipset. 2000-10-03 13:12:36 +00:00
atapi-all.c Remove unneeded includes 2000-09-20 07:00:24 +00:00
atapi-all.h Add support for tagged queuing on ATA drives. There is only support for 2000-09-19 11:08:39 +00:00
atapi-cd.c Remove unneeded includes 2000-09-20 07:00:24 +00:00
atapi-cd.h Add support for tagged queuing on ATA drives. There is only support for 2000-09-19 11:08:39 +00:00
atapi-fd.c Remove unneeded includes 2000-09-20 07:00:24 +00:00
atapi-fd.h Add support for tagged queuing on ATA drives. There is only support for 2000-09-19 11:08:39 +00:00
atapi-tape.c Add support for tagged queuing on ATA drives. There is only support for 2000-09-19 11:08:39 +00:00
atapi-tape.h Add support for tagged queuing on ATA drives. There is only support for 2000-09-19 11:08:39 +00:00