From 053f65abf4f426e862c311ab00a912d2d31af9af Mon Sep 17 00:00:00 2001 From: Constantine Sapuntzakis Date: Sun, 2 Jun 2002 01:37:23 +0000 Subject: Fix ordering and typo problem --- sys/dev/ic/wdcreg.h | 4 ++-- 1 file 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) */ -- cgit v1.2.3