| Summary: | request: document the fact that the FreeBSD installer doesn't probe past EISA slot 10. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Julian Plamann <bofh> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Julian Plamann
2002-09-20 05:10:02 UTC
Responsible Changed From-To: freebsd-bugs->qa Assign to qa group On 18-Jul-2003 Kris Kennaway wrote: > Synopsis: FreeBSD installer doesn't probe past EISA slot 10. Causes issues with NetServers. This is a feature to avoid conflicts with PCI. The bset resolution for this might be to add a FAQ that explains how to increase the number of slots from the kernel config in 4.x and from the loader on 5.x. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ On Mon, Jul 21, 2003 at 05:30:45PM -0400, John Baldwin wrote:
>
> On 18-Jul-2003 Kris Kennaway wrote:
> > Synopsis: FreeBSD installer doesn't probe past EISA slot 10. Causes issues with NetServers.
>
> This is a feature to avoid conflicts with PCI. The bset resolution for
> this might be to add a FAQ that explains how to increase the number of
> slots from the kernel config in 4.x and from the loader on 5.x.
And corresponding text to the install guide?
Kris
This is mentioned in LINT/NOTES already:
# 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
Maybe it should be mentioned in the Harware Notes for current releases,
including the workaround.
--
:{ andyf@speednet.com.au
Andy Farkas
System Administrator
Speednet Communications
http://www.speednet.com.au/
On 21-Jul-2003 Kris Kennaway wrote: > On Mon, Jul 21, 2003 at 05:30:45PM -0400, John Baldwin wrote: >> >> On 18-Jul-2003 Kris Kennaway wrote: >> > Synopsis: FreeBSD installer doesn't probe past EISA slot 10. Causes issues with NetServers. >> >> This is a feature to avoid conflicts with PCI. The bset resolution for >> this might be to add a FAQ that explains how to increase the number of >> slots from the kernel config in 4.x and from the loader on 5.x. > > And corresponding text to the install guide? Sure, but I think this should be classed as a doc bug now and probably handed off to doc@. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ Responsible Changed From-To: qa->freebsd-doc Reclassify this as a doc PR, since the Audit-Trail claims that the code is doing The Right Thing (in general). This issue has been documented in the Troubleshooting section of the i386 notes for a while now and can therefore probably be closed. e.g. section 4.3.12 of http://www.freebsd.org/releases/4.6R/installation-i386.html State Changed From-To: open->closed This information is now documented in the Troubleshooting section. |