diff options
author | 2016-09-03 13:37:39 +0000 | |
---|---|---|
committer | 2016-09-03 13:37:39 +0000 | |
commit | d864fd983f773f29bf82c253c880a705db0a651f (patch) | |
tree | 3085cf85004214a7176d2c132e23382a761f37a4 /sys/dev/usb/files.usb | |
parent | Remove iwm_alloc_* wrapper functions around iwm_dma_contig_alloc(). (diff) | |
download | wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.tar.xz wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.zip |
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 4448282c06f..efa13748f09 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.129 2016/06/27 11:42:47 jmatthew Exp $ +# $OpenBSD: files.usb,v 1.130 2016/09/03 13:37:45 guenther Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -10,7 +10,7 @@ attach usb at usbus file dev/usb/usb.c usb needs-flag file dev/usb/usbdi.c usb file dev/usb/usbdi_util.c usb -file dev/usb/usb_mem.c usb | usbf +file dev/usb/usb_mem.c usb file dev/usb/usb_subr.c usb file dev/usb/usb_quirks.c usb @@ -412,17 +412,6 @@ device umb: ifnet, ifmedia attach umb at uhub file dev/usb/if_umb.c umb -# USB logical device -device usbf {} -attach usbf at usbdev -file dev/usb/usbf.c usbf needs-flag -file dev/usb/usbf_subr.c usbf - -# Communication Device Class Ethernet function -device cdcef {} -attach cdcef at usbf -file dev/usb/if_cdcef.c cdcef - # Atheros AR5005UG/AR5005UX device uath: ether, ifnet, ifmedia, wlan, firmload attach uath at uhub |