diff options
author | 1999-03-11 18:52:05 +0000 | |
---|---|---|
committer | 1999-03-11 18:52:05 +0000 | |
commit | 47b1e7da6cf6fa3c328afdb01497e41a52e21291 (patch) | |
tree | 7a57f70c95f5df2b61be0c2d50fe034610891f9d | |
parent | note support of wb (diff) | |
download | wireguard-openbsd-47b1e7da6cf6fa3c328afdb01497e41a52e21291.tar.xz wireguard-openbsd-47b1e7da6cf6fa3c328afdb01497e41a52e21291.zip |
add wb
-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 46083b6e280..5cd055583f7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 1999/03/05 10:38:14 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.105 1999/03/11 18:52:05 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -196,6 +196,7 @@ tl* at pci? dev ? function ? # Compaq Thunderlan ethernet mx* at pci? dev ? function ? # Macronix PMAC ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet pn* at pci? dev ? function ? # Lite-On PNIC ethernet +wb* at pci? dev ? function ? # Winbond W89C840F ethernet # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |