diff options
author | 2001-10-05 19:11:48 +0000 | |
---|---|---|
committer | 2001-10-05 19:11:48 +0000 | |
commit | 47d5880e895241eb750f5eb418aacfd1322844b1 (patch) | |
tree | c41ebc2486a6f11b4fe249628bc60732d4d82510 | |
parent | Avoid confustion (diff) | |
download | wireguard-openbsd-47d5880e895241eb750f5eb418aacfd1322844b1.tar.xz wireguard-openbsd-47d5880e895241eb750f5eb418aacfd1322844b1.zip |
Add bge(4)
-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 8adb1a91059..5608af9340b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.275 2001/10/04 22:01:23 gluk Exp $ +# $OpenBSD: GENERIC,v 1.276 2001/10/05 19:11:48 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -335,6 +335,7 @@ sk* at skc? # each port of above wx* at pci? dev ? function ? # Intel Pro/1000 ethernet txp* at pci? dev ? function ? # 3com 3CR990 nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE +bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS |