summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-08-01 06:21:21 +0000
committermjacob <mjacob@FreeBSD.org>2000-08-01 06:21:21 +0000
commitae6e6fedaba31c9c028bc16e78990b6a2271743c (patch)
tree10dec63d8516a7834e786c73da8f3c2b8394e2ca /sys/dev/isp
parentadd29bbf3487bcf122bd9ebb5d6c8487c914cfca (diff)
downloadFreeBSD-src-ae6e6fedaba31c9c028bc16e78990b6a2271743c.zip
FreeBSD-src-ae6e6fedaba31c9c028bc16e78990b6a2271743c.tar.gz
Add in lengths of SBus or PCI registers.
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/ispreg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h
index 44a8e1d..7b31a88 100644
--- a/sys/dev/isp/ispreg.h
+++ b/sys/dev/isp/ispreg.h
@@ -79,6 +79,9 @@
#define ISP1080_DMA_REGS_OFF 0x60
#define DMA_REGS_OFF 0x00 /* same as BIU block */
+#define SBUS_REGSIZE 0x450
+#define PCI_REGSIZE 0x100
+
/*
* NB: The *_BLOCK definitions have no specific hardware meaning.
* They serve simply to note to the MD layer which block of
OpenPOWER on IntegriCloud