diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 17:45:20 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 17:45:20 +0000 |
commit | 96a358cd69059369aed1936438b4ad559c8718ae (patch) | |
tree | bcdab9d879d5990c0754a24446952f43396ac16e /share/man/man4/Makefile | |
parent | fb1d49e57899e8b95880ed53ab3ab227c291b17e (diff) |
Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.
/* XXX - untested */
Note: just reminding myself that I need to create a nice diff for Lennart
to further portablize the USB code (I fell behind in doing this). In
particular, for this driver, the IF_INPUT() macro just does ether_input()
in OpenBSD, but we really want to call the local upl_input() routine.
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a48111cbf81..d596d5b4c65 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.146 2001/01/28 16:31:24 aaron Exp $ +# $OpenBSD: Makefile,v 1.147 2001/01/28 17:45:19 aaron Exp $ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ atalk.4 atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 \ @@ -18,8 +18,8 @@ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ sppp.4 sqphy.4 ss.4 st.4 ste.4 sv.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 \ tl.4 tlphy.4 tp.4 tqphy.4 tty.4 tun.4 twe.4 tx.4 txphy.4 \ uaudio.4 ubsec.4 ucom.4 udp.4 ugen.4 uhci.4 uhid.4 \ - uk.4 ukbd.4 ukphy.4 ulpt.4 umodem.4 ums.4 umass.4 unix.4 urio.4 usb.4 \ - uscanner.4 usscanner.4 uvisor.4 vga.4 vlan.4 vnd.4 vr.4 \ + uk.4 ukbd.4 ukphy.4 ulpt.4 umodem.4 ums.4 umass.4 unix.4 upl.4 urio.4 \ + usb.4 uscanner.4 usscanner.4 uvisor.4 vga.4 vlan.4 vnd.4 vr.4 \ wb.4 wd.4 wdc.4 we.4 wi.4 \ wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ wx.4 xe.4 xl.4 xmphy.4 ym.4 zero.4 |