Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic add SMART Read Log constant



details:   https://anonhg.NetBSD.org/src/rev/faadb7e952fd
branches:  trunk
changeset: 556566:faadb7e952fd
user:      lha <lha%NetBSD.org@localhost>
date:      Sat Dec 20 19:45:52 2003 +0000

description:
add SMART Read Log constant

diffstat:

 sys/dev/ic/wdcreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1e335e4b952c -r faadb7e952fd sys/dev/ic/wdcreg.h
--- a/sys/dev/ic/wdcreg.h       Sat Dec 20 19:43:17 2003 +0000
+++ b/sys/dev/ic/wdcreg.h       Sat Dec 20 19:45:52 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdcreg.h,v 1.30 2003/12/03 12:01:18 bouyer Exp $       */
+/*     $NetBSD: wdcreg.h,v 1.31 2003/12/20 19:45:52 lha Exp $  */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -167,6 +167,7 @@
 #define        WDSM_ATTR_AUTOSAVE_EN   0xd2
 #define        WDSM_SAVE_ATTR          0xd3
 #define        WDSM_EXEC_OFFL_IMM      0xd4
+#define        WDSM_RD_LOG             0xd5
 #define        WDSM_ENABLE_OPS         0xd8
 #define        WDSM_DISABLE_OPS        0xd9
 #define        WDSM_STATUS             0xda



Home | Main Index | Thread Index | Old Index