diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-24 05:29:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-24 05:29:55 +0000 |
commit | 47e2899327412f54f556f729d4ddae5d2d5d72aa (patch) | |
tree | 509efedaddce32ac90f87db94fd5327dcf1faec0 /sys/dev/atapi/atapilink.h | |
parent | 815775d4a8a5318e315806705509d472a69ccc86 (diff) |
Add AQUIRK_TUR, from manuel.
Diffstat (limited to 'sys/dev/atapi/atapilink.h')
-rw-r--r-- | sys/dev/atapi/atapilink.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/atapi/atapilink.h b/sys/dev/atapi/atapilink.h index 3ada476e06d..c9cdb14989b 100644 --- a/sys/dev/atapi/atapilink.h +++ b/sys/dev/atapi/atapilink.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atapilink.h,v 1.9 1997/06/06 23:43:07 provos Exp $ */ +/* $OpenBSD: atapilink.h,v 1.10 1997/06/24 05:29:54 downsj Exp $ */ /* * Copyright (c) 1996 Manuel Bouyer. All rights reserved. @@ -154,6 +154,7 @@ struct at_dev_link { #define AQUIRK_LITTLETOC 0x02 /* Audio TOC uses wrong byte order */ #define AQUIRK_NOCAPACITY 0x04 /* no READ_CD_CAPACITY command */ #define AQUIRK_NODOORLOCK 0x08 /* can't lock the door */ +#define AQUIRK_NOTUR 0x10 /* no TEST_UNIT_READY command */ void (*start) __P((void *)); /* device start routine */ int (*done) __P((void *)); /* device done routine */ }; |