Add VT6105M (Rhine III) to the list of supported devices, as found in the

Soekris net5501.
This commit is contained in:
jmcneill 2007-06-15 21:08:21 +00:00
parent a2884738ea
commit b52635a353
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_vr.c,v 1.85 2007/03/04 06:02:23 christos Exp $ */
/* $NetBSD: if_vr.c,v 1.86 2007/06/15 21:08:21 jmcneill Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -104,7 +104,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_vr.c,v 1.85 2007/03/04 06:02:23 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_vr.c,v 1.86 2007/06/15 21:08:21 jmcneill Exp $");
#include "rnd.h"
@ -165,6 +165,8 @@ static struct vr_type {
"VIA VT6102 (Rhine II) 10/100" },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105,
"VIA VT6105 (Rhine III) 10/100" },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105M,
"VIA VT6105M (Rhine III) 10/100" },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT86C100A,
"VIA VT86C100A (Rhine-II) 10/100" },
{ 0, 0, NULL }