summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdcef.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_cdcef.c')
-rw-r--r--sys/dev/usb/if_cdcef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_cdcef.c b/sys/dev/usb/if_cdcef.c
index 80ae2c55bc1..4784be63355 100644
--- a/sys/dev/usb/if_cdcef.c
+++ b/sys/dev/usb/if_cdcef.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cdcef.c,v 1.24 2008/12/07 18:47:08 matthieu Exp $ */
+/* $OpenBSD: if_cdcef.c,v 1.25 2010/06/29 07:12:31 matthew Exp $ */
/*
* Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
@@ -110,7 +110,7 @@ struct cfattach cdcef_ca = {
};
struct cfdriver cdcef_cd = {
- NULL, "cdcef", DV_DULL
+ NULL, "cdcef", DV_IFNET
};
struct usbf_function_methods cdcef_methods = {