summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ral.c
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2005-11-24 13:01:58 +0000
committergrange <grange@openbsd.org>2005-11-24 13:01:58 +0000
commita18d2236690cf622305cc5817f16c8bc35de6d14 (patch)
tree1d138092d4dffa7f166c3e0a0de9e447eff3a05b /sys/dev/usb/if_ral.c
parentdon't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay while (diff)
downloadwireguard-openbsd-a18d2236690cf622305cc5817f16c8bc35de6d14.tar.xz
wireguard-openbsd-a18d2236690cf622305cc5817f16c8bc35de6d14.zip
ural should be DV_IFNET, not DV_DULL. noticed by ian@.
ok many.
Diffstat (limited to 'sys/dev/usb/if_ral.c')
-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)
{