summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atapi.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-04-13 17:45:56 +0000
committermsmith <msmith@FreeBSD.org>1998-04-13 17:45:56 +0000
commit0dd728f28c023e3d2af68af6474d0a2029d91f3f (patch)
tree7b51b5bfbb6b1367ffc01e768199d4eeb52242d0 /sys/i386/isa/atapi.h
parent3106e713d8b270ee6ce3d42a76e68ceb7265d7d2 (diff)
downloadFreeBSD-src-0dd728f28c023e3d2af68af6474d0a2029d91f3f.zip
FreeBSD-src-0dd728f28c023e3d2af68af6474d0a2029d91f3f.tar.gz
Don't use INTR when only one device supports it.
Submitted by: Satoh Junichi <junichi@astec.co.jp>
Diffstat (limited to 'sys/i386/isa/atapi.h')
-rw-r--r--sys/i386/isa/atapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/isa/atapi.h b/sys/i386/isa/atapi.h
index a58836a..a1cec96 100644
--- a/sys/i386/isa/atapi.h
+++ b/sys/i386/isa/atapi.h
@@ -245,6 +245,7 @@ struct atapi { /* ATAPI controller data */
u_char cmd16 : 1; /* 16-byte command flag */
u_char intrcmd : 1; /* interrupt before cmd flag */
u_char slow : 1; /* slow reaction device */
+ u_char accel : 1; /* accelerated reaction device */
u_char use_dsc : 1; /* use DSC completition handeling */
u_char wait_for_dsc : 1;
u_int dsc_timeout;
OpenPOWER on IntegriCloud