summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/sireg.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-23 22:51:49 +0000
committerpeter <peter@FreeBSD.org>2000-01-23 22:51:49 +0000
commit1f56e7164ce5880ac5bf0b68ba22765621e02b34 (patch)
tree2315b8e332acfde1e1886950ccb1f005d4744054 /sys/dev/si/sireg.h
parent803231fc902655c170ed70892d95fd2d28c16cdb (diff)
downloadFreeBSD-src-1f56e7164ce5880ac5bf0b68ba22765621e02b34.zip
FreeBSD-src-1f56e7164ce5880ac5bf0b68ba22765621e02b34.tar.gz
Initial attempt at newbusification of the specialix si/xio/sx driver.
The files were repo copied from their original location and are part way towards being portable. This should unbreak the EISA support in the driver. I have not updated files* yet as I'm not quite finished.
Diffstat (limited to 'sys/dev/si/sireg.h')
-rw-r--r--sys/dev/si/sireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/si/sireg.h b/sys/dev/si/sireg.h
index 711bf92..0d59ea9 100644
--- a/sys/dev/si/sireg.h
+++ b/sys/dev/si/sireg.h
@@ -84,6 +84,7 @@
/*
* MEMSIZE is the total shared mem region
* RAMSIZE is value to use when probing
+ * PROBEALLOC is the amount to bus_resource_alloc() during probe.
*/
#define SIJETPCI_MEMSIZE 0x10000
#define SIJETISA_MEMSIZE 0x8000
@@ -94,4 +95,4 @@
#define SIHOST2_RAMSIZE 0x7ff7
#define SIEISA_MEMSIZE 0x10000
#define SIEISA_RAMSIZE 0x10000
-
+#define SIPROBEALLOC 0x8000
OpenPOWER on IntegriCloud