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/libumass Attach uhub@uhub (in addition to u...
details: https://anonhg.NetBSD.org/src/rev/3ee47f10b6f3
branches: trunk
changeset: 749623:3ee47f10b6f3
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Dec 04 17:37:05 2009 +0000
description:
Attach uhub@uhub (in addition to uhub@roothub, which was already there).
diffstat:
sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 3bb75b99818b -r 3ee47f10b6f3 sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c
--- a/sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c Fri Dec 04 17:31:06 2009 +0000
+++ b/sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c Fri Dec 04 17:37:05 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sd_at_scsibus_at_umass.c,v 1.3 2009/12/03 15:07:09 pooka Exp $ */
+/* $NetBSD: sd_at_scsibus_at_umass.c,v 1.4 2009/12/04 17:37:05 pooka Exp $ */
#include <sys/param.h>
#include <sys/conf.h>
@@ -79,8 +79,15 @@
DVUNIT_ANY
};
+struct cfparent usbdevif_pspec = {
+ "usbdevif",
+ "uhub",
+ DVUNIT_ANY
+};
+
struct cfdata uhub_cfdata[] = {
{ "uhub", "uroothub", 0, FSTATE_STAR, NULL, 0, &usb_pspec },
+ { "uhub", "uhub", 0, FSTATE_STAR, NULL, 0, &usbdevif_pspec },
};
struct cfparent usbifif_pspec = {
Home |
Main Index |
Thread Index |
Old Index