Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add support for the Intel PRO/1000 MT Quad Port ...



details:   https://anonhg.NetBSD.org/src/rev/0a3ef83ddbba
branches:  trunk
changeset: 550090:0a3ef83ddbba
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 29 19:49:50 2003 +0000

description:
Add support for the Intel PRO/1000 MT Quad Port server adapter; this
is just 2 i82546EB chips behind an IBM 133 PCI-X bridge.

diffstat:

 sys/dev/pci/if_wm.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r fa13bdf64313 -r 0a3ef83ddbba sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue Jul 29 19:47:44 2003 +0000
+++ b/sys/dev/pci/if_wm.c       Tue Jul 29 19:49:50 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.38 2003/07/14 15:47:25 lukem Exp $ */
+/*     $NetBSD: if_wm.c,v 1.39 2003/07/29 19:49:50 thorpej Exp $       */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.38 2003/07/14 15:47:25 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.39 2003/07/29 19:49:50 thorpej Exp $");
 
 #include "bpfilter.h"
 #include "rnd.h"
@@ -501,6 +501,10 @@
          "Intel i82546EB 1000BASE-T Ethernet",
          WM_T_82546,           WMP_F_1000T },
 
+       { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82546EB_QUAD,
+         "Intel i82546EB 1000BASE-T Ethernet",
+         WM_T_82546,           WMP_F_1000T },
+
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82545EM_FIBER,
          "Intel i82545EM 1000BASE-X Ethernet",
          WM_T_82545,           WMP_F_1000X },



Home | Main Index | Thread Index | Old Index