Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Update SMBus devices from Document(c600-series-c...



details:   https://anonhg.NetBSD.org/src/rev/1d0485f8e578
branches:  trunk
changeset: 782977:1d0485f8e578
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Nov 29 18:45:20 2012 +0000

description:
Update SMBus devices from Document(c600-series-chipset-spec-update and
x79-express-chipset-specification-update)

diffstat:

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

diffs (29 lines):

diff -r 25c804eaa9f9 -r 1d0485f8e578 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Nov 29 18:15:33 2012 +0000
+++ b/sys/dev/pci/pcidevs       Thu Nov 29 18:45:20 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1143 2012/10/21 23:06:59 matt Exp $
+$NetBSD: pcidevs,v 1.1144 2012/11/29 18:45:20 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2773,7 +2773,7 @@
 product INTEL C600_PCIE_7      0x1d1c  C600/X79 PCIE
 product INTEL C600_PCIE_8      0x1d1e  C600/X79 PCIE
 product INTEL C600_HDA         0x1d20  C600 HD Audio
-product INTEL C600_SMB_1       0x1d22  C600/X79 SMBus Controller
+product INTEL C600_SMBUS       0x1d22  C600 SMBus Controller
 product INTEL C600_THERM       0x1d24  C600 Thermal Management Controller
 product INTEL C600_EHCI_1      0x1d26  C600 USB
 product INTEL C600_EHCI_2      0x1d2d  C600 USB
@@ -2799,7 +2799,9 @@
 product INTEL C600_SAS_11      0x1d6d  C600 SAS Controller
 product INTEL C600_SAS_12      0x1d6e  C600 SAS Controller
 product INTEL C600_SAS_SATA_4  0x1d6f  C600 SAS Controller (SATA)
-product INTEL C600_SMB_2       0x1d70  C600/X79 Series SMBus Controller
+product INTEL C600_SMB_0       0x1d70  C600/X79 Series SMBus Controller
+product INTEL C600_SMB_1       0x1d71  C606/C608 SMBus Controller
+product INTEL C600_SMB_2       0x1d72  C608 SMBus Controller
 product INTEL 7SER_DT_SATA_1   0x1e00  7 Series (desktop) SATA Controller
 product INTEL 7SER_MO_SATA_1   0x1e01  7 Series (mobile) SATA Controller
 product INTEL 7SER_DT_SATA_AHCI        0x1e02  7 Series (desktop) SATA Controller (AHCI)



Home | Main Index | Thread Index | Old Index