Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2006 22:56:15 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/hal Makefile distinfo
Message-ID:  <200611022256.kA2MuFTg085048@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2006-11-02 22:56:15 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/hal         Makefile distinfo 
  Log:
  Update to snapshot 20061102.
  
  * The volume probing helper can take up to a minute to run the isoinfo
    command against data DVDs, so bump the timeout up to 60 seconds.
  
  * Fix a spurious warning when running lshal
  
  Add two new properties to SCSI block devices.  The first is
  block.freebsd.cam_path which is a bus,target,lun path to a SCSI device.
  This is needed by tools such as cdrecord, and by adding a private freebsd
  property, it is much easier to get apps like nautilus-cd-burner working.
  
  The second property is block.freebsd.atapi_cam_device.  This property is
  actually attached to ATAPI CAM devices, and denotes the CAM block device
  associated with this ATAPI block device.  This may be useful for programs
  that can only operate with CAM-compliant devices.
  
  Finally, update the volume probing code so that blank discs are treated as
  volumes.  This is sort of crude.  We basically say a disc is blank is it
  is a disc and contains no data and no audio.
  
  With all of these changes, plus a minor change to nautilus-cd-burner, n-c-b
  now works again on FreeBSD.
  
  Revision  Changes    Path
  1.7       +2 -2      ports/sysutils/hal/Makefile
  1.3       +3 -3      ports/sysutils/hal/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611022256.kA2MuFTg085048>