diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-03-11 18:52:06 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-03-11 18:52:06 +0000 |
commit | c8ba4c17aa5e393cb2833764f74d09bdedcd3458 (patch) | |
tree | dc12cd380034794490fc0b9363d8bd95cb816ed5 /sys/arch | |
parent | 9154ea8ecc841689e33172425e128ac0c00c4933 (diff) |
add wb
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 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 |