From owner-cvs-all@FreeBSD.ORG Thu Dec 30 06:23:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D372F16A4CE; Thu, 30 Dec 2004 06:23:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCF543D45; Thu, 30 Dec 2004 06:23:39 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU6NdHh087571; Thu, 30 Dec 2004 06:23:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU6Nd5g087570; Thu, 30 Dec 2004 06:23:39 GMT (envelope-from yongari) Message-Id: <200412300623.iBU6Nd5g087570@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 30 Dec 2004 06:23:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/sysinstall devices.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 06:23:40 -0000 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