summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-12 20:58:45 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-12 20:58:45 +0000
commit83935d6c117c19e2b2e47488c8433313e5a35c97 (patch)
tree638bf8e2bef1b3160220392bacca9c4559232470 /share/man
parente52ec4d4233898768b7c81040c9722547d69dc67 (diff)
teduuuuuudfu(4) it has never been enabled in 5 years.
ok tedu@, deraadt@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/udfu.458
2 files changed, 2 insertions, 60 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0bd46aae0ff..68d7148c667 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.577 2014/07/11 22:10:51 tedu Exp $
+# $OpenBSD: Makefile,v 1.578 2014/07/12 20:58:44 mpi Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -57,7 +57,7 @@ MAN= aac.4 ac97.4 acphy.4 \
stp.4 sv.4 sym.4 systrace.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \
tlphy.4 thmc.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \
txphy.4 uaudio.4 uark.4 uath.4 ubcmtp.4 uberry.4 ubsa.4 ubsec.4 \
- ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udfu.4 udl.4 udp.4 udsbr.4 \
+ ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udl.4 udp.4 udsbr.4 \
uftdi.4 ugen.4 ugl.4 ugold.4 uguru.4 uhci.4 uhid.4 uhidev.4 uipaq.4 \
uk.4 ukbd.4 \
ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
diff --git a/share/man/man4/udfu.4 b/share/man/man4/udfu.4
deleted file mode 100644
index 3ef4cf2b2cb..00000000000
--- a/share/man/man4/udfu.4
+++ /dev/null
@@ -1,58 +0,0 @@
-.\" $OpenBSD: udfu.4,v 1.3 2009/11/11 19:11:13 fgsch Exp $
-.\"
-.\" Copyright (c) 2008 Ian Darwin <ian@openbsd.org>
-.\"
-.\" Permission to use, copy, modify, and distribute this software for any
-.\" purpose with or without fee is hereby granted, provided that the above
-.\" copyright notice and this permission notice appear in all copies.
-.\"
-.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.\"
-.Dd $Mdocdate: November 11 2009 $
-.Dt UDFU 4
-.Os
-.Sh NAME
-.Nm udfu
-.Nd Device Firmware Upgrade (DFU) Attach
-.Sh SYNOPSIS
-.Cd "udfu* at uhub?"
-.Sh DESCRIPTION
-The
-.Nm
-driver configures a DFU-compatible device such as the Openmoko telephone
-into DFU mode, then detaches it,
-permitting it to be attached for read/write access as a
-.Xr ugen 4
-device to re-flash the memory.
-.Pp
-Note that this interferes with using the
-.Xr umodem 4
-interface to this device, which is sometimes needed for manual re-configuration.
-To enable the use of
-.Xr umodem 4 ,
-it is necessary to disable
-.Nm ,
-either permanently in the kernel configuration file or using
-.Xr boot_config 8 .
-.Sh SEE ALSO
-.Xr ugen 4 ,
-.Xr uhub 4 ,
-.Xr usb 4 ,
-.Xr boot_config 8 ,
-.Xr config 8
-.\" .Pp
-.\" The
-.\" .Xr dfu-util
-.\" program is available in the OpenBSD ports tree.
-.Sh HISTORY
-The
-.Nm
-driver
-first appeared in
-.Ox 4.5 .