Subject: port-i386/4780:
To: None <gnats-bugs@gnats.netbsd.org>
From: None <nathanw@mit.edu>
List: netbsd-bugs
Date: 01/05/1998 14:24:18
>Number: 4780
>Category: port-i386
>Synopsis:
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jan 5 11:35:01 1998
>Last-Modified:
>Originator: Nathan J. Williams
>Organization:
Massachvsetts Institvte of Technology
>Release: Jan 5 12:15:41 1998
>Environment:
System: NetBSD road-runner.mit.edu 1.3 NetBSD 1.3 (ROAD-RUNNER) #91: Mon Jan 5 13:47:52 EST 1998 nathanw@road-runner.mit.edu:/u1/usr/src/sys/arch/i386/compile/ROAD-RUNNER i386
>Description:
sys/arch/i386/pci/pchb.c doesn't know about my host bridge.
>How-To-Repeat:
Boot a kernel with PCIVERBOSE and notice the "Not configured" message
for the United Microelectronics UM8891N host bridge.
>Fix:
Apply this patch to pchb.c:
*** pchb.c.orig Mon Jan 5 14:17:15 1998
--- pchb.c Mon Dec 29 18:56:59 1997
***************
*** 98,103 ****
--- 98,104 ----
break;
case PCI_VENDOR_UMC:
switch (PCI_PRODUCT(pa->pa_id)) {
+ case PCI_PRODUCT_UMC_UM8891N:
case PCI_PRODUCT_UMC_UM8881F:
return (1);
}
>Audit-Trail:
>Unformatted:
no
yet another pchb
non-critical
low
change-request