Module Name: src
Committed By: msaitoh
Date: Mon Dec 26 07:53:03 UTC 2016
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
0x10cb is not 82801H(ICH8) but 82801I(ICH9).
To generate a diff of this commit:
cvs rdiff -u -r1.1273 -r1.1274 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.1273 src/sys/dev/pci/pcidevs:1.1274
--- src/sys/dev/pci/pcidevs:1.1273 Thu Dec 1 09:04:03 2016
+++ src/sys/dev/pci/pcidevs Mon Dec 26 07:53:03 2016
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1273 2016/12/01 09:04:03 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1274 2016/12/26 07:53:03 msaitoh Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2897,7 +2897,7 @@ product INTEL 82598AF 0x10c7 82598 10 G
product INTEL 82598AT 0x10c8 82598 10 Gigabit AT
product INTEL 82576_COPPER 0x10c9 82576 1000BaseT Ethernet
product INTEL 82576_VF 0x10ca 82576 1000BaseT Ethernet Virtual Function
-product INTEL 82801H_IGP_M_V 0x10cb i82801H IGP (MV) LAN Controller
+product INTEL 82801I_IGP_M_V 0x10cb i82801I IGP (MV) LAN Controller
product INTEL 82801J_R_BM_LM 0x10cc i82567LM-2 LAN Controller
product INTEL 82801J_R_BM_LF 0x10cd i82567LF-2 LAN Controller
product INTEL 82801J_R_BM_V 0x10ce i82567V-2 LAN Controller