From d101f6f4627a317f29cd6cf339b0f200ebfb0684 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 8 Jan 2001 21:50:47 +0000 Subject: [PATCH] Add Accton EN2242 10/100 MiniPCI Ethernet. --- sys/dev/pci/if_tlp_pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/if_tlp_pci.c b/sys/dev/pci/if_tlp_pci.c index b0b838db09f4..c72f77a1f5c7 100644 --- a/sys/dev/pci/if_tlp_pci.c +++ b/sys/dev/pci/if_tlp_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_tlp_pci.c,v 1.49 2001/01/08 21:45:42 thorpej Exp $ */ +/* $NetBSD: if_tlp_pci.c,v 1.50 2001/01/08 21:50:47 thorpej Exp $ */ /*- * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -185,6 +185,8 @@ const struct tulip_pci_product { { PCI_VENDOR_ADMTEK, PCI_PRODUCT_ADMTEK_AN985, TULIP_CHIP_AN985 }, + { PCI_VENDOR_ACCTON, PCI_PRODUCT_ACCTON_EN2242, + TULIP_CHIP_AN985 }, #if 0 { PCI_VENDOR_ASIX, PCI_PRODUCT_ASIX_AX88140A,