Module Name:    src
Committed By:   haad
Date:           Sat Jun  6 08:10:06 UTC 2009

Modified Files:
        src/sys/dev/raidframe: rf_netbsdkintf.c

Log Message:
Fix my previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 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.

Modified files:

Index: src/sys/dev/raidframe/rf_netbsdkintf.c
diff -u src/sys/dev/raidframe/rf_netbsdkintf.c:1.263 src/sys/dev/raidframe/rf_netbsdkintf.c:1.264
--- src/sys/dev/raidframe/rf_netbsdkintf.c:1.263	Fri Jun  5 21:52:32 2009
+++ src/sys/dev/raidframe/rf_netbsdkintf.c	Sat Jun  6 08:10:06 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_netbsdkintf.c,v 1.263 2009/06/05 21:52:32 haad Exp $	*/
+/*	$NetBSD: rf_netbsdkintf.c,v 1.264 2009/06/06 08:10:06 haad Exp $	*/
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -139,7 +139,7 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.263 2009/06/05 21:52:32 haad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.264 2009/06/06 08:10:06 haad Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -1732,7 +1732,7 @@
 	 * Add support for "regular" device ioctls here.
 	 */
 	
-	error = disk_ioctl(&rs->sc_dkdev, cmd, addr, flag, l); 
+	error = disk_ioctl(&rs->sc_dkdev, cmd, data, flag, l); 
 	if (error != EPASSTHROUGH)
 		return (error);
 

Reply via email to