cvs commit: src/usr.sbin/sysinstall devices.c

Pyun YongHyeon yongari at FreeBSD.org
Wed Dec 22 00:26:48 PST 2004


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


More information about the cvs-all mailing list