Subject: [i386] another config file change...
To: None <current-users@NetBSD.ORG>
From: None <Chris_G_Demetriou@NIAGARA.NECTAR.CS.CMU.EDU>
List: current-users
Date: 03/03/1996 22:34:59
On the i386 port, isa, eisa, and pci no longer attach to 'root'.
now, "mainbus" attaches to root, and isa, eisa, and pci attach to it.
What this means to you:
Your kernel config files used to have something like:
isa0 at root
eisa0 at root
pci0 at root
in them. Now they should have:
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
I've updated all of the i386 kernel config files that are in the
distributions, so you can look at them if you're not sure what to do.
chris