cvs commit: src/sys/cam/scsi scsi_cd.c src/sys/dev/ata atapi-cd.c src/sys/isa fd.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Sep 5 03:40:18 PDT 2003


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


More information about the cvs-src mailing list