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.
This commit is contained in:
thorpej 2003-07-29 19:49:50 +00:00
parent 4f354cdf59
commit 058f44ae26
1 changed files with 6 additions and 2 deletions

View File

@ -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 @@ const struct wm_product {
"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 },