cvs commit: src/usr.sbin/sysinstall devices.c
Pyun YongHyeon
yongari at FreeBSD.org
Wed Dec 29 22:23:40 PST 2004
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
More information about the cvs-src
mailing list