diff options
author | 2014-07-12 21:56:56 +0000 | |
---|---|---|
committer | 2014-07-12 21:56:56 +0000 | |
commit | e77f1d66b3fe2e3bd8217db1c183a75e3797b3d3 (patch) | |
tree | 0a6fcd5e36b2f9865fa1aa400f218dbe7d216b83 /sys/dev/usb/files.usb | |
parent | move getchar() into libsa where applicable (diff) | |
download | wireguard-openbsd-e77f1d66b3fe2e3bd8217db1c183a75e3797b3d3.tar.xz wireguard-openbsd-e77f1d66b3fe2e3bd8217db1c183a75e3797b3d3.zip |
"Dr. Jones. Again we see there is nothing you can possess which I cannot
take away."
remove uyap. no effect except on hppa where it was strangely enabled.
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 3b4c6806e95..b60f868bb2f 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.116 2014/07/12 20:58:44 mpi Exp $ +# $OpenBSD: files.usb,v 1.117 2014/07/12 21:56:57 tedu 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. @@ -25,10 +25,6 @@ attach uhub at uhub with uhub_uhub # Modem and com serial port "bus" define ucombus {[portno = -1]} -# EZ-USB firmware loader -define ezload -file dev/usb/ezload.c ezload - # Audio devices device uaudio: audio, auconv, mulaw attach uaudio at uhub @@ -189,11 +185,6 @@ device uvisor: ucombus attach uvisor at uhub file dev/usb/uvisor.c uvisor -# YAP phone firmware loader -device uyap: ezload, firmload -attach uyap at uhub -file dev/usb/uyap.c uyap - # D-Link DSB-R100 FM radio device udsbr: radiobus attach udsbr at uhub |