diff options
author | 2005-10-02 13:41:36 +0000 | |
---|---|---|
committer | 2005-10-02 13:41:36 +0000 | |
commit | 4e409b83309de53f62310baf4afb31352e765f65 (patch) | |
tree | b0e9577deedf3ff71ee28c3d2ed27a10b1d51603 | |
parent | allows dhcpd to work when ral/ural is acting as a standalone AP (without (diff) | |
download | wireguard-openbsd-4e409b83309de53f62310baf4afb31352e765f65.tar.xz wireguard-openbsd-4e409b83309de53f62310baf4afb31352e765f65.zip |
pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by kaoru@kaisei.org
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index aa759f9f4b6..3b9b2d7cac6 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.103 2005/08/23 19:59:35 fgsch Exp $ +# $OpenBSD: RAMDISK_CD,v 1.104 2005/10/02 13:41:36 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -293,6 +293,7 @@ ep* at eisa? # 3C579 ethernet ef* at isapnp? # 3C515 ethernet #fea* at eisa? # DEC DEFEA FDDI le* at pci? # PCnet-PCI based ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet ep* at isapnp? # 3C509 PnP ethernet le* at isapnp? pcn* at pci? # AMD PCnet-PCI Ethernet |