CVS commit: src/sys/rump/dev/wip/libusbrum

2010-03-08 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Mar  8 10:36:10 UTC 2010

Modified Files:
src/sys/rump/dev/wip/libusbrum: rum_at_usb.c

Log Message:
Update minimum to make compile.  i don't have the hardware anymore,
so i can't test other changes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/wip/libusbrum/rum_at_usb.c

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



CVS commit: src/sys/rump/dev/wip/libusbrum

2010-03-08 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Mar  8 10:36:10 UTC 2010

Modified Files:
src/sys/rump/dev/wip/libusbrum: rum_at_usb.c

Log Message:
Update minimum to make compile.  i don't have the hardware anymore,
so i can't test other changes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/wip/libusbrum/rum_at_usb.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/rump/dev/wip/libusbrum/rum_at_usb.c
diff -u src/sys/rump/dev/wip/libusbrum/rum_at_usb.c:1.3 src/sys/rump/dev/wip/libusbrum/rum_at_usb.c:1.4
--- src/sys/rump/dev/wip/libusbrum/rum_at_usb.c:1.3	Wed Feb 10 02:26:24 2010
+++ src/sys/rump/dev/wip/libusbrum/rum_at_usb.c	Mon Mar  8 10:36:10 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rum_at_usb.c,v 1.3 2010/02/10 02:26:24 pooka Exp $	*/
+/*	$NetBSD: rum_at_usb.c,v 1.4 2010/03/08 10:36:10 pooka Exp $	*/
 
 #include sys/param.h
 #include sys/types.h
@@ -81,6 +81,7 @@
 	{ rum, rum, 0, FSTATE_STAR, NULL, 0, usbdevif_pspec },
 };
 
+#include rump_private.h
 #include rump_dev_private.h
 
 #define FLAWLESSCALL(call)		\
@@ -90,8 +91,7 @@
 		panic(\%s\ failed, #call);\
 } while (/*CONSTCOND*/0)
 
-void
-rump_device_configuration(void)
+RUMP_COMPONENT(RUMP_COMPONENT_DEV)
 {
 	extern struct cfattach usb_ca, uhub_ca, uroothub_ca, rum_ca;