summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-11-06 22:16:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-11-06 22:16:29 +0000
commit2a1c628cca67975b3ad6eeefa00cf4b87b9bb7ea (patch)
treebf9dd2bc14da02c093a9865491b362f7411578b2 /sys
parent75ea17cf65489e49a5dcbb0ffbf02d39d93fddb6 (diff)
Oops, bootblocks need this.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/vax/vsa/hdc9224.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vsa/hdc9224.h b/sys/arch/vax/vsa/hdc9224.h
index 04742b3442c..bbb05c429df 100644
--- a/sys/arch/vax/vsa/hdc9224.h
+++ b/sys/arch/vax/vsa/hdc9224.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hdc9224.h,v 1.6 2006/11/06 20:28:23 miod Exp $ */
+/* $OpenBSD: hdc9224.h,v 1.7 2006/11/06 22:16:28 miod Exp $ */
/* $NetBSD: hdc9224.h,v 1.5 2003/11/10 08:51:52 wiz Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -33,14 +33,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if 0
struct hdc9224_DKCreg {
unsigned char dkc_reg; /* Disk Register Data Access Port (rw)*/
unsigned char fill[3]; /* bytes are longword aligned */
unsigned char dkc_cmd; /* Disk Controller Command Port (wo) */
#define dkc_stat dkc_cmd /* Interrupt Status Port (ro) */
};
-#endif
/*
* definition of some commands (constant bits only, incomplete!)