Subject: CVS commit: src/sys/dev/dkwedge
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 06/09/2007 02:26:27
Module Name:	src
Committed By:	dyoung
Date:		Sat Jun  9 02:26:27 UTC 2007

Modified Files:
	src/sys/dev/dkwedge: dk.c

Log Message:
Fix two bugs:

1 In dkopen(), do not leave dk_rawopens > 0 if the open ultimately
  failed for some reason.

2 Add a dkdump() implementation by Martin Husemann for writing
  system dumps to wedges.  Tiny modifications by me.  Lightly tested
  on an evbmips box.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/dev/dkwedge/dk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.