diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-06-27 13:40:36 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-06-27 13:40:36 +0000 |
commit | 0dad6fcd9f69d05f7975caab80bb94db1bf1fe33 (patch) | |
tree | 71ee327619bcc25f270a5fa190a490c8592a647d /sys | |
parent | 3c832fc12ccd3f073cf7d62d4650a3b6ceaf902a (diff) |
DECLARE_DRIVER_CLASS(zyd, DV_IFNET); ok jsg@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_zyd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c index 3c6c18ce77e..2fa152b8a58 100644 --- a/sys/dev/usb/if_zyd.c +++ b/sys/dev/usb/if_zyd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zyd.c,v 1.5 2006/06/27 13:30:01 xsa Exp $ */ +/* $OpenBSD: if_zyd.c,v 1.6 2006/06/27 13:40:35 xsa Exp $ */ /* * Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de> @@ -103,7 +103,7 @@ static const struct usb_devno zyd_devs[] = { { USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_ZYAIRG220 } }; -USB_DECLARE_DRIVER(zyd); +USB_DECLARE_DRIVER_CLASS(zyd, DV_IFNET); uint16_t zyd_getrealaddr(struct zyd_softc *, uint32_t); usbd_status zyd_usbrequest(struct zyd_softc *, uint8_t, uint8_t, |