Date: Thu, 11 Sep 2003 12:27:25 -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 atapi-cd.h src/sys/isa fd.c Message-ID: <200309111927.h8BJRPUs026954@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309111927.h8BJRPUs026954>