Remove dulicate "Ethernet" output. From Dave Huang in PR 8206

This commit is contained in:
hwr 1999-08-14 11:09:18 +00:00
parent b23490d39f
commit af827a1284
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_vr.c,v 1.23 1999/08/03 17:25:52 thorpej Exp $ */
/* $NetBSD: if_vr.c,v 1.24 1999/08/14 11:09:18 hwr Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -164,9 +164,9 @@ static struct vr_type {
const char *vr_name;
} vr_devs[] = {
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT3043,
"VIA VT3043 (Rhine) 10/100 Ethernet" },
"VIA VT3043 (Rhine) 10/100" },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT86C100A,
"VIA VT86C100A (Rhine-II) 10/100 Ethernet" },
"VIA VT86C100A (Rhine-II) 10/100" },
{ 0, 0, NULL }
};