diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-14 04:48:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-14 04:48:58 +0000 |
commit | eab602ea3ec9083f31c2e1c7607407a486fb0f8b (patch) | |
tree | c7796ed2160448bd525d9f760219428ef9720e76 | |
parent | 1e6641fdf4fa9f8b60c393b2a10dd8dc7d8c481b (diff) |
new vr; loki@animata.net
-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 }, }; |