freebsd-dev/sys/dev/ata
Søren Schmidt 85db7089ec Add support for creating/deleting ATA RAID's.
This completes the ATA RAID support, since all functions to manipulate
the RAID are accessible from FreeBSD, the BIOS on the ATA RAID cards
are only nessesary for booting.

I decided to allow for creation of ATA RAID's on any ATA controller, but
please keep in mind the restrictions on that. Due to the BIOS not
knowing what to do you can only boot from a RAID1 or the first disk
in a SPAN, if its not located on a "real" ATA RAID controller like
the Promise or Highpoint controllers.

Sponsored by: Advanis
2002-03-27 10:58:59 +00:00
..
ata-all.c Add support for creating/deleting ATA RAID's. 2002-03-27 10:58:59 +00:00
ata-all.h Add new support for locking an ATA channel and use that throughout 2002-03-11 21:04:32 +00:00
ata-card.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-disk.c Remove useless splXXX set. 2002-03-16 15:54:41 +00:00
ata-disk.h Major update of the ATA RAID code, part 3: 2002-03-03 15:36:21 +00:00
ata-dma.c Add AMD 768 support. 2002-03-24 12:44:23 +00:00
ata-isa.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-pci.c Add AMD 768 support. 2002-03-24 12:44:23 +00:00
ata-raid.c Add support for creating/deleting ATA RAID's. 2002-03-27 10:58:59 +00:00
ata-raid.h Add support for creating/deleting ATA RAID's. 2002-03-27 10:58:59 +00:00
atapi-all.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-all.h Fix buglets in the ATAPI resume code. 2002-02-12 13:21:51 +00:00
atapi-cd.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-cd.h Add more functionality to the CDIOCREADSUBCHANNEL ioctl. 2002-03-16 15:56:54 +00:00
atapi-fd.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-fd.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
atapi-tape.c Misc little cleanups. 2002-03-26 09:31:22 +00:00
atapi-tape.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00