Christian Brueffer
940548361e
Xref altq(4).
2007-01-30 08:17:45 +00:00
Bruce M Simpson
ed6e952c66
Document the existence of the TCP_INFO socket option.
...
Approved by: rwatson
2007-01-22 14:16:47 +00:00
Marius Strobl
2518ad74c7
- For the sake of completeness mention back-end support for the ILACC
...
and add a list of known-working PCI devices.
- For consistency throughout this man page also talk about C-Bus and
ISA adapters rather than cards.
- Add missing .Tn.
- Mention ifconfig(8) along with listing selectable media types.
- Add/un-comment hardware notes for the newly supported 'lebuffer'
variants (the transition from P/N 501-1860 to 501-1869 isn't a typo).
2007-01-20 13:37:15 +00:00
Andrew Thompson
ab86b1c667
Add a section about RSTP support.
2007-01-20 02:39:34 +00:00
Joel Dahl
f1f234518b
Add missing comma.
...
Noticed by: ru
2007-01-18 15:27:15 +00:00
Joel Dahl
9a6e76e662
- Add a small section on boot-time configuration.
...
- Add more Xrefs.
- Fix minor nits.
Reviewed by: ru
2007-01-17 14:27:03 +00:00
Christian Brueffer
acca16b139
Sync the hardware list with the driver and with what I could find on
...
the Areca website.
Also remove the module from the FILES section, it's already covered in
the SYNOPSIS.
MFC after: 3 days
2007-01-10 12:57:46 +00:00
Gleb Smirnoff
50928713c7
Document recent changes about supported compression and encryption modes.
...
Wording by: rwatson
2007-01-09 15:00:01 +00:00
Xin LI
c94b70e1eb
Document that we supported Intel PRO/100 VM Network Connection.
2007-01-07 20:30:27 +00:00
Christian Brueffer
0ea46b3761
Document Marvell 6101/6145 support.
2007-01-04 18:50:52 +00:00
Christian Brueffer
dbd1ddacd4
New supported JMicron, ALI and ServerWorks chipsets.
...
MFC after: 3 days
2007-01-04 09:12:03 +00:00
Daniel Gerzo
76de453c69
- Do not claim that ipfw is the only firewall package available
...
in FreeBSD.
Approved by: trhodes (mentor), keramida (mentor)
2007-01-01 21:16:42 +00:00
Gleb Smirnoff
9e6f1d3be4
Build bits for ng_deflate(4) and ng_pred1(4).
2006-12-29 13:16:43 +00:00
Gleb Smirnoff
681616160d
Manual page for Predictor-1 PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:47:26 +00:00
Gleb Smirnoff
f21d415201
Manual page for Deflate PPP compression netgraph node.
...
Submitted by: Alexander Motin <mav alkar.net>
2006-12-29 10:46:15 +00:00
Joel Dahl
4573b928f8
Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section.
2006-12-17 16:48:26 +00:00
Robert Watson
66e7b3a361
Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),
...
ithread(9), msleep(9), ucred(9) from socket(9).
Partly suggested by: julian
2006-12-16 10:32:10 +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
Mike Pritchard
485720a6f8
Spelling fix.
2006-12-14 17:03:46 +00:00
Mike Pritchard
e0ccd04489
Spelling fix.
2006-12-14 16:57:35 +00:00
Mike Pritchard
0af221178a
Spelling fixes.
2006-12-14 16:40:57 +00:00
Mike Pritchard
1ef60fccca
Expand abbreviation. techref -> technical reference.
2006-12-14 16:37:11 +00:00
Mike Pritchard
82d693c36b
Spelling fix.
2006-12-14 11:57:39 +00:00
Christian Brueffer
fad66f016c
Add Xref to msk(4).
2006-12-13 08:56:15 +00:00
Christian Brueffer
8e91869c5e
Correct sort msk(4).
2006-12-13 08:55:20 +00:00
Christian Brueffer
f086a348ad
Misc fixes, also sort the hardware list alphabetically and add more history.
2006-12-13 08:51:40 +00:00
Pyun YongHyeon
c5e8a10cb9
Add msk(4) to the list of device drivers use the miibus interface.
2006-12-13 02:46:32 +00:00
Pyun YongHyeon
1f95590d07
Add msk(4) to the list of devices supporting full VLAN processing
...
in the hardware.
2006-12-13 02:42:01 +00:00
Pyun YongHyeon
d5a1a93927
Add msk(4) to the list of drivers supporting ALTQ.
2006-12-13 02:40:06 +00:00
Pyun YongHyeon
c9d21ce905
Hook up msk(4) to the build.
2006-12-13 02:37:48 +00:00
Pyun YongHyeon
e029227c4c
Add a man page for msk(4).
2006-12-13 02:37:01 +00:00
Ruslan Ermilov
2ad8718dc2
Update the URL for the list of supported products.
2006-12-07 10:56:27 +00:00
Wilko Bulte
d5b7ae9826
document that NCQ is not yet supported.
...
PR: kern/106343
2006-12-05 20:23:25 +00:00
Ruslan Ermilov
6b45faf0a4
Move npe.4 to a machine specific manpage subdirectory.
2006-12-05 16:57:10 +00:00
Ruslan Ermilov
762d365ac6
Fix markup.
2006-12-05 08:07:21 +00:00
Joel Dahl
6755e2f954
Fix typo.
2006-12-05 06:56:09 +00:00
Sam Leffler
323c565bed
hook npe.4 up to arm build
...
MFC after: 1 month
2006-12-04 22:42:27 +00:00
Sam Leffler
eaa9497568
start 'o man page for xscale npe ethernet driver
...
MFC after: 1 month
2006-12-04 22:41:41 +00:00
Christian Brueffer
dc19f7e892
bce(4) does not work correctly in polling(4) mode for now.
2006-12-02 09:03:06 +00:00
Max Laier
d9cbee0c7d
ALTQify ep(4).
...
Tested and Requested by: Andy Brook
MFC after: 3 days
2006-12-01 20:29:55 +00:00
Ruslan Ermilov
c949309983
Add missing `;;' in the example shell code snippet.
...
PR: i386/106113
Submitted by: Richard Arends
MFC after: 3 days
2006-12-01 09:00:38 +00:00
Joel Dahl
4a418e5bf9
Add the dev.pcm.%d.polling sysctl and a short description.
...
Reviewed by: ru
2006-11-29 17:07:02 +00:00
Christian Brueffer
80e1af292e
Overhaul this manpage somewhat:
...
- Move mentionings of required drivers to the SYNOPSIS where they belong
- Remove cruft (XiG, sheesh) from the EXAMPLES section and re-arrange things to make
somewhat more sense
- Fix an Xref to manpage from ports to mention the corresponsing port
- Remove commented out HISTORY section header
MFC after: 3 days
2006-11-27 18:37:45 +00:00
Joel Dahl
886e53ca9a
- Update the Runtime Configuration, FILES and DIAGNOSTICS sections to
...
the new world order.
- Use our standard section 4 SYNOPSIS.
- Minor nits.
Reviewed by: brueffer, ariff
2006-11-26 12:27:02 +00:00
Christian Brueffer
950f6d64e4
Grr, fix typo introduced in the previous commit.
2006-11-25 12:12:11 +00:00
Warner Losh
c572890195
Add instructions for creating a ramdisk root image. These likely need
...
to be augmented with instructions for those platforms that have
/boot/loader.
2006-11-24 18:53:45 +00:00
Pyun YongHyeon
63003044a4
Add USR997902 to the list of devices supported by re(4).
2006-11-23 00:28:58 +00:00
Christian Brueffer
0a771a3be7
Use our standard section 4 SYNOPSIS.
...
MFC after: 3 days
2006-11-22 21:30:02 +00:00
Christian Brueffer
c5f3a2c1a5
- Use a standard section 4 SYNOPSIS
...
- Xref uark(4)
MFC after: 3 days
2006-11-18 08:07:43 +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