From owner-cvs-sys Wed Nov 6 09:31:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA05871 for cvs-sys-outgoing; Wed, 6 Nov 1996 09:31:42 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA05810; Wed, 6 Nov 1996 09:31:21 -0800 (PST) Date: Wed, 6 Nov 1996 09:31:21 -0800 (PST) From: Joerg Wunsch Message-Id: <199611061731.JAA05810@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi od.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/06 09:31:18 Modified: sys/scsi od.c Log: Fix the sequence at odopen() time so the driver actually notices if a medium with another size is being inserted. Right now, this case was broken and led to a situation where a medium could only be replaced with another one of the same size. Closes PR #kern/1830: Can't mount optical disk... Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama) Revision Changes Path 1.23 +8 -12 src/sys/scsi/od.c