From owner-cvs-sys Sat Dec 14 10:07:25 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA21968 for cvs-sys-outgoing; Sat, 14 Dec 1996 10:07:25 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA21960; Sat, 14 Dec 1996 10:07:20 -0800 (PST) Date: Sat, 14 Dec 1996 10:07:20 -0800 (PST) From: Joerg Wunsch Message-Id: <199612141807.KAA21960@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c src/sys/i386/eisa eisaconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/14 10:07:19 Modified: sys/i386/eisa eisaconf.c sys/i386/i386 userconfig.c Log: Add a small hack to UserConfig that allows to override the number of EISA slots to probe. This is mainly intended to allow installing the system on an HP Netserver with an on-board AIC7xxx EISA SCSI controller, that is sitting on EISA slot # 11. Documentation updates explaining this hack will follow shortly. Note that this can go away again as soon as the EISA device probing is more intelligent about the address space clash with the PCI address space. 2.2 candidate. Not objected by: freebsd-core :) Revision Changes Path 1.24 +5 -2 src/sys/i386/eisa/eisaconf.c 1.72 +24 -2 src/sys/i386/i386/userconfig.c