summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-15 18:55:07 +0000
committerjhb <jhb@FreeBSD.org>2002-07-15 18:55:07 +0000
commit36084586c85b0b689c68f1a3680411faaa6d3d06 (patch)
treec4a8897209f2e121e1e8d35bf168f55262455d98 /sys/i386/conf
parentc3235f750b02574c924bd70d70c08a3ead656f33 (diff)
downloadFreeBSD-src-36084586c85b0b689c68f1a3680411faaa6d3d06.zip
FreeBSD-src-36084586c85b0b689c68f1a3680411faaa6d3d06.tar.gz
The EISA_SLOTS option appears to be i386-only.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0eaf6e5c..7730730 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -281,6 +281,14 @@ options MAXMEM="(128*1024)"
device eisa
+# By default, only 10 EISA slots are probed, since the slot numbers
+# above clash with the configuration address space of the PCI subsystem,
+# and the EISA probe is not very smart about this. This is sufficient
+# for most machines, but in particular the HP NetServer LC series comes
+# with an onboard AIC7770 dual-channel SCSI controller on EISA slot #11,
+# thus you need to bump this figure to 12 for them.
+options EISA_SLOTS=12
+
#
# MCA bus:
#
OpenPOWER on IntegriCloud