summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-disk.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2002-02-24 12:28:24 +0000
committersos <sos@FreeBSD.org>2002-02-24 12:28:24 +0000
commit9c1ffb6f35ca8d52c8c2c305be13f5192ec8747a (patch)
tree51f355dcff2c88759c8a452caad4133cccd4ee46 /sys/dev/ata/ata-disk.h
parent3f4a2556ec0e6cd1d19876caadacd9efafa494fb (diff)
downloadFreeBSD-src-9c1ffb6f35ca8d52c8c2c305be13f5192ec8747a.zip
FreeBSD-src-9c1ffb6f35ca8d52c8c2c305be13f5192ec8747a.tar.gz
Finish phk's previous removal of BIO_ORDERED, all code that
depended on ATA_FLUSHCACHE_ON is now useless.
Diffstat (limited to 'sys/dev/ata/ata-disk.h')
-rw-r--r--sys/dev/ata/ata-disk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-disk.h b/sys/dev/ata/ata-disk.h
index 9e0c4bf..0c175b9 100644
--- a/sys/dev/ata/ata-disk.h
+++ b/sys/dev/ata/ata-disk.h
@@ -43,7 +43,6 @@ struct ad_request {
#define ADR_F_DMA_USED 0x0004
#define ADR_F_QUEUED 0x0008
#define ADR_F_FORCE_PIO 0x0010
-#define ADR_F_FLUSHCACHE 0x0020
caddr_t data; /* pointer to data buf */
struct bio *bp; /* associated bio ptr */
OpenPOWER on IntegriCloud