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 for i82577



details:   https://anonhg.NetBSD.org/src/rev/62e9e45c1e8f
branches:  trunk
changeset: 750705:62e9e45c1e8f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jan 11 12:54:54 2010 +0000

description:
fix for i82577

diffstat:

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

diffs (20 lines):

diff -r 79d88577533a -r 62e9e45c1e8f sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Jan 11 12:29:28 2010 +0000
+++ b/sys/dev/pci/pcidevs       Mon Jan 11 12:54:54 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1009 2010/01/07 18:57:10 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1010 2010/01/11 12:54:54 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2302,8 +2302,8 @@
 product INTEL 82567LM_3                0x10de  i82567LM-3 LAN Controller
 product INTEL 82567LF_3                0x10df  i82567LF-3 LAN Controller
 product INTEL 82575GB_QUAD_COPPER_PM 0x10e2 i82575GB Quad-1000baseT Ethernet (PM)
-product INTEL PCH_M_LM         0x10ea  PCH LAN (82578LM) Controller
-product INTEL PCH_M_LC         0x10eb  PCH LAN (82578LC) Controller
+product INTEL PCH_M_LM         0x10ea  PCH LAN (82577LM) Controller
+product INTEL PCH_M_LC         0x10eb  PCH LAN (82577LC) Controller
 product INTEL PCH_D_DM         0x10ef  PCH LAN (82578DM) Controller
 product INTEL PCH_D_DC         0x10f0  PCH LAN (82578DC) Controller
 product INTEL 82801I_IGP_M_AMT 0x10f5  82801I Mobile (AMT) LAN Controller



Home | Main Index | Thread Index | Old Index