Support for 82540EP and 82540EP (LOM).

Not tested.
This commit is contained in:
kent 2003-04-05 13:23:17 +00:00
parent dee9f67e51
commit d49a3d652c
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wm.c,v 1.33 2003/04/04 06:45:12 kent Exp $ */
/* $NetBSD: if_wm.c,v 1.34 2003/04/05 13:23:17 kent Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -478,6 +478,14 @@ const struct wm_product {
"Intel i82540EM 1000BASE-T Ethernet",
WM_T_82540, WMP_F_1000T },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82540EP_LOM,
"Intel i82540EP 1000BASE-T Ethernet",
WM_T_82540, WMP_F_1000T },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82540EP,
"Intel i82540EP 1000BASE-T Ethernet",
WM_T_82540, WMP_F_1000T },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82540EP_LP,
"Intel i82540EP 1000BASE-T Ethernet",
WM_T_82540, WMP_F_1000T },