summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wdcreg.h
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2002-06-02 01:37:23 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2002-06-02 01:37:23 +0000
commit053f65abf4f426e862c311ab00a912d2d31af9af (patch)
treeab7a8bce3245c05e3d312310f71fcdc267fec861 /sys/dev/ic/wdcreg.h
parent03ec6dd58e3cc326c65d7ecc753b1c3b919238e9 (diff)
Fix ordering and typo problem
Diffstat (limited to 'sys/dev/ic/wdcreg.h')
-rw-r--r--sys/dev/ic/wdcreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdcreg.h b/sys/dev/ic/wdcreg.h
index 9f727d17e5b..ff1ab42357b 100644
--- a/sys/dev/ic/wdcreg.h
+++ b/sys/dev/ic/wdcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdcreg.h,v 1.5 2002/05/03 09:18:46 gluk Exp $ */
+/* $OpenBSD: wdcreg.h,v 1.6 2002/06/02 01:37:22 csapuntz Exp $ */
/* $NetBSD: wdcreg.h,v 1.22 1999/03/07 14:02:54 bouyer Exp $ */
/*-
@@ -185,8 +185,8 @@
#define ATAPI_SMART_OFFLINE 0xD4 /* SMART execute offline immediately */
#define ATAPI_SMART_READLOG 0xD5 /* SMART read log */
#define ATAPI_SMART_WRITELOG 0xD6 /* SMART write log */
+#define ATAPI_SMART_EN 0xD8 /* SMART enable operations */
#define ATAPI_SMART_DS 0xD9 /* SMART disable operations */
-#define ATAPI_SMART_EN 0xD8 /* SMART disable operations */
#define ATAPI_SMART_STATUS 0xDA /* SMART return status */
/* Bytes used by ATAPI_PACKET_COMMAND ( feature register) */