cvs commit: src/sys/cam/scsi scsi_cd.c src/sys/dev/ata atapi-cd.c
atapi-cd.h src/sys/isa fd.c
Poul-Henning Kamp
phk at FreeBSD.org
Thu Sep 11 12:27:25 PDT 2003
phk 2003/09/11 12:27:24 PDT
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_cd.c
sys/dev/ata atapi-cd.c atapi-cd.h
sys/isa fd.c
Log:
Disable the use of cloning use in floppy and CD drivers.
This commit puts the relevant code snippets under #ifdef GONE_IN_5
(rather than #ifndef BURN_BRIDGES) thereby disabling the code now.
The code wil be entirely removed before 5.2 unless we find reasons
why this would be a bad idea.
Approach suggested by: imp
Revision Changes Path
1.83 +4 -4 src/sys/cam/scsi/scsi_cd.c
1.144 +3 -3 src/sys/dev/ata/atapi-cd.c
1.39 +1 -1 src/sys/dev/ata/atapi-cd.h
1.258 +6 -6 src/sys/isa/fd.c
More information about the cvs-src
mailing list