diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-08-01 06:21:21 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-08-01 06:21:21 +0000 |
| commit | a6db0ba6d3e0f497734712472f0719d99b30b8f6 (patch) | |
| tree | b77ce2777e4fd7ec5b9b3cb24f36d0e3295b17b1 | |
| parent | 53cff3bb65ca8b6c0fb058fa49fa88f02d861d58 (diff) | |
Notes
| -rw-r--r-- | sys/dev/isp/ispreg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 44a8e1d9a7503..7b31a8825b117 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 |
