diff options
author | 2020-01-20 23:27:01 +0000 | |
---|---|---|
committer | 2020-01-20 23:27:01 +0000 | |
commit | 35d51a44129d854e70d15b506ba37e84714b5421 (patch) | |
tree | 742679e3769084f3224a7dee0085b6129bef4a51 | |
parent | regen (diff) | |
download | wireguard-openbsd-35d51a44129d854e70d15b506ba37e84714b5421.tar.xz wireguard-openbsd-35d51a44129d854e70d15b506ba37e84714b5421.zip |
floppy is a bit tight right now, evict fxp temporarily until another
space-saving candidate is found
(this candidate selected by jsg and kettenis, don't blame the commiter)
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 5b677b37133..1bcc775e4a0 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.74 2019/09/07 13:46:19 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.75 2020/01/20 23:27:01 deraadt Exp $ machine amd64 maxusers 4 @@ -85,7 +85,7 @@ pciide* at pci? flags 0x0000 wd* at pciide? flags 0x0000 atapiscsi* at pciide? -fxp* at pci? # EtherExpress 10/100B ethernet +#fxp* at pci? # EtherExpress 10/100B ethernet rl* at pci? # Realtek 81[23]9 ethernet re* at pci? # Realtek 8169/8169S/8110S em* at pci? # Intel Pro/1000 ethernet |