freebsd-nq/sys/i386
Peter Wemm accc665bbe Hopefully fix the previous commit, it caused *all* bridges to be detected
as PCI->HOST bridges on my (440BX) box.

My change is to remove the test at the beginning entirely, letting the
switch on the device ID happen first.  If the device ID is unknown, then
(in the default case) check for the generic PCIS_BRIDGE_HOST tag.  This
should allow wierd cases (eg: wpaul's IMS VL bridge) to work by using the
id override.  This strategy is more in line with the other PCI match
methods we use elsewhere,

I only have a limited testbed, but having my USB etc devices detected as
PCI->HOST bridges doesn't look good.
1999-08-10 09:22:21 +00:00
..
apm Don't trust the segment limits that the BIOS reports; instead give it 1999-08-02 18:46:34 +00:00
bios Don't trust the segment limits that the BIOS reports; instead give it 1999-08-02 18:46:34 +00:00
boot Back the last change out. 1999-05-25 10:30:52 +00:00
conf Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
eisa I'm not sure how this wasn't in the last commit but anyhow... 1999-08-02 20:01:40 +00:00
i386 pmap_remove_pages: 1999-08-10 04:10:57 +00:00
ibcs2 Rename struct members sa_siginfo. POSIX reserves identifiers starting 1999-07-06 06:55:29 +00:00
include Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
isa Hopefully fix the previous commit, it caused *all* bridges to be detected 1999-08-10 09:22:21 +00:00
linux Fix page fault in linux_uselib syscall. 1999-08-08 11:26:46 +00:00
pci Hopefully fix the previous commit, it caused *all* bridges to be detected 1999-08-10 09:22:21 +00:00
svr4 Add $Id$ tags. 1999-07-30 12:47:17 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00