Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/wip/libusbrum Update minimum to make compile. ...



details:   https://anonhg.NetBSD.org/src/rev/eb6a9869b5b8
branches:  trunk
changeset: 752847:eb6a9869b5b8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 08 10:36:10 2010 +0000

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

diffstat:

 sys/rump/dev/wip/libusbrum/rum_at_usb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 656c65be58ad -r eb6a9869b5b8 sys/rump/dev/wip/libusbrum/rum_at_usb.c
--- a/sys/rump/dev/wip/libusbrum/rum_at_usb.c   Mon Mar 08 10:30:17 2010 +0000
+++ b/sys/rump/dev/wip/libusbrum/rum_at_usb.c   Mon Mar 08 10:36:10 2010 +0000
@@ -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;
 



Home | Main Index | Thread Index | Old Index