From owner-cvs-all@FreeBSD.ORG Fri Sep 5 03:40:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADF416A4BF; Fri, 5 Sep 2003 03:40:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2534E43FE5; Fri, 5 Sep 2003 03:40:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h85AeG0U010961; Fri, 5 Sep 2003 03:40:16 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h85AeGgw010960; Fri, 5 Sep 2003 03:40:16 -0700 (PDT) Message-Id: <200309051040.h85AeGgw010960@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 5 Sep 2003 03:40:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_cd.c src/sys/dev/ata atapi-cd.c src/sys/isa fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 10:40:18 -0000 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