Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 1997 13:05:41 -0700 (PDT)
From:      Jean-Marc Zucconi <jmz@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/share/man/man4 worm.4 src/sys/scsi scsi_worm.h worm.c src/sys/sys wormio.h
Message-ID:  <199706022005.NAA13144@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmz         1997/06/02 13:05:41 PDT

  Modified files:
    share/man/man4       worm.4 
    sys/scsi             scsi_worm.h worm.c 
    sys/sys              wormio.h 
  Log:
  Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
  These commands are required for the "Disk-At-Once" write process:
  WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas
  and WORMIOCWRITESESSION is used to send  the table of contents of the disk.
  
  Revision  Changes    Path
  1.12      +72 -1     src/share/man/man4/worm.4
  1.2       +24 -0     src/sys/scsi/scsi_worm.h
  1.41      +145 -5    src/sys/scsi/worm.c
  1.4       +17 -0     src/sys/sys/wormio.h



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