diff options
author | 1999-03-11 20:02:45 +0000 | |
---|---|---|
committer | 1999-03-11 20:02:45 +0000 | |
commit | 16521f30ffd8e83ca0b90834d90dbca94c98cf4c (patch) | |
tree | 66b9e7a972a6cb06a69226d3fae2b743b7ec07f8 | |
parent | sync (diff) | |
download | wireguard-openbsd-16521f30ffd8e83ca0b90834d90dbca94c98cf4c.tar.xz wireguard-openbsd-16521f30ffd8e83ca0b90834d90dbca94c98cf4c.zip |
wb(4) fits on RAMDISK
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 5bc83f3f52e..f28cfa5a155 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.60 1999/03/07 22:42:42 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.61 1999/03/11 20:02:45 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -197,6 +197,7 @@ tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards 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 |