Subject: CVS commit: src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Matt Fleming <mjf@netbsd.org>
List: source-changes
Date: 02/02/2008 16:15:02
Module Name: src
Committed By: mjf
Date: Sat Feb 2 16:15:02 UTC 2008
Modified Files:
src/sys/dev/ata: ata_raid_adaptec.c ata_raid_promise.c ata_raid_via.c
Log Message:
Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the root
file system to be identified properly again.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/ata/ata_raid_adaptec.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/ata/ata_raid_promise.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ata/ata_raid_via.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.