diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2007-06-15 21:08:21 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2007-06-15 21:08:21 +0000 |
| commit | b52635a353350a6261fbbffc162ce3fb05f28cad (patch) | |
| tree | 09e800b3e80df0a502cc770d39d2a07282dd6df9 /sys/dev | |
| parent | a2884738ea8e75fc43ce0f118244821b427492ea (diff) | |
Add VT6105M (Rhine III) to the list of supported devices, as found in the
Soekris net5501.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_vr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index d64fc4dee00..a1cdf954fb3 100644 --- a/sys/dev/pci/if_vr.c +++ b/sys/dev/pci/if_vr.c @@ -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 } |
