summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-11-24 13:01:59 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-11-24 13:01:59 +0000
commit375ad9386492bdbe4aa56c5381b938e13c1c8a89 (patch)
tree750e92c8ef4b0264b12f7dda3ebfc45b88f607d2 /sys
parent8b5bfe4ceb6f18bc0d1bf9864e45b3f1a1d87539 (diff)
ural should be DV_IFNET, not DV_DULL. noticed by ian@.
ok many.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_ral.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index 118f0bee9b3..2d94a03ad8b 100644
--- a/sys/dev/usb/if_ral.c
+++ b/sys/dev/usb/if_ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ral.c,v 1.49 2005/11/23 20:37:37 damien Exp $ */
+/* $OpenBSD: if_ral.c,v 1.50 2005/11/24 13:01:58 grange Exp $ */
/*-
* Copyright (c) 2005
@@ -342,7 +342,7 @@ static const struct {
{ 161, 0x08808, 0x0242f, 0x00281 }
};
-USB_DECLARE_DRIVER(ural);
+USB_DECLARE_DRIVER_CLASS(ural, DV_IFNET);
USB_MATCH(ural)
{