diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-04-30 20:53:54 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-04-30 20:53:54 +0000 |
commit | c583e761cd5586af2a0ff29b5c88827717f199e5 (patch) | |
tree | e011fc5bc036a3c5869ca02697b1ce518f358418 | |
parent | c0c7e2b3fc0abb6faad0fd43e95d2e0fe760a207 (diff) |
Added ATAPI_DEVICE_RESET command
-rw-r--r-- | sys/dev/ic/wdcreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/wdcreg.h b/sys/dev/ic/wdcreg.h index 1b215582f57..efb4b67bbee 100644 --- a/sys/dev/ic/wdcreg.h +++ b/sys/dev/ic/wdcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcreg.h,v 1.3 2001/03/23 02:16:41 deraadt Exp $ */ +/* $OpenBSD: wdcreg.h,v 1.4 2001/04/30 20:53:53 csapuntz Exp $ */ /* $NetBSD: wdcreg.h,v 1.22 1999/03/07 14:02:54 bouyer Exp $ */ /*- @@ -160,6 +160,7 @@ #define ATAPI_PKT_CMD 0xa0 #define ATAPI_IDENTIFY_DEVICE 0xa1 #define ATAPI_SOFT_RESET 0x08 +#define ATAPI_DEVICE_RESET 0x08 /* ATA/ATAPI-5 name for soft reset */ #define ATAPI_SLEEP 0xe6 #define ATAPI_STANDBY_IMMEDIATE 0xe0 #define ATAPI_SMART 0xB0 /* SMART operations */ |