summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_uath.c
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2010-06-29 07:12:31 +0000
committermatthew <matthew@openbsd.org>2010-06-29 07:12:31 +0000
commit2dbb2583760c31429ebfaade88e7e99a70d45175 (patch)
tree7772fd9952377e6c6d679f6ff5c059e6d6906e68 /sys/dev/usb/if_uath.c
parentChange st(4) to use the FIFO buf sorting discipline rather than the (diff)
downloadwireguard-openbsd-2dbb2583760c31429ebfaade88e7e99a70d45175.tar.xz
wireguard-openbsd-2dbb2583760c31429ebfaade88e7e99a70d45175.zip
Interface drivers should use DV_IFNET, not DV_DULL.
ok deraadt@
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 = {