summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-12-29 01:02:32 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-12-29 01:02:32 +0000
commit30b88baa5b4a771a19cd3d99cb335b5b6f8cdd95 (patch)
treea9c549a66928f56139c310fb5d0a8821e543f77e /share/man
parent3c7a1deced17051290ff45a9547be413f9f43340 (diff)
Driver for Realtek 802.11 devices from NetBSD.
Not yet working.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/cardbus.45
-rw-r--r--share/man/man4/pci.45
-rw-r--r--share/man/man4/rtw.460
4 files changed, 70 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b9533e9e22b..563ee82327a 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.285 2004/12/20 19:17:04 jaredy Exp $
+# $OpenBSD: Makefile,v 1.286 2004/12/29 01:02:30 jsg Exp $
MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \
@@ -24,7 +24,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
pckbd.4 pcmcia.4 pcppi.4 pcscp.4 pf.4 pflog.4 pfsync.4 piixpm.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 \
random.4 ray.4 rd.4 re.4 rgephy.4 rl.4 rln.4 rlphy.4 route.4 rt.4 \
- rtfps.4 rtii.4 safe.4 san.4 sbus.4 scsi.4 sd.4 ses.4 sf.4 \
+ rtfps.4 rtii.4 rtw.4 safe.4 san.4 sbus.4 scsi.4 sd.4 ses.4 sf.4 \
sf2r.4 sfr.4 siop.4 sis.4 sk.4 sl.4 sm.4 spp.4 sppp.4 \
sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \
systrace.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4
index aa37b50c8ea..308b509c57f 100644
--- a/share/man/man4/cardbus.4
+++ b/share/man/man4/cardbus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cardbus.4,v 1.24 2004/12/28 23:53:14 deraadt Exp $
+.\" $OpenBSD: cardbus.4,v 1.25 2004/12/29 01:02:30 jsg Exp $
.\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -65,6 +65,8 @@ Intel 21143 and Xircom X3201-based Ethernet interfaces.
Intel PRO/100 CardBus II Ethernet interfaces.
.It Xr rl 4
Realtek 8129/8139-based Ethernet interfaces.
+.It Xr rtw 4
+Realtek 8180 802.11 wireless network adapter.
.It Xr xl 4
3Com 3c575 and 3c656-based Ethernet interfaces.
.El
@@ -96,6 +98,7 @@ USB OHCI host controller.
.Xr pcibios 4 ,
.Xr pcmcia 4 ,
.Xr rl 4 ,
+.Xr rtw 4 ,
.Xr xl 4
.Sh HISTORY
The
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index b65bcfb5a28..7bb54d642e6 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.107 2004/12/01 15:45:34 jmc Exp $
+.\" $OpenBSD: pci.4,v 1.108 2004/12/29 01:02:30 jsg Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -257,6 +257,8 @@ National Semiconductor DP83820 and DP83821 based Gigabit Ethernet.
RealTek 8169/8169S/8110S Ethernet interfaces.
.It Xr rl 4
Realtek 8129/8139 Ethernet interfaces.
+.It Xr rtw 4
+Realtek 8180 802.11 wireless network adapter.
.It Xr san 4
Sangoma Technologies AFT T1/E1 Network interfaces.
.It Xr sf 4
@@ -547,6 +549,7 @@ driver.
.Xr puc 4 ,
.Xr re 4 ,
.Xr rl 4 ,
+.Xr rtw 4,
.Xr safe 4 ,
.Xr san 4 ,
.Xr schizo 4 ,
diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4
new file mode 100644
index 00000000000..0a7316c01d5
--- /dev/null
+++ b/share/man/man4/rtw.4
@@ -0,0 +1,60 @@
+.\" $OpenBSD: rtw.4,v 1.1 2004/12/29 01:02:30 jsg Exp $
+.\"
+.\" Copyright (c) 2004 Jonathan Gray <jsg@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 December 29, 2004
+.Dt RTW 4
+.Os
+.Sh NAME
+.Nm rtw
+.Nd Realtek 8180 802.11 wireless network driver
+.Sh SYNOPSIS
+.Cd "rtw* at cadbus?"
+.Cd "rtw* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports PCI/Cardbus 802.11b wireless adapters based on the
+Realtek 8180.
+.Pp
+The operating mode is selected using the
+.Xr ifconfig 8
+utility.
+For more information on configuring this device, see
+.Xr ifconfig 8
+and
+.Xr ifmedia 4 .
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr cardbus 4 ,
+.Xr ifmedia 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr ifconfig 8
+.Rs
+.%T Realtek
+.%O http://www.realtek.com.tw
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 3.7 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An David Young
+.Aq dyoung@NetBSD.org .