Add recognition of Nortel Baystack 21 as an rtk8139 variant.

Rest of information submitted in PR#33044.
This commit is contained in:
he 2006-03-09 22:17:49 +00:00
parent 09dd8aa07e
commit 17acd2c1c5
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_rtk_pci.c,v 1.23 2005/12/11 12:22:49 christos Exp $ */
/* $NetBSD: if_rtk_pci.c,v 1.24 2006/03/09 22:17:49 he Exp $ */
/*
* Copyright (c) 1997, 1998
@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.23 2005/12/11 12:22:49 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.24 2006/03/09 22:17:49 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -116,6 +116,8 @@ static const struct rtk_type rtk_pci_devs[] = {
RTK_8139, "SEGA Broadband Adapter" },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS,
RTK_8139, "D-Link Systems DFE 530TX+" },
{ PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BAYSTACK_21,
RTK_8139, "Baystack 21 (MPX EN5038) 10/100BaseTX" },
{ 0, 0, 0, NULL }
};