Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci fix pci id for the Intel H61 LPC bridge to fit a...



details:   https://anonhg.NetBSD.org/src/rev/5c12f37ca02a
branches:  trunk
changeset: 779901:5c12f37ca02a
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Jun 26 19:00:59 2012 +0000

description:
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

diffstat:

 sys/dev/pci/pcidevs |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 26359e13b5f3 -r 5c12f37ca02a sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Jun 26 09:49:24 2012 +0000
+++ b/sys/dev/pci/pcidevs       Tue Jun 26 19:00:59 2012 +0000
@@ -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 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 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 @@
 /* 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



Home | Main Index | Thread Index | Old Index