Warner Losh
3722eb7143
Add man pages for mmc (the mmc bus) and mmcsd (the memory card
...
implementation).
2007-05-27 05:01:19 +00:00
Alexander Motin
854f059b84
Add ng_car.4
...
Approved by: glebius (mentor)
2007-05-15 16:28:54 +00:00
Christian Brueffer
05decdb341
Connect hptiop(4) to the build. Only install hptmv(4) on i386 and amd64.
2007-05-11 22:53:09 +00:00
Kevin Lo
0738dfc386
Add support for Ralink Technology RT2501USB/RT2601USB devices.
...
Reviewed by: sam, sephe
Obtained from: OpenBSD
2007-05-06 10:07:21 +00:00
Yaroslav Tykhiy
5d8e760af9
Add a missing link: if_edsc.4 -> edsc.4 .
...
Network interface manpages should have such links.
2007-04-21 03:00:19 +00:00
Christian Brueffer
4fbf8dd62c
Spring cleaning: Remove worm(4) manpage, the driver was removed pre-3.0.
2007-04-20 23:47:30 +00:00
Andrew Thompson
5944e68f4b
Link trunk(4) to lagg(4)
2007-04-17 00:57:54 +00:00
Andrew Thompson
18242d3b09
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
...
The name trunk is misused as the networking term trunk means carrying multiple
VLANs over a single connection. The IEEE standard for link aggregation (802.3
section 3) does not talk about 'trunk' at all while it is used throughout IEEE
802.1Q in describing vlans.
The lagg(4) driver provides link aggregation, failover and fault tolerance.
Discussed on: current@
2007-04-17 00:35:11 +00:00
Andrew Thompson
7b62d98bf8
Hook trunk(4) up to the build.
2007-04-10 00:35:31 +00:00
Yaroslav Tykhiy
63518eccca
Introduce a new toy interface, edsc(4). It's a discard interface
...
imitating an Ethernet device, so vlan(4) and if_bridge(4) can be
attached to it for testing and benchmarking purposes. Its source
can be an introduction to the anatomy of a network interface driver
due to its simplicity as well as to a bunch of comments in it.
2007-03-26 04:39:18 +00:00
Kip Macy
51a232a0b5
Add man page for cxgb
2007-03-14 05:12:25 +00:00
Randall Stewart
d8b5fd91b9
First cut of the sctp man pages. Still need work.
2007-02-22 14:32:39 +00:00
Joel Dahl
4704be40c8
Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.
...
Submitted by: ariff
2007-02-17 10:30:00 +00:00
Christian Brueffer
af227cf7d4
The KAME project has been dissolved and kame.4 isn't terribly useful.
...
=> Sayonara
Approved by: gnn, suz
2007-02-12 21:12:37 +00:00
Gleb Smirnoff
9e6f1d3be4
Build bits for ng_deflate(4) and ng_pred1(4).
2006-12-29 13:16:43 +00:00
Nick Hibma
9079fff550
Align the interfaces for the various watchdogs and make the interface
...
behave as expected.
Also:
- Return an error if WD_PASSIVE is passed in to the ioctl as only
WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an
explanation of the difference between WD_ACTIVE and WD_PASSIVE.
- Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've
lost your sense of humor, than don't add a define.
Specific changes:
i80321_wdog.c
Don't roll your own passive watchdog tickle as this would defeat the
purpose of an active (userland) watchdog tickle.
ichwd.c / ipmi.c:
WD_ACTIVE means active patting of the watchdog by a userland process,
not whether the watchdog is active. See sys/watchdog.h.
kern_clock.c:
(software watchdog) Remove a check for WD_ACTIVE as this does not make
sense here. This reverts r1.181.
2006-12-15 21:44:49 +00:00
Pyun YongHyeon
c9d21ce905
Hook up msk(4) to the build.
2006-12-13 02:37:48 +00:00
Ruslan Ermilov
6b45faf0a4
Move npe.4 to a machine specific manpage subdirectory.
2006-12-05 16:57:10 +00:00
Sam Leffler
323c565bed
hook npe.4 up to arm build
...
MFC after: 1 month
2006-12-04 22:42:27 +00:00
Christian Brueffer
5fdb097b5d
Remove uhidev.4 and references to it, the corresponding code was never
...
imported from NetBSD.
Submitted by: markus
MFC after: 1 week
2006-11-16 22:32:27 +00:00
Maxim Konovalov
9aab0d96da
o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serial
...
adapters.
Submitted by: Alex Rodin
Obtained from: OpenBSD
Reviewed by: -usb
MFC after: 6 weeks
2006-11-15 09:13:25 +00:00
Ceri Davies
272bf9a8ff
Add a basic manpage for geom_uzip(4).
...
Reviewed by: trhodes
MFC after: 1 week
2006-10-08 17:05:15 +00:00
Joel Dahl
d96143bd3f
Add a manual page for snd_hda(4) and hook it up to the build.
...
Reviewed by: brueffer, ariff
2006-10-01 11:16:31 +00:00
Alexander Leidinger
9faa7e6cd2
Add man page for snd_envy24ht(4).
2006-09-30 18:04:57 +00:00
Alexander Leidinger
586697a94c
Add the snd_spicds(4) man page.
2006-09-30 17:30:02 +00:00
Pyun YongHyeon
f99b1927db
Hook up state(4) to the build.
2006-07-25 00:53:14 +00:00
Alexander Leidinger
bef800b384
Add a man-page for snd_emu10kx. Someone with man-fu should have a look
...
and improve it.
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> (minor mods by me)
2006-07-15 20:31:26 +00:00
Gleb Smirnoff
d473c9d543
A netgraph node that can do different manipulations with
...
mbuf_tags(9) on packets.
Submitted by: Vadim Goncharov <vadimnuclight tpu.ru>
mdoc(7) reviewed by: ru
2006-06-27 12:45:28 +00:00
David E. O'Brien
bfc788c283
Add a pure open source nForce Ethernet driver, under BSDL.
...
This driver was ported from OpenBSD by Shigeaki Tagashira
<shigeaki@se.hiroshima-u.ac.jp> and posted at
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
It was additionally cleaned up by me.
It is still a work-in-progress and thus is purposefully not in GENERIC.
And it conflicts with nve(4), so only one should be loaded.
2006-06-26 23:41:07 +00:00
Andrew Thompson
0956028163
Hook enc(4) to the build.
2006-06-26 22:31:26 +00:00
Christian Brueffer
cb0767679a
Add MLINKS:
...
ixgb.4 -> if_ixgb.4
mxge.4 -> if_mxge.4
2006-06-18 14:08:20 +00:00
Alexander Leidinger
c0d31ea3b5
Add man page for the envy24 driver.
2006-06-17 16:43:21 +00:00
Xin LI
415e46824c
Add a manpage for the CORE scheduler.
2006-06-14 02:16:51 +00:00
Andrew Gallatin
6d87a65da4
- Complete the myri10ge -> mxge name change by doing a mechanical
...
s/myri10ge/mxge/g replacement in the myri10ge files. A few contuation
lines were joined because of the regained columns.
- Hook the mxge driver back to the build.
2006-06-13 13:53:52 +00:00
Robert Watson
673937ac08
Break out description of the audit pipe facility from audit.4 into a new
...
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.
Obtained from: TrustedBSD Project
2006-06-05 15:26:09 +00:00
Christian Brueffer
674a743a01
Minimal manpage for the acpi_dock driver. This needs to be fleshed out
...
by someone in the know about this driver.
2006-05-20 06:21:42 +00:00
Poul-Henning Kamp
f6ce2a64f7
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
Christian Brueffer
390a6b58b2
Add if_* MLINKS for bce(4) and le(4).
...
MFC after: 3 days
2006-05-14 15:45:44 +00:00
Christian Brueffer
1f013205ec
Oops, forgot to remove the old entry in the last revision.
2006-04-28 06:23:42 +00:00
Christian Brueffer
dff1951e61
Install rr232x.4 only on i386 and amd64.
2006-04-28 06:13:19 +00:00
Scott Long
2de39eb9e2
Add a manpage for the rr232x driver.
2006-04-28 04:26:00 +00:00
Marcel Moolenaar
95eb1796b1
Remove the sab(4) manpage.
2006-04-24 21:42:28 +00:00
Paul Saab
d8636a9ab7
Hook bce up to the build
2006-04-10 20:04:22 +00:00
Marcel Moolenaar
af2e25a6d2
o Add scc(4) to the build.
...
o Add the scc(4) manpage to the build.
o Update the uart(4) manpage to account for scc(4).
o Update the uart(4) module build to include support for scc(4).
2006-03-30 18:39:24 +00:00
Scott Long
91c3e79059
Add a manual page for mfi(4).
2006-03-29 07:35:39 +00:00
Yaroslav Tykhiy
375ce6798f
Take the functionality contained in the former "options TDFX_LINUX"
...
into a separate module. Accordingly, convert the option into a device
named similarly.
Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons.
Suggested by: scottl
Reviewed by: cokane
MFC after: 5 days
2006-03-03 21:37:38 +00:00
Doug Ambrisko
e83a2cc673
Only install ipmi.4 for i386/amd64.
...
Requested by: ru
2006-02-14 17:18:20 +00:00
Doug Ambrisko
1c204a5731
Tie the ipmi driver into the i386/amd64 builds.
2006-02-13 17:56:24 +00:00
Robert Watson
0739bd6008
Add audit.4 man page, providing basic documentation for configuring the
...
kernel audit facility, warnings about the experimental nature of this
implementation, and pointers at a large number of other audit related
man pages.
Obtained from: TrustedBSD Project
2006-02-02 10:32:27 +00:00
Marius Strobl
355912472c
Add a man page for le(4), based on the NetBSD one.
2006-01-31 22:40:25 +00:00
Takanori Watanabe
a2774700c6
Fix sort order.
...
Pointed out by: ru
2006-01-10 18:39:23 +00:00
Takanori Watanabe
6bc2e487f5
Hook ufoma(4) page up.
...
Pointed out by: joel
2006-01-10 14:49:23 +00:00
Wilko Bulte
a96727f36e
the geom_fox MLINK should not have been there.
...
Pointed out by: brueffer
2006-01-06 20:55:28 +00:00
Wilko Bulte
4faf16f54e
hookup geom_fox(4)
2006-01-06 20:05:55 +00:00
Christian Brueffer
db1a80cffb
Add basic manpages for amdsmb(4) and nfsmb(4).
2005-12-31 11:24:36 +00:00
Joel Dahl
a80b6c725e
Add manual page for snd_atiixp(4) and hook it up to the build.
...
Reviewed by: ru
2005-11-28 07:53:29 +00:00
Ruslan Ermilov
6d8200ff0c
Add /dev/speaker support to amd64.
...
The following repo-copies were made (by Mark Murray):
sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c
sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h
share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4
2005-11-11 09:57:32 +00:00
Joel Dahl
8be03f2496
Add manual page for snd_mss(4) and hook it up to the build.
...
Reviewed by: brueffer
2005-10-10 17:46:43 +00:00
Andrew Thompson
ad45bb822d
Now that bridge(4) has been removed, link bridge.4 to if_bridge.4
...
Reviewed by: mlaier
2005-10-08 01:20:53 +00:00
Scott Long
6fa40729c8
Add the lmcconfig tool for controlling the lmc driver. Add man pages and
...
glue.
Submitted by: David Boggs
2005-10-03 07:09:41 +00:00
Ruslan Ermilov
e64bbde9b4
Sort MAN.
2005-09-28 07:31:18 +00:00
Max Laier
b6de9e91bd
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
Gleb Smirnoff
88cd456676
Remove all references to T/TCP, which was removed several months ago.
...
Approved by: andre
2005-08-25 13:47:41 +00:00
Joel Dahl
f7098e14b4
Add manual page for snd_t4dwave(4).
...
Approved by: brueffer (mentor)
2005-08-15 17:07:37 +00:00
Maksim Yevmenkin
f9e566779c
kbdmux(4) keyboard multiplexer integration
...
o Add minimal kbdmux(4) man page to the source tree (more details to follow);
o Hook up kbdmux(4) to the build.
This concludes the first part of the kbdmux(4) keyboard multiplexer
integration. It now should be possible to use kbdmux(4), however one
must configure kbdmux(4) by hand (i.e. load kbdmux(4) module and use
kbdcontrol(1) to add/remove slave keyboards to/from kbdmux(4)).
MFC after: 1 week
2005-07-14 23:04:23 +00:00
Christian Brueffer
08188342a3
MLINK firewire.4 to ieee1394.4
...
MFC after: 3 days
2005-07-13 06:08:26 +00:00
Gleb Smirnoff
c604c87651
Manual page for ng_tcpmss.
2005-06-10 08:44:19 +00:00
Andrew Thompson
7afc53b8df
Connect if_bridge to the build.
...
Approved by: mlaier (mentor)
2005-06-05 03:32:53 +00:00
Christian Brueffer
fed9784e38
- Connect nve(4)
...
- Correct sorting order
Suggested and reviewed by: ru
2005-05-19 14:54:48 +00:00
Christian Brueffer
e2f59e932f
Manual page for the "mn" Siemens Easy321-R1 E1/T1 device driver.
...
This is based on the comments in if_mn.c.
MFC after: 3 days
2005-05-10 16:48:03 +00:00
Gleb Smirnoff
17a35ce727
Manual page for ng_nat node.
2005-05-06 15:33:12 +00:00
Joseph Koshy
ebccf1e3a6
Bring a working snapshot of hwpmc(4), its associated libraries, userland utilities
...
and documentation into -CURRENT.
Bump FreeBSD_version.
Reviewed by: alc, jhb (kernel changes)
2005-04-19 04:01:25 +00:00
Damien Bergamini
ceaec73d40
Initial import of ipw, iwi, ral and ural drivers:
...
ipw - Intel PRO/Wireless 2100
iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG
ral - Ralink Technology RT2500
ural - Ralink Technology RT2500USB
Approved by: silby (mentor)
2005-04-18 18:47:38 +00:00
Christian Brueffer
4b40473f20
Manual page for the ataraid(4) software RAID driver.
...
Reviewed by: sos
2005-04-16 12:40:38 +00:00
Robert Watson
9b99e9b910
Add rudimentary man pages for kernel options sched_4bsd and sched_ule,
...
which document some of the sysctls available for configuring 4bsd, some
of the bullet features of ule, and that ule is considered experimental
still.
MFC after: 3 days
2005-04-07 21:57:19 +00:00
Scott Long
9c1838012d
Add a manual page for the arcmsr driver.
2005-03-31 19:44:15 +00:00
Jesus R. Camou
44fcb6c430
Add manual page for snd_via8233(4) and add it to the build.
...
PR: docs/78322
Submitted by: Joel Dahl <joel@automatvapen.se>
Approved by: trhodes (mentor)
2005-03-24 04:45:09 +00:00
Maxim Sobolev
6bcf003260
Add USB Communication Device Class Ethernet driver. Originally written for
...
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with original one goes into
FreeBSD.
Obtained from: http://www.gank.org/freebsd/cdce/
NetBSD
OpenBSD
2005-03-22 14:52:40 +00:00
Hartmut Brandt
f81e89ed1d
Add a man page for ng_ccatm(4).
...
Reminded by: brueffer
2005-03-10 09:28:39 +00:00
Simon L. B. Nielsen
69921a6d1c
Add manual page for snd_via82c686(4).
...
Submitted by: Joel Dahl <joel@automatvapen.se>
PR: docs/78586
MFC after: 3 days
2005-03-09 22:39:26 +00:00
Simon L. B. Nielsen
a064211729
Add manual page for snd_vibes(4).
...
Submitted by: Joel Dahl <joel@automatvapen.se>
PR: docs/78580
MFC after: 3 days
2005-03-09 22:31:56 +00:00
Tom Rhodes
90827d82f1
Add a manual page for the fm801 chipsets.
...
PR: 78143
Submitted by: Joel Dahl <joel@automatvapen.se> (original version)
2005-03-01 05:58:16 +00:00
Simon L. B. Nielsen
14c8d90def
- Add manual page for snd_neomagic(4).
...
PR: docs/78127
Submitted by: Joel Dahl <joel@automatvapen.se>
MFC after: 3 days
2005-02-26 21:42:43 +00:00
Gleb Smirnoff
8e92589080
Manpage for CARP from .Ox, with minor modifications.
...
Obtained from: OpenBSD
2005-02-23 08:29:50 +00:00
Nate Lawson
83f15706ef
Also add the manpage entry for cpufreq.
2005-02-08 17:44:18 +00:00
Gleb Smirnoff
14cb4a2f66
Manpage for ng_ipfw node.
2005-02-05 17:53:44 +00:00
Tom Rhodes
8318960abd
Early spring cleaning:
...
Unhook lomac(4) manual page and remove it. The code was removed by
rwatson over two years ago.
2005-01-06 01:27:55 +00:00
Gleb Smirnoff
e9c9b9971b
We have an informative ng_source.4 manpage, which is not installed.
2004-12-19 16:03:06 +00:00
Simon L. B. Nielsen
185634f0c1
Add manual page for snd_maestro(4).
...
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> (original version)
PR: docs/74546
MFC after: 1 week
2004-12-14 16:11:14 +00:00
Sam Leffler
014be7fb7e
Updates for revised ath and net80211 support; the new man pages are
...
placeholders for real material.
2004-12-08 17:47:32 +00:00
Christian Brueffer
d6e424e55e
MLINK crypto.4 to cryptodev.4
...
Stumbled upon by: markus
MFC after: 3 days
2004-11-30 16:16:34 +00:00
Simon L. B. Nielsen
30951caeaf
Add manual page for snd_ich(4).
...
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> (original version)
PR: docs/73789
MFC after: 1 week
2004-11-27 13:49:27 +00:00
Christian Brueffer
7e7616b644
MLINK vge.4 to if_vge.4
...
MFC after: 3 days
2004-11-24 20:31:30 +00:00
David E. O'Brien
6bdbe99c0d
Man page for the HighPoint RocketRAID 182x driver.
...
Forgotten by: scottl
2004-11-19 18:24:51 +00:00
Maksim Yevmenkin
6e81ac21f3
Add vkdb(4) man page and connect vkbd(4) to the build.
2004-11-16 17:19:04 +00:00
Christian Brueffer
23621a3aa3
Remove if_gx.4 MLINK, also add one for if_cnw.4
2004-11-08 20:15:24 +00:00
Christian Brueffer
a5e239ce13
The gx driver is gone, kill the manpage as well.
2004-11-08 19:47:36 +00:00
Ruslan Ermilov
cf2dbd86b1
Sync up with gdbinit.vinum removal.
...
OK'ed by: phk
2004-11-04 14:47:15 +00:00
Hartmut Brandt
fbf06e9863
Add a man page for the NgATM helper module ngatmbase.
...
Requested by: Ulrich Spoerlein <q@uni.de>
2004-11-02 10:46:28 +00:00
Maksim Yevmenkin
6f4006f1f5
ooops.. vkbd(4) should not have been committed
2004-10-12 23:38:22 +00:00
Maksim Yevmenkin
6294d96a7c
ng_ubt(4) no longer provides device nodes interface. Update the
...
man page to document this.
MFC after: 3 days
2004-10-12 23:35:34 +00:00
Max Laier
f6b2c4eca5
Add a minimal altq.4 manpage to tell about the kernel options and where to
...
find more information. Also move the "SUPPORTED DEVICES" section from altq.9
to altq.4, where is belongs.
Requested by: green
MFC after: 2 days
2004-10-07 12:10:25 +00:00
Simon L. B. Nielsen
4945145f04
Connect snd_ess(4) to the build.
2004-09-20 20:21:47 +00:00
Ruslan Ermilov
710df706de
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 06:11:45 +00:00
Gleb Smirnoff
9de7d9ac45
A man page for Netflow node.
...
English lessons by: julian
mdoc(7) lessons by: ru
Approved by: julian (mentor)
2004-09-17 19:30:39 +00:00
Bill Paul
3071824ff0
Add a manual page for the vge(4) driver.
2004-09-10 20:58:38 +00:00
Christian Brueffer
2feed9dcba
Connect cnw.4 to the build.
...
MFC after: 5 days
2004-09-10 00:07:00 +00:00
Ruslan Ermilov
24013109f5
Update sound-related manpages to account for the recent change in
...
device and module naming. The following files were repo-copied:
csa.4 -> snd_csa.4
gusc.4 -> snd_gusc.4
maestro3.4 -> snd_maestro3.4
sbc.4 -> snd_sbc.4
uaudio.4 -> snd_uaudio.4
The pcm(4) manpage wasn't renamed to sound(4) as there are nearby
plans to rename "device sound" to "device snd", to address the
ambiguity in naming, so pcm.4 is linked to sound.4 for the moment.
(We also mumble something about the future plans in the manpage.)
Removed links from pcm.4 to als4000.4 and emu10k1.4 -- they now
have their own snd_*.4 manpages.
Fixes for recent snd_*.4 manpages: added missing "device sound"
to the SYNOPSIS, fixed hints (they are still "hint.pcm.<unit>"
in most cases).
MT5 after: 3 days
2004-09-08 08:28:02 +00:00
Dag-Erling Smørgrav
62c36019a5
Man page for the newly added ucycom(4) driver.
2004-09-05 10:01:24 +00:00
Simon L. B. Nielsen
73ad990a0c
Add manual pages for several sound drivers.
...
Submitted by: Atte Peltomaki <koston@iki.fi>
Reviewed by: cg
MFC after: 5 days
2004-08-27 22:06:56 +00:00
Tom Rhodes
fc050d3085
Add a manual page for the hfa driver.
...
Reviewed by: harti
2004-08-06 16:06:52 +00:00
Tom Rhodes
9933c7cb7b
Move snc.4 over to the i386 section as it only deals with PC98 and i386.
...
Bump .Dd and .Dt accordingly.
Requested by: ru
2004-07-24 20:41:45 +00:00
Ruslan Ermilov
9779075afa
Removed legacy comment.
2004-07-07 15:14:51 +00:00
Warner Losh
0970580224
We really don't need pointers to st/sd anymore. They were obsoleted in 3.0.
2004-06-24 05:01:52 +00:00
Ruslan Ermilov
1e7c7569d8
Document the "fec" Netgraph node type.
...
Submitted by: Gleb Smirnoff
OK'ed by: julian, wpaul
2004-06-22 09:09:18 +00:00
Tom Rhodes
89dc270c33
Add manual pages for cm(4), esp(4), rc(4) and snc(4).
2004-06-21 18:20:57 +00:00
Bruce M Simpson
946fd6463d
Add an MLINKS entry, rawip, to make the raw socket userland documentation
...
somewhat easier to find.
PR: docs/30873
Requested by: Douglas De Couto
2004-06-15 01:18:56 +00:00
Doug Rabson
48ec0513ac
Add manpage for fwip driver.
2004-06-14 10:55:03 +00:00
Tony Ackerman
c458a12514
Adding ixgb(4) for Intel 10GbE Adapters
2004-05-28 00:27:31 +00:00
Bruce Evans
956b25b74a
Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 up
...
to man4.
2004-05-23 15:02:08 +00:00
Roman Kurakin
ca0225140d
Add ng_sppp.4.
2004-04-25 08:52:26 +00:00
Ruslan Ermilov
b462702f94
A simple packet distribution node type that acts like an Ethernet hub.
2004-04-17 12:42:17 +00:00
Vinod Kashyap
b9151ec692
Added an entry for twa.4.
...
Reviewed by: ru
2004-04-14 18:03:30 +00:00
Scott Long
cb74d2861d
Remove the RAIDframe manual page
2004-03-16 12:35:55 +00:00
Ruslan Ermilov
f9e2cb7071
A manpage for ng_eiface(4).
...
Submitted by: Gleb Smirnoff
2004-03-10 22:25:25 +00:00
Benno Rice
8582c8e098
Manual page for the ng_atmllc node type.
...
Currently missing a history section.
2004-03-08 13:46:52 +00:00
Nate Lawson
e2a643ee75
Add acpi_video(4) man page.
...
PR:
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
2004-03-03 16:34:03 +00:00
Ruslan Ermilov
86e67aa89b
Restore the sorting broken in rev. 1.256.
2004-03-01 17:26:39 +00:00
Ruslan Ermilov
407ea29095
Netgraph node type for IEEE 802.1Q VLAN tagging.
2004-03-01 17:22:16 +00:00
Scott Long
cc7db16df0
Add a manual page for the umct(4) driver.
2004-03-01 03:49:05 +00:00
Bernd Walter
7de8778318
add driver for BWCT console management serials
2004-03-01 02:34:49 +00:00
Christian Brueffer
c2a4d8794a
Connect udav.4 to the build and add MLINK to if_udav.4
2004-02-28 13:39:58 +00:00
Ruslan Ermilov
b760de9691
Use a single style for share/man/ makefiles:
...
- Sort MAN and MLINKS in "dictionary" order ignoring case.
- For multi-value MAN and multi-pair MLINKS, put each value/pair
on its own line, for easier sorting and so that further diffs
are easier to see.
2004-01-20 10:27:23 +00:00
Christian Brueffer
c5ea6e19c6
Connect tx.4 to the build and MLINK it to if_tx.4
2004-01-15 23:05:22 +00:00
Christian Brueffer
a16f34fd21
Add MLINK:
...
rue.4 -> if_rue.4
2004-01-14 13:35:15 +00:00
Christian Brueffer
bd675dd3a9
Correct typo in MLINK
2004-01-09 17:49:03 +00:00
Greg Lehey
b0643f118c
Hook up gdb.4 and vinumdebug.4 into build.
...
Reminded by: ru
2004-01-02 02:18:34 +00:00
Takanori Watanabe
ee0406f617
Hook up acpi_thermal.4 man page.
2003-12-28 23:23:16 +00:00
Christian Brueffer
54cbe1b2db
Add MLINKS:
...
axe.4 -> if_axe.4
bfe.4 -> if_bfe.4
my.4 -> if_my.4
re.4 -> if_re.4
xe.4 -> if_xe.4
2003-12-17 10:38:40 +00:00
Warner Losh
d642c42ed3
Add the meteor driver man page back. It has moved up a level from the
...
man4.i386. It documents that meteor no longer works, but keeps the
extensive documentation on the meteor interface, which the bktr driver
implements also. This should be merged into tha man page, but such a
merging seems to be planned by others.
# we really need something like video4bsd to define these sorts of
# things for all video capture drivers.
Requested by: rwatson and obrien
2003-12-08 02:59:34 +00:00
Warner Losh
946984d155
Copy the old dgb man page to digi.4, plus very minor hacking. Add a
...
note that says that this man page is sub-optimal. Bruce Mah should be
happier about this, but someone that groks the cards supported by the
digi driver is encouraged to make this man page suck less.
2003-12-08 00:11:22 +00:00
Warner Losh
af20af3e68
lmc.4 is now gone
2003-12-07 06:49:10 +00:00
Bruce A. Mah
1d8f8416ad
Hook the sab(4) manpage up to the build.
...
Reviewed by: bms
Approved by: re (implicitly)
2003-12-07 00:46:37 +00:00
Ruslan Ermilov
16d8e9335a
- Connect a few forgotten Netgraph manpages.
...
- Sort.
Approved by: re (rwatson)
2003-11-29 18:14:04 +00:00
Noriaki Mitsunaga
985b09e826
Add nsp(4) man page for nsp PC-Card SCSI host adapter device driver,
...
and attach it to the build.
Submitted by: non, rushani
Approved by: re (rwatson)
2003-11-24 23:57:59 +00:00
Tom Rhodes
381fd5b439
Bring in a new manual page, ncv.4, and attach it to the build.
...
Based on an original version submitted by: non
Approved by: re (scottl)
2003-11-21 00:55:11 +00:00
Bruce M Simpson
69d9a82eb9
Add a manual page for the IDT NICStAR driver, and hook it up to the build.
2003-11-14 20:29:12 +00:00
Tom Rhodes
9e2d6c362a
Attach ips.4 to the build.
2003-11-11 18:48:02 +00:00
Hiten Pandya
ea90c53786
Add MLINK net(4), which points to netintro(4).
...
Requested by: dwhite@
2003-11-10 21:26:52 +00:00
Hiten Pandya
5dec156e2b
Add a manual page for the USB Audio support in FreeBSD,
...
interfaced via the PCM framework.
This manual page was obtained from NetBSD, and the required
changes were made to adapt it to our uaudio driver.
Pre-cursor review: joe@
2003-11-10 20:25:40 +00:00