diff options
author | 2020-03-24 02:48:45 +0000 | |
---|---|---|
committer | 2020-03-24 02:48:45 +0000 | |
commit | 9b15464eb1c18aa17d6c6487270e718dc0866502 (patch) | |
tree | 67cb5944228c3bcf2579334d730807634d5b8c8c | |
parent | UART 1-3 support for Allwinner H3 (maybe H5/H2+). (diff) | |
download | wireguard-openbsd-9b15464eb1c18aa17d6c6487270e718dc0866502.tar.xz wireguard-openbsd-9b15464eb1c18aa17d6c6487270e718dc0866502.zip |
cope with growth, sigh
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 120ec77b640..7219e87f2fc 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.196 2020/03/20 16:12:07 otto Exp $ +# $OpenBSD: RAMDISK,v 1.197 2020/03/24 02:48:45 deraadt Exp $ machine i386 maxusers 4 @@ -115,7 +115,7 @@ fxp* at pci? # EtherExpress 10/100B ethernet cards ne* at pci? # NE2000-compat ethernet cards ne* at pcmcia? # PCMCIA based NE2000 cards rl* at pci? # Realtek 81[23]9 ethernet -dc* at pci? # 21143, "tulip" clone ethernet +#dc* at pci? # 21143, "tulip" clone ethernet em* at pci? # Intel Pro/1000 ethernet re* at pci? # Realtek 8169/8169S/8110S #bge* at pci? # Broadcom BCM570x (aka Tigon3) |