diff options
-rw-r--r-- | share/man/man4/vr.4 | 5 | ||||
-rw-r--r-- | sys/dev/pci/if_vr.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4 index b24988efc4d..792ac1f5d2f 100644 --- a/share/man/man4/vr.4 +++ b/share/man/man4/vr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vr.4,v 1.15 2004/03/22 20:31:36 miod Exp $ +.\" $OpenBSD: vr.4,v 1.16 2004/04/14 04:48:57 deraadt Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -45,7 +45,8 @@ The .Nm driver provides support for PCI Ethernet adapters and embedded controllers based on the VIA Technologies VT3043 Rhine I, -VT86C100A Rhine II, and VT6105 Rhine III Fast Ethernet controller chips. +VT86C100A Rhine II, and VT6105/VT6105M Rhine III Fast Ethernet +controller chips. This includes the D-Link DFE530-TX and various other commodity Fast Ethernet cards. .Pp diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index bfc2d4ee709..0148f7ae8f7 100644 --- a/sys/dev/pci/if_vr.c +++ b/sys/dev/pci/if_vr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vr.c,v 1.41 2003/12/29 23:06:55 brad Exp $ */ +/* $OpenBSD: if_vr.c,v 1.42 2004/04/14 04:48:56 deraadt Exp $ */ /* * Copyright (c) 1997, 1998 @@ -638,6 +638,7 @@ const struct pci_matchid vr_devices[] = { { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINEII }, { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINEII_2 }, { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105 }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105M }, { PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_RHINEII }, { PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_RHINEII }, }; |