diff options
author | 2020-10-16 04:09:42 +0000 | |
---|---|---|
committer | 2020-10-16 04:09:42 +0000 | |
commit | 4f8f141282b46312ff2dc78a06ca7933c07f8714 (patch) | |
tree | eefc39dc5fe08dc6cc6e0b18f6255fc5fe5f3fc4 | |
parent | rl(4) is becoming rare. (diff) | |
download | wireguard-openbsd-4f8f141282b46312ff2dc78a06ca7933c07f8714.tar.xz wireguard-openbsd-4f8f141282b46312ff2dc78a06ca7933c07f8714.zip |
ef(4), give me a break
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 618f71f571a..41daa805fa4 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.243 2020/06/22 00:33:28 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.244 2020/10/16 04:09:42 deraadt Exp $ machine i386 maxusers 4 @@ -200,7 +200,7 @@ ne* at isapnp? # NE[12]000 PnP ethernet ep0 at isa? # 3C509 ethernet ep* at isa? # 3C509 ethernet ep* at isapnp? # 3C509 PnP ethernet -ef* at isapnp? # 3C515 PnP ethernet +#ef* at isapnp? # 3C515 PnP ethernet ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 |