diff options
author | sos <sos@FreeBSD.org> | 2000-10-18 18:49:42 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2000-10-18 18:49:42 +0000 |
commit | 0a266a7e9b7051cf4fe900221b0dfa2334b1e067 (patch) | |
tree | a829acf0cfd267cb8dc5ac8095a48b6ea58dd2fb /sys/dev/ata/ata-all.h | |
parent | 784dd58645fccd8c95861d36439d4cad280f7b72 (diff) | |
download | FreeBSD-src-0a266a7e9b7051cf4fe900221b0dfa2334b1e067.zip FreeBSD-src-0a266a7e9b7051cf4fe900221b0dfa2334b1e067.tar.gz |
Minor changes to the ATA RAID support code, remove some verbosity
and put some under bootverbose..
Diffstat (limited to 'sys/dev/ata/ata-all.h')
-rw-r--r-- | sys/dev/ata/ata-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index f3f1ae3..d709a81 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -308,7 +308,6 @@ struct ata_softc { #define ATA_USE_16BIT 0x04 #define ATA_ATTACHED 0x08 #define ATA_QUEUED 0x10 -#define ATA_RAID 0x20 int devices; /* what is present */ #define ATA_ATA_MASTER 0x01 |