diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-07-09 15:54:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-07-09 15:54:43 +0000 |
commit | a85e5447e415236a39bad917051fb81c63e249ad (patch) | |
tree | a10493956e3146927402ab61823904f660c1fb08 /distrib | |
parent | 84674762917f36176ac81d195d531e7bf9e550e9 (diff) |
disable the 3c990 firmware because the media is just slightly over-full,
and people on i386 with large dmesg who answer just the right set of
questions run the ramdisk out of space.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/ramdisk_cd/list.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/ramdisk_cd/list.local b/distrib/i386/ramdisk_cd/list.local index 664b3d601b1..49e4f0af2da 100644 --- a/distrib/i386/ramdisk_cd/list.local +++ b/distrib/i386/ramdisk_cd/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list.local,v 1.25 2009/07/03 04:34:59 deraadt Exp $ +# $OpenBSD: list.local,v 1.26 2009/07/09 15:54:42 deraadt Exp $ # add local links; use bin/sh since instbin has already been unlinked LINK instbin bin/sha256 @@ -14,7 +14,7 @@ LINK instbin sbin/bioctl #COPY ${DESTDIR}/etc/firmware/tigon1 etc/firmware/tigon1 #COPY ${DESTDIR}/etc/firmware/tigon2 etc/firmware/tigon2 COPY ${DESTDIR}/etc/firmware/kue etc/firmware/kue -COPY ${DESTDIR}/etc/firmware/3c990 etc/firmware/3c990 +#COPY ${DESTDIR}/etc/firmware/3c990 etc/firmware/3c990 COPY ${DESTDIR}/etc/firmware/bnx-b06 etc/firmware/bnx-b06 COPY ${DESTDIR}/etc/firmware/bnx-b09 etc/firmware/bnx-b09 |