summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wdsreg.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-25 08:04:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-25 08:04:23 +0000
commitfa646aed6ee1aaaea7eb899c93273c6fcb08465f (patch)
tree2509535a2d558aab58e9d9c379b6ea09520cd9c4 /sys/dev/isa/wdsreg.h
parent14267671fded5e2fb8e05448370cc7d5edb1a1a1 (diff)
Busified
Diffstat (limited to 'sys/dev/isa/wdsreg.h')
-rw-r--r--sys/dev/isa/wdsreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isa/wdsreg.h b/sys/dev/isa/wdsreg.h
index e4f7bdafce7..27e546239d7 100644
--- a/sys/dev/isa/wdsreg.h
+++ b/sys/dev/isa/wdsreg.h
@@ -11,6 +11,8 @@ typedef u_char physlen[3];
#define WDS_IRQACK 1 /* write */
#define WDS_HCR 2 /* write */
+#define WDS_IO_PORTS 3 /* size in I/O-space */
+
/* WDS_STAT (read) defs */
#define WDSS_IRQ 0x80
#define WDSS_RDY 0x40