From owner-cvs-sys Sun Jun 16 12:58:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA08943 for cvs-sys-outgoing; Sun, 16 Jun 1996 12:58:32 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA08929; Sun, 16 Jun 1996 12:58:26 -0700 (PDT) Date: Sun, 16 Jun 1996 12:58:26 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606161958.MAA08929@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf options src/sys/scsi od.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/16 12:58:25 Modified: sys/conf options sys/scsi od.c Log: Miscellaneous cleanup and minor fixes by Shunsuke and by me. . use new-style options . introduce an option OD_AUTO_TURNOFF . try to use the native geometry as reported by the drive instead of a faked on -- MOs do have a ``classical'' geometry . make the scsi_start_unit() actually working . some cosmetic fixes Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama) Revision Changes Path 1.15 +5 -1 src/sys/conf/options 1.18 +143 -96 src/sys/scsi/od.c