Subject: kern/24838: pcidevs update for AMD8151 chipset
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <njoly@pasteur.fr>
List: netbsd-bugs
Date: 03/18/2004 11:25:32
>Number:         24838
>Category:       kern
>Synopsis:       pcidevs update for AMD8151 chipset
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 18 10:26:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Joly
>Release:        NetBSD 1.6ZK (-current 20040318)
>Organization:
	Institut Pasteur
>Environment:
System: NetBSD lanfeust.sis.pasteur.fr 1.6ZK NetBSD 1.6ZK (LANFEUST) #4: Thu Mar 18 09:29:01 CET 2004 njoly@lanfeust.sis.pasteur.fr:/local/src/NetBSD/obj/amd64/sys/arch/amd64/compile/LANFEUST amd64
Architecture: x86_64
Machine: amd64
>Description:
current pcidevs file knows only 1 device for AMD8151 chipset. And the
`AGP bridge' has the wrong device ID (0x7454 instead of 0x7455) according
to the chip documentation:
<URL:http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24888.pdf>
>How-To-Repeat:
>Fix:
pchb8 at pci4 dev 0 function 0
pchb8: Advanced Micro Devices AMD8151 System Controller (rev. 0x13)
ppb3 at pci4 dev 1 function 0: Advanced Micro Devices AMD8151 AGP Bridge (rev. 0x13)

Index: pcidevs
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pcidevs,v
retrieving revision 1.612
diff -u -r1.612 pcidevs
--- pcidevs	3 Mar 2004 01:03:04 -0000	1.612
+++ pcidevs	11 Mar 2004 17:06:30 -0000
@@ -837,7 +837,8 @@
 product AMD PBC768_USB	0x7449	AMD768 USB Controller
 product AMD PCIX8131_PPB	0x7450	PCI-X Tunnel
 product AMD PCIX8131_APIC	0x7451	IO Apic
-product AMD SC8151	0x7454	AMD8151 AGP Bridge
+product AMD SC8151_SC	0x7454	AMD8151 System Controller
+product AMD SC8151_PPB	0x7455	AMD8151 AGP Bridge
 product AMD PBC8111	0x7460	AMD8111 I/O Hub
 product AMD PBC8111_USB		0x7464	AMD8111 USB Host Controller
 product AMD PBC8111_LPC		0x7468	AMD8111 LPC Controller
>Release-Note:
>Audit-Trail:
>Unformatted: