summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_uath.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r--sys/dev/usb/if_uath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c
index 9cdbcda6640..f15a62650c5 100644
--- a/sys/dev/usb/if_uath.c
+++ b/sys/dev/usb/if_uath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_uath.c,v 1.41 2010/04/20 22:05:43 tedu Exp $ */
+/* $OpenBSD: if_uath.c,v 1.42 2010/06/29 07:12:31 matthew Exp $ */
/*-
* Copyright (c) 2006
@@ -191,7 +191,7 @@ int uath_detach(struct device *, int);
int uath_activate(struct device *, int);
struct cfdriver uath_cd = {
- NULL, "uath", DV_DULL
+ NULL, "uath", DV_IFNET
};
const struct cfattach uath_ca = {