diff options
author | 1999-01-10 22:31:29 +0000 | |
---|---|---|
committer | 1999-01-10 22:31:29 +0000 | |
commit | f3d91a801ea5b1c3e06ae03ed59172f04bc96709 (patch) | |
tree | cefcdcb0e5751390330df356ef2ea70506917a14 | |
parent | VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu. (diff) | |
download | wireguard-openbsd-f3d91a801ea5b1c3e06ae03ed59172f04bc96709.tar.xz wireguard-openbsd-f3d91a801ea5b1c3e06ae03ed59172f04bc96709.zip |
Add vr driver
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6f270d4301b..250af902c74 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.98 1999/01/08 12:44:30 jason Exp $ +# $OpenBSD: GENERIC,v 1.99 1999/01/10 22:31:29 downsj Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -193,6 +193,7 @@ rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards mx* at pci? dev ? function ? # Macronix PMAC ethernet cards +vr* at pci? dev ? function ? # VIA Rhine ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |