Bug 15281

Summary: Please fix handling Ross(?) host to PCI bridge
Product: Base System Reporter: Ahmed Benani <ahmed_benani>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: FreeBSD-gnats-submit
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ahmed Benani 1999-12-05 18:10:00 UTC
I'm using NEC PC-9821RvII (It's not PC-AT compatible).
After I got bootstrap message `Ross(?)', I cannot use PCI bus.

Fix: It seems that reading from 0x45 has no meaning on my machine.
Without following patch, my machine reports like this.

pcib255: <Ross (?) host to PCI bridge> on motherboard

And no other PCI devices are found, cannot mount root device, then panic.
It seems that pci_cfgread() returns 0xff.

PC9821RvII uses Champion as it's chip set. Champion is product of
Reliance Computer, I beleive. So, I feel strange about message `Ross(?)'.
`RCC' is more precise?
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2002-01-12 18:21:29 UTC
State Changed
From-To: open->feedback

This patch was committed in rev. 1.52 of src/sys/i386/isa/pcibus.c. 
Quite a few other changes have been made to the file since then as well. 
I'm guessing this is no longer a problem...is it OK for me to close 
this PR?
Comment 2 Mark Peek freebsd_committer freebsd_triage 2002-07-28 17:34:40 UTC
State Changed
From-To: feedback->closed

Feedback timeout.