Subject: CVS commit: syssrc/sys/arch/i386/conf
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 09/15/2001 00:44:23
Module Name:	syssrc
Committed By:	nathanw
Date:		Fri Sep 14 21:44:22 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/conf: CARDBUS DISKLESS GENERIC GENERIC_LAPTOP
	    GENERIC_TINY INSTALL INSTALL_LAPTOP INSTALL_SMALL INSTALL_TINY

Log Message:
Change all instances of "[e]isa* at foo?" to "[e]isa0 at foo?".

This prevents attaching multiple [E]ISA buses, which we don't support
(Is there any such thing to support? I'm skeptical) and avoids the
"panic: isaattach: ISA bus already seen" that occurs on some laptops
with docking stations and EISA boxes. Since there is only one [E]ISA bus,
logically, the ISA device probe will still find devices on the
docking station.

This does not address the problem of inserting or removing the docking station
at runtime.

Relevant PRs: kern/6544, port-i386/10392, kern/11627, kern/13557,
install/13865.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/arch/i386/conf/CARDBUS \
    syssrc/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -r1.77 -r1.78 syssrc/sys/arch/i386/conf/DISKLESS
cvs rdiff -r1.425 -r1.426 syssrc/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/i386/conf/GENERIC_LAPTOP
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -r1.171 -r1.172 syssrc/sys/arch/i386/conf/INSTALL
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/i386/conf/INSTALL_LAPTOP
cvs rdiff -r1.69 -r1.70 syssrc/sys/arch/i386/conf/INSTALL_SMALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.