From owner-cvs-sys Mon Jun 17 07:44:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22416 for cvs-sys-outgoing; Mon, 17 Jun 1996 07:44:09 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22368; Mon, 17 Jun 1996 07:43:57 -0700 (PDT) Date: Mon, 17 Jun 1996 07:43:57 -0700 (PDT) From: Bruce Evans Message-Id: <199606171443.HAA22368@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/kern subr_diskslice.c src/sbin/disklabel disklabel.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/17 07:43:56 Modified: sys/kern subr_diskslice.c sbin/disklabel disklabel.c Log: Moved initialization of defaults for the label for the whole disk from disklabel(8) to the kernel (dsopen()). Drivers should initialize the hardware values (rpm, interleave, skews). Drivers currently don't do this, but it usually doesn't matter since rotational position stuff is normally disabled. Revision Changes Path 1.27 +21 -1 src/sys/kern/subr_diskslice.c 1.9 +4 -10 src/sbin/disklabel/disklabel.c