Date: Tue, 25 Oct 2005 12:51:49 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw ofw_disk.c Message-ID: <200510251251.j9PCpn6E018831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-10-25 12:51:49 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw ofw_disk.c Log: - Add a workaround for the fact that OFW doesn't guarantee that devices can be opened multiple times simultaneously but we're expected to be able to do so by the rest of the loader. This fixes booting from disks attached to the on-board SCSI controller of Sun Ultra 1 (previously this triggered a trap) and probably also of AX1115 boards. - While here, remove unused variables and add empty lines where style(9) requires such. Tested on: powerpc (grehan), sparc64 MFC after: 1 month Revision Changes Path 1.13 +57 -6 src/sys/boot/ofw/libofw/ofw_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510251251.j9PCpn6E018831>