diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-01-10 22:31:30 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-01-10 22:31:30 +0000 |
commit | 0bb867118d83f6423874cc29ad8288605b347f85 (patch) | |
tree | b3a125b430b2cce4834104785aa1d75db446234d /sys/arch | |
parent | bf8ccfd6111e165b6dfe23e0744b164654e249ff (diff) |
Add vr driver
Diffstat (limited to 'sys/arch')
-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 |