Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/12/2000 20:53:59
Module Name:	syssrc
Committed By:	oster
Date:		Sun Feb 13 04:53:58 UTC 2000

Modified Files:
	syssrc/sys/dev/raidframe: rf_diskqueue.c rf_diskqueue.h rf_disks.c
	    rf_disks.h rf_driver.c rf_driver.h rf_kintf.h rf_netbsd.h
	    rf_netbsdkintf.c rf_raid.h rf_raidframe.h rf_reconstruct.c

Log Message:
Get recent changes into the tree:
- make component_label variables more consistent (==> clabel)
- re-work incorrect component configuration code
- re-work disk configuration code
- cleanup initial configuration of raidPtr info
- add auto-detection of components and RAID sets (Disabled, for now)
- allow / on RAID sets (Disabled, for now)
- rename "config_disk_queue" to "rf_ConfigureDiskQueue" and properly prototype
in rf_diskqueue.h
- protect some headers with #if _KERNEL  (XXX this needs to be fixed properly)
  and cleanup header formatting.
- expand the component labels (yes, they should be backward/forward compatible)
- other bits and pieces (some function names are still bogus, and will get
changed soon)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/raidframe/rf_diskqueue.c \
    syssrc/sys/dev/raidframe/rf_raid.h \
    syssrc/sys/dev/raidframe/rf_raidframe.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/raidframe/rf_diskqueue.h \
    syssrc/sys/dev/raidframe/rf_disks.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/raidframe/rf_disks.c \
    syssrc/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/raidframe/rf_driver.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/raidframe/rf_kintf.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/raidframe/rf_netbsd.h
cvs rdiff -r1.47 -r1.48 syssrc/sys/dev/raidframe/rf_netbsdkintf.c

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