From 3fbb5f4f82035c5afc45472b986e3a5cd88d6d47 Mon Sep 17 00:00:00 2001 From: sos Date: Fri, 13 Oct 2000 13:04:45 +0000 Subject: Add support for ATA "pseudo" RAID controllers as the Promise Fasttrak and HighPoint HPT370 controllers. Use by defining the RAID in the BIOS and the "ar driver will pick it up automagically... --- sys/dev/ata/ata-disk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ata/ata-disk.h') diff --git a/sys/dev/ata/ata-disk.h b/sys/dev/ata/ata-disk.h index 37b0ced..b2a8de7 100644 --- a/sys/dev/ata/ata-disk.h +++ b/sys/dev/ata/ata-disk.h @@ -74,7 +74,7 @@ struct ad_softc { struct bio_queue_head queue; /* head of request queue */ struct devstat stats; /* devstat entry */ struct disk disk; /* disklabel/slice stuff */ - dev_t dev1, dev2; /* device place holder */ + dev_t dev; /* device place holder */ }; void ad_attach(struct ata_softc *, int); -- cgit v1.1