Subject: NetBSD master CVS tree commits
To: None <source-changes@netbsd.org>
From: The Source of All Evil <source@netbsd.org>
List: source-changes
Date: 08/07/1998 03:20:08
drochner
Fri Aug  7 03:15:32 PDT 1998
Update of /cvsroot/src/sys/arch/i386/pci
In directory nb00:/tmp/cvs-serv25980

Modified Files:
	pcib.c 
Log Message:
Match PCI-ISA bridges on class/subclass instead of vendor/device.
2 reasons:
-no need to keep a list of all known parts
-there is at least 1 bridge (ACC micro 2051) which reports the same
 device ID for its various subfunctions; this would require an additional
 check in the match function
(keep the old list inside #if 0 in case one of the historical bridges
doesn't report the right class/subclass - I can't check them all)