Date: Wed, 22 Dec 2004 08:26:48 +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: <200412220826.iBM8Qmoa022315@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2004-12-22 08:26:48 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: 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.159 +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?200412220826.iBM8Qmoa022315>