Subject: CVS commit: syssrc/sys/dev/raidframe
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 10/04/2001 18:43:58
Module Name:	syssrc
Committed By:	oster
Date:		Thu Oct  4 15:43:58 UTC 2001

Added Files:
	syssrc/sys/dev/raidframe: raidframeio.h raidframevar.h

Log Message:
Step 1 of the disentangling of RAIDframe's .h files:

raidframevar.h - contains bits of rf_types.h, rf_layout.h,
rf_netbsd.h, rf_raid.h, and rf_decluster.h.

raidframeio.h - contains the bits needed for doing IOCTL's w/
RAIDframe.

These bits will be visible to userland.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/raidframe/raidframeio.h \
    syssrc/sys/dev/raidframe/raidframevar.h

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