Date: Mon, 2 Dec 1996 11:59:56 +0900 (JST) From: Naoki Hamada <nao@sbl.cl.nec.co.jp> To: freebsd-hackers@freebsd.org Subject: boot from ATAPI CDROM Message-ID: <199612020259.LAA19525@sirius.sbl.cl.nec.co.jp>
next in thread | raw e-mail | index | archive | help
Though booting from ATAPI CDROM is possible, it is not listed in the table in sys/i386/i386/autoconf.c. With the following patch, my FreeBSD box does boot from wcd0. This change is desired to be in 2.2-RELEASE, isn't it? -nao --- autoconf.c- Wed Jul 31 05:30:49 1996 +++ autoconf.c Mon Dec 2 11:11:05 1996 @@ -121,6 +121,7 @@ { "mcd", 7 }, { "scd", 16 }, { "matcd", 17 }, + { "wcd", 19 }, { 0, 0} };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612020259.LAA19525>