Module Name:    src
Committed By:   jakllsch
Date:           Sun Jan 15 20:08:55 UTC 2012

Modified Files:
        src/sys/dev/ic: wdcreg.h

Log Message:
Add WDCTL_HOB.  Will be used for LBA48 support in AT_READREG.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/wdcreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/wdcreg.h
diff -u src/sys/dev/ic/wdcreg.h:1.34 src/sys/dev/ic/wdcreg.h:1.35
--- src/sys/dev/ic/wdcreg.h:1.34	Sun Dec 11 12:21:29 2005
+++ src/sys/dev/ic/wdcreg.h	Sun Jan 15 20:08:54 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: wdcreg.h,v 1.34 2005/12/11 12:21:29 christos Exp $	*/
+/*	$NetBSD: wdcreg.h,v 1.35 2012/01/15 20:08:54 jakllsch Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -63,6 +63,7 @@
 /* offsets of registers in the auxiliary register region */
 #define	wd_aux_altsts		0	/* alternate fixed disk status (R) */
 #define	wd_aux_ctlr		0	/* fixed disk controller control (W) */
+#define  WDCTL_HOB		 0x80	/* read high order byte */
 #define  WDCTL_4BIT		 0x08	/* use four head bits (wd1003) */
 #define  WDCTL_RST		 0x04	/* reset the controller */
 #define  WDCTL_IDS		 0x02	/* disable controller interrupts */

Reply via email to