Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 03:40:16 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_cd.c src/sys/dev/ata atapi-cd.c src/sys/isa fd.c
Message-ID:  <200309051040.h85AeGgw010960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/09/05 03:40:16 PDT

  FreeBSD src repository

  Modified files:
    sys/cam/scsi         scsi_cd.c 
    sys/dev/ata          atapi-cd.c 
    sys/isa              fd.c 
  Log:
  Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.
  
  For the floppy driver, use fdcontrol to manipulate density selection.
  
  For the CD drivers, the 'a' and 'c' suffix is without actual effect and
  any applications insisting on it can be satisfied with a symlink:
          ln -s /dev/cd0 /dev/cd0a
  
  Ongoing discussion may result in these pieces of code being removed before
  the 5-stable branch as opposed to after.
  
  Revision  Changes    Path
  1.82      +8 -0      src/sys/cam/scsi/scsi_cd.c
  1.142     +6 -0      src/sys/dev/ata/atapi-cd.c
  1.257     +19 -3     src/sys/isa/fd.c



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