Subject: PCI configuration oddity
To: None <port-i386@NetBSD.ORG>
From: Thor Lancelot Simon <tls@cloud9.net>
List: port-i386
Date: 03/01/1995 22:59:24
If I have two NCR controllers, how do I specify them in my kernel config file
so that the first controller doesn't scan twice at boot?

I can't figure out how to write -- either in config under 1.0 or in config.new
under current -- a config file line with a wired-down unit number so it'll
only match one controller.

It also seems to me that if you have

master ncr0 at pci0 slave ?

and

master ncr1 at pci0 slave ?

it is a bug for the 0th ncr controller to scan as both ncr0 and ncr1, and the
1th controller not to scan at all.  Isn't it?

Thor