Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/15/2004 06:41:35
Module Name: src
Committed By: thorpej
Date: Fri Oct 15 06:41:35 UTC 2004
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
rf_find_raid_components():
- If DIOCGDINFO failed with ENOTTY, don't print an error message; wedges
don't support that ioctl. Clean up the error message.
- If DIOCGDINFO fails, don't proceed to examine an invalid disklabel
structure.
To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 src/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.