Module Name:    src
Committed By:   drochner
Date:           Tue Jun 26 19:01:00 UTC 2012

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on recent boards


To generate a diff of this commit:
cvs rdiff -u -r1.1117 -r1.1118 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1117 src/sys/dev/pci/pcidevs:1.1118
--- src/sys/dev/pci/pcidevs:1.1117	Fri May 25 18:18:32 2012
+++ src/sys/dev/pci/pcidevs	Tue Jun 26 19:00:59 2012
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1117 2012/05/25 18:18:32 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1118 2012/06/26 19:00:59 drochner Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2619,10 +2619,10 @@ product INTEL QS67_LPC		0x1c4d	QS67 LPC
 product INTEL Q67_LPC		0x1c4e	Q67 LPC
 product INTEL QM67_LPC		0x1c4f	QM67 LPC
 product INTEL B65_LPC		0x1c50	B65 LPC
-product INTEL H61_LPC		0x1c51	H61 LPC
 product INTEL C202_LPC		0x1c52	C202 LPC
 product INTEL C204_LPC		0x1c54	C204 LPC
 product INTEL C206_LPC		0x1c56	C206 LPC
+product INTEL H61_LPC		0x1c5c	H61 LPC
 product INTEL 82801AA_LPC	0x2410	82801AA LPC Interface Bridge
 product INTEL 82801AA_IDE	0x2411	82801AA IDE Controller
 product INTEL 82801AA_USB	0x2412	82801AA USB Controller
@@ -3149,6 +3149,8 @@ product IODATA GVBCTV5DL	0xd012	GV-BCTV5
 product ITE IT8152		0x8152	IT8152 Host Bridge
 product ITE IT8211		0x8211	IT8211 IDE Controller
 product ITE IT8212		0x8212	IT8212 IDE Controller
+product ITE IT8888		0x8888	PCI-ISA Bridge
+product ITE IT8892		0x8892	PCIe-PCI Bridge
 
 /* I. T. T. products */
 product ITT AGX016	0x0001	AGX016
@@ -4859,6 +4861,7 @@ product WD 90C		0xc24a	90C
 /* Winbond Electronics products */
 product WINBOND W83769F		0x0001	W83769F
 product WINBOND W83C553F_0	0x0565	W83C553F PCI-ISA Bridge
+product WINBOND W83628F		0x0628	W83628F PCI-ISA Bridge
 product WINBOND W83C553F_1	0x0105	W83C553F IDE Controller
 product WINBOND W89C840F	0x0840	W89C840F 10/100 Ethernet
 product WINBOND W89C940F	0x0940	W89C940F Ethernet

Reply via email to