The EISA_SLOTS option appears to be i386-only.

This commit is contained in:
John Baldwin 2002-07-15 18:55:07 +00:00
parent 5a9d606d4b
commit 601969b9aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100122
2 changed files with 8 additions and 8 deletions

View File

@ -956,14 +956,6 @@ options NTIMECOUNTER=20
# EISA bus
#
# 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
#
# PCI bus & PCI options:
#

View File

@ -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:
#