Date: Thu, 30 Dec 2004 06:23:39 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall devices.c Message-ID: <200412300623.iBU6Nd5g087570@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2004-12-30 06:23:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall devices.c Log: MFC 1.159 Due to unknown reasons, Disk_Names() returns SCSI CDROM as a valid disk. This is main reason why sysinstall presents SCSI CDROM to available disks in Fdisk/Label menu. In addition, adding a blank SCSI CDROM to the menu generates floating point exception in sparc64. Disk_Names() just extracts sysctl "kern.disks". Why GEOM treats SCSI CDROM as a disk is beyond me and that should be investigated. For temporary workaround, ignore SCSI CDROM device. PR: sparc64/72962 Tested by: R. Tyler Ballance < tyler AT tamu DOT edu> MFC after: 1 week Revision Changes Path 1.156.2.2 +14 -0 src/usr.sbin/sysinstall/devices.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412300623.iBU6Nd5g087570>