Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 1996 07:43:57 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys, cvs-sbin
Subject:   cvs commit:  src/sys/kern subr_diskslice.c src/sbin/disklabel disklabel.c
Message-ID:  <199606171443.HAA22368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606171443.HAA22368>