The EISA_SLOTS option appears to be i386-only.
This commit is contained in:
parent
5a9d606d4b
commit
601969b9aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100122
@ -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:
|
||||
#
|
||||
|
@ -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:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user