diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-07-02 00:27:24 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-07-02 00:27:24 +0000 |
commit | 310de2c206e21edeee1716ee8d404c039f280ce1 (patch) | |
tree | 63bbf41f0548320d5319620e4fccfb18a756602b /sys | |
parent | 357300e3d421ae2f45d80b4780647821394e5d8f (diff) |
add via vt6102 id; freebsd-gnats
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_vr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index a02cac0b190..c6cb612163e 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.7 2000/02/15 02:28:15 jason Exp $ */ +/* $OpenBSD: if_vr.c,v 1.8 2000/07/02 00:27:23 jason Exp $ */ /* * Copyright (c) 1997, 1998 @@ -863,6 +863,7 @@ vr_probe(parent, match, aux) switch (PCI_PRODUCT(pa->pa_id)) { case PCI_PRODUCT_VIATECH_RHINE: case PCI_PRODUCT_VIATECH_RHINEII: + case PCI_PRODUCT_VIATECH_RHINEII_2: return (1); } } |