Ruslan Ermilov
d053cbd0cf
Fixed small markup glitches and removed the CAVEATS section.
2006-09-30 14:30:07 +00:00
Ruslan Ermilov
a4f3c15342
Document ioctls differently, like is done in other section four manpages.
2006-09-30 13:34:46 +00:00
Ruslan Ermilov
7d9ffd6204
Spelling.
2006-09-29 22:51:04 +00:00
Bruce M Simpson
910e1364b6
Nits.
...
Submitted by: ru
2006-09-29 16:16:41 +00:00
Bruce M Simpson
2d20d32344
Push removal of mrouted down to the rest of the tree.
2006-09-29 15:45:11 +00:00
Daniel Gerzo
e1bd11be7b
- move steps describing how to gain ipdivert support to SYNOPSIS and
...
follow the style of other section 4 manual pages
- add ipfw(4) to SEE ALSO section
Reviewed by: ru
Approved by: trhodes (mentor), keramida (mentor)
2006-09-24 13:58:44 +00:00
Scott Long
0d7c37283e
Add documentation on the new bge tunable. Also put the tunable docs into a
...
separate section.
2006-09-23 19:04:01 +00:00
Ruslan Ermilov
81ae4b8da9
Markup fixes.
2006-09-18 15:24:20 +00:00
Ruslan Ermilov
827293df54
hw.syscons.kbd_kbdkey is actually named hw.syscons.kbd_debug.
2006-09-18 13:11:31 +00:00
Maxim Konovalov
bbc6c31310
o Grammar.
2006-09-18 11:04:08 +00:00
Christian Brueffer
cb7e673ccc
- Instead of listing which ships support Rx/Tx checksum offload and Jumbo
...
Frames, mention the one chip that does not support them (obtained from
the driver README)
- Mention TSO and the chips that do not support it (provided by pdeuskar)
- Do not refer to the README for VLAN support, building and installing
the driver
2006-09-15 20:52:51 +00:00
Christian Brueffer
d3e7e72eaf
Mention TSO support.
2006-09-15 19:33:15 +00:00
Pawel Jakub Dawidek
679f8b7e7a
Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if
...
no additional argument is given or details about the given GEOM object
(class, geom, provider or consumer).
Approved by: phk
2006-09-15 16:36:45 +00:00
John Baldwin
2511ffba93
Correct include path.
2006-09-13 21:11:13 +00:00
Gleb Smirnoff
85bfbb5f09
Fix markup bug in last commit.
...
Submitted by: ru
2006-09-13 15:47:26 +00:00
Gleb Smirnoff
708e9ef188
Document net.inet.tcp.maxtcptw and net.inet.tcp.nolocaltimewait.
...
Wording by: Devon O'Dell
2006-09-13 15:24:27 +00:00
Ruslan Ermilov
f80a2d649e
Fix the markup.
...
Prompted by: imp
2006-09-07 08:31:59 +00:00
Warner Losh
723e155201
Mostly re-write man page to reflect current state of this interface.
...
Warn of races.
# Doc police: Please review
2006-09-06 21:43:55 +00:00
Pawel Jakub Dawidek
03b33e9928
Document 'show vnode'.
...
Reminded by: ru
2006-09-05 12:17:53 +00:00
Marius Strobl
0ab9d31cdb
- Talk about chips rather than chip sets as AMD LANCE and PCnet are
...
single-chip.
- Add some more rationale about le(4).
- Add/un-comment hardware notes for C-Bus and ISA adapters.
2006-09-04 16:45:08 +00:00
Christian Brueffer
10ce24c563
Document VIA 8237A support.
2006-09-03 11:33:52 +00:00
Marius Strobl
347658223d
- s/UltraSparc/UltraSPARC/
...
- Add info about the requirement of OFW support.
2006-09-02 20:15:21 +00:00
Marius Strobl
13311d237e
Add the usual info about loading as module on startup to the SYNOPSIS.
2006-09-02 12:12:16 +00:00
Robert Watson
c6c571f1e3
s/6.1/6.2/ as the introduction date for kernel audit support.
...
Obtained from: TrustedBSD Project
2006-09-02 11:55:38 +00:00
Marius Strobl
ee967d5eb1
Replace the .Pq added in rev 1.2 with literal parenthesis as the former
...
aren't required for plain text and the latter formats faster.
Pointed out by: ru
2006-09-01 21:54:58 +00:00
Marius Strobl
092f607db8
- s/gigabit/Gigabit/
...
- Talk about supported chips rather than supported cards as the majority
of the hardware supported by gem(4) is on-board.
- "the .Nm driver"
- Sort the list of supported chips alphabetically.
- Sun GEM aren't used on-board though, so don't claim they'd be.
- Add a CAVEATS section informing that Sun GEM cards aren't supported
so far.
MFC after: 1 day
2006-09-01 21:42:22 +00:00
Marius Strobl
94d8eb4fc7
- Use full name of the Sun PGX64 cards and add the Sun part number
...
in order to simplify matters for people who are looking for a video
card supported by FreeBSD/sparc64.
- Add Sun PGX to the list of known working cards.
MFC after: 1 day
2006-09-01 20:41:59 +00:00
Marius Strobl
851bf68fae
Move two periods out of quotes and to where they belong.
...
MFC after: 1 day
2006-09-01 20:01:51 +00:00
Marius Strobl
91be44de19
Add references to scc(4) as it hangs off of ebus(4) and sbus(4)
...
respectively.
2006-09-01 19:51:26 +00:00
Daniel Gerzo
910201d9b8
- Move available kernel options to SYNOPSIS, describe how to enable ipfw
...
from within rc.conf.
- Remove IPDIVERT kernel option
- Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD
Reviewed by: ru
Approved by: keramida (mentor), trhodes (mentor)
MFC after: 1 week
2006-09-01 08:50:05 +00:00
Ruslan Ermilov
384555d978
- Remove yet another mention of minor number construction
...
which is not applicable today.
- Provide an example of how to lock a speed.
2006-08-30 14:38:42 +00:00
Dmitry Morozovsky
d38677f531
Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS.
...
MFC after: 1 week
2006-08-26 21:24:22 +00:00
Robert Watson
9fe741b895
Allow the user process to query the kernel's notion of a maximum
...
audit record size at run-time, which can be used by the user
process to size the user space buffer it reads into from the audit
pipe.
Perforce change: 105098
Obtained from: TrustedBSD Project
2006-08-26 17:59:31 +00:00
Daniel Gerzo
354a23892f
- add note about IPSEC_FILTERGIF to fast_ipsec(4) and let the users know
...
that it is not possible to use Fast IPsec in conjuction with KAME IPsec
- add available kernel options to ipsec(4)
- add reference for fast_ipsec(4) to ipsec(4)
Reviewed by: trhodes (mentor), keramida (mentor)
Approved by: keramida (mentor)
2006-08-24 17:07:19 +00:00
Warner Losh
be57e3dd35
Bump date, forgotten in 1.13
2006-08-20 05:56:00 +00:00
Warner Losh
2621688657
Add a few devices that have been added recently.
2006-08-20 05:54:45 +00:00
Christian Brueffer
e2e472c7a3
Use our standard section 4 SYNOPSIS layout.
...
MFC after: 2 weeks
2006-08-18 10:22:36 +00:00
Ruslan Ermilov
a5c73bad83
I'm about to merge these only now, so correct the first release
...
of their appearence to be 6.2.
2006-08-17 10:55:49 +00:00
Christian Brueffer
3cd78e6c42
Note Intel ICH8 and ESB2 support.
2006-08-15 08:27:38 +00:00
Christian Brueffer
9e4e177fb2
Convert to the standard section 4 SYNOPSIS layout.
...
MFC after: 3 days
2006-08-13 18:44:18 +00:00
Yaroslav Tykhiy
6572700ea5
Fix incorrect .Xr syntax I introduced in the previous commit.
...
Noticed by: ru
X-MFC with: rev. 1.31
2006-08-12 17:11:43 +00:00
Yaroslav Tykhiy
f6e5e0ad77
Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)
...
before tagging them. This can help to work around brain-damage in some
switches that fail to pad a frame after untagging it if its length drops
below the minimum. This option is blessed by IEEE Std 802.1Q (2003 Ed.),
paragraph C.4.4.3.b. It's controlled by sysctl net.link.vlan.soft_pad.
Idea by: az
MFC after: 1 week
2006-08-11 17:09:27 +00:00
Gleb Smirnoff
f366efa96f
Some perfectionizm against last revision.
...
Submitted by: ru
2006-08-10 11:07:11 +00:00
Nate Lawson
1843f0c337
The acpi module is no different from others. If it is loaded while the kernel
...
has it compiled in, it will be rejected with "module acpi already present!"
and no strange behavior.
MFC after: 1 day
2006-08-10 06:32:16 +00:00
Gleb Smirnoff
b1ba28df1d
Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).
...
- Store the Ethernet header in node softc.
- Initialize header with dst addr and ethertype in node
constructor method.
- In node connect method send NGM_ETHER_GET_ENADDR message
downwards.
- If received reply from ng_ether(4) store the src addr
in softc.
- Add NGM_PPPOE_SETENDADDR message that allows user to
override the address with whatever he/she wants.
2006-08-09 09:56:58 +00:00
Bruce M Simpson
a07fb7be3b
Add Epson Stylus CX3650.
...
Update Dd.
Requested by: brueffer
2006-08-08 15:42:31 +00:00
Yaroslav Tykhiy
03335ffbe9
Fix things I misadvised to Nate Lawson:
...
- "Ns No" is redundant, so reduce it to just "Ns";
- use Li to mark up CPU and system power states because here they are
just strings to be typed literally (add more such mark-up as well);
- the best practice of typesetting tells us to use an en-dash to
indicate a closed range; fortunately, groff_char(7) provides such a symbol.
In addition, consistently use a comma between independent clauses
coordinated by a conjunction.
Pointed out by: ru (mark-up part)
MFC after: 3 days
2006-08-07 07:28:47 +00:00
Gleb Smirnoff
019a5076ee
By default "autosrc" is off.
...
Submitted by: ru
2006-08-04 18:28:57 +00:00
Yaroslav Tykhiy
776fc0e90e
Commit the results of the typo hunt by Darren Pilgrim.
...
This change affects documentation and comments only,
no real code involved.
PR: misc/101245
Submitted by: Darren Pilgrim <darren pilgrim bitfreak org>
Tested by: md5(1)
MFC after: 1 week
2006-08-04 07:56:35 +00:00
Nate Lawson
13a8aa9f71
Improve quoting of the S1-S5 states. Suggested by yar@.
...
Add a workaround for conflicts between ACPI Cx CPU idling and LAPIC timer.
MFC after: 1 day
2006-08-04 07:19:01 +00:00
Christian Brueffer
6f475e4b9a
Cleanup and add our standard SYNOPSIS section.
2006-08-02 07:02:19 +00:00
Andrew Thompson
3ab4f00990
Document the log_stp variable.
2006-08-02 04:11:25 +00:00
Maxim Sobolev
e5d34218fb
Add device to access and modify Open Firmware NVRAM settings in
...
PowerPC-based Apple's machines and small utility to do it from
userland modelled after the similar utility in Darwin/OSX.
Only tested on 1.25GHz G4 Mac Mini.
MFC after: 1 month
2006-08-01 22:19:01 +00:00
Nate Lawson
93870c0550
Document many of the sysctls in acpi. Bump the date on acpi_thermal.4
...
because I forgot to on the last change.
MFC after: 1 day
2006-07-29 21:47:24 +00:00
Simon L. B. Nielsen
b5ba473ca0
Add missing .El to close list.
...
This confused the manual page -> hardware notes perl script somewhat and
resulted in part of the output for the stge(4) entry not to be present
in the hardware notes.
Noticed by: brueffer
2006-07-28 20:14:43 +00:00
Pawel Jakub Dawidek
909d8c4019
Update manual page.
2006-07-28 13:56:17 +00:00
Christian Brueffer
137048858f
Mention the dependency on firmware(4).
2006-07-28 08:43:49 +00:00
Christian Brueffer
3e1e998fac
singular -> plural and a typo fix.
2006-07-25 05:20:06 +00:00
Nate Lawson
cf90f178b9
Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl.
...
Prevent casual modification by requiring hw.acpi.thermal.user_override to
be set first. Fix printing of negative temperatures in the K->C conversion.
Document the remaining thermal sysctls.
MFC after: 3 days
2006-07-25 02:27:38 +00:00
Pyun YongHyeon
788b409578
Add stge(4) to the list of device drivers use the miibus interface.
2006-07-25 00:59:39 +00:00
Pyun YongHyeon
5d44cffc71
Add stge(4) to the list of drivers supporting ALTQ.
2006-07-25 00:58:00 +00:00
Pyun YongHyeon
97fe1b0932
Add stge(4) to the list of devices supporting full VLAN processing
...
in the hardware.
2006-07-25 00:56:47 +00:00
Pyun YongHyeon
dba53116ec
Add stge(4) to the list of devices supporting polling.
2006-07-25 00:54:58 +00:00
Pyun YongHyeon
f99b1927db
Hook up state(4) to the build.
2006-07-25 00:53:14 +00:00
Pyun YongHyeon
2627a07e9c
Add a man page for stge(4).
2006-07-25 00:51:38 +00:00
Michael Reifenberger
93a73e5a00
Reflect the additional support of C7 CPU's in padlock(4).
...
Submitted by: brueffer
MFC after: 1 day
2006-07-19 16:31:09 +00:00
Yoshihiro Takahashi
adb4f1aa0f
The pcn does not work on NEC SV-98/2-B05 and B06.
...
Submitted by: Chiharu Shibata
MFC after: 3 days
2006-07-19 11:49:22 +00:00
Christian Brueffer
961ed9347e
- Bring kern.random output closer to reality
...
- Remove kern.random.sys.burst, it's no longer available
- Document kern.random.sys.harvest.swi (1)
PR: 100167 (1)
MFC after: 3 days
2006-07-19 10:49:43 +00:00
Marcus Alves Grando
044f8af1a4
- Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"
...
Approved by: brueffer
MFC after: 1 week
2006-07-17 18:56:27 +00:00
Christian Brueffer
80da51effc
General cleanup, not quite finished yet.
2006-07-16 20:43:12 +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
Christian Brueffer
7f5932be3e
Correct path to the firmware ports.
2006-07-12 15:55:48 +00:00
Christian Brueffer
ac4312607d
Document ServerWorks HT1000 support.
2006-07-05 08:26:50 +00:00
Ruslan Ermilov
5ca2b383e7
Grammar nit.
2006-07-01 17:59:13 +00:00
Ruslan Ermilov
3265e741f9
Gleb committed an intermediary version, commit the right one now.
...
Submitted by: Vadim Goncharov
2006-06-30 11:35:35 +00:00
Xin LI
8709e75efb
- Reflect recent sched_core(4) changes.
...
- Some typo fixes.
2006-06-30 07:45:38 +00:00
Takanori Watanabe
a42cdc22c0
Update man page.
...
Pointed out by: netchild
MFC after: 3 days
2006-06-29 08:28:18 +00:00
Christian Brueffer
fe0e43d648
- s/nve/nfe/ in the SYNOPSIS (1)
...
- bump date
PR: 99575
Submitted by: thierry herbelot <thierry@herbelot.com> (1)
2006-06-28 10:19:16 +00:00
Christian Brueffer
904887e254
- Convert to our new SYNOPSIS style
...
- Correct tcpdump reference
2006-06-27 12:48:15 +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
Andrew Thompson
bdea400f3b
Add a pseudo interface for packet filtering IPSec connections before or after
...
encryption. There are two functions, a bpf tap which has a basic header with
the SPI number which our current tcpdump knows how to display, and handoff to
pfil(9) for packet filtering.
Obtained from: OpenBSD
Based on: kern/94829
No objections: arch, net
MFC after: 1 month
2006-06-26 22:30:08 +00:00
Bill Paul
ed510fb04f
Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The
...
latter is a PCIe 10/100 chip.
Finally fix the EEPROM reading code so that we can access the EEPROMs on all
devices. In order to access the EEPROM, we must select 'EEPROM programming'
mode, and then set the EEPROM chip select bit. Previously, we were setting
both bits simultaneously, which doesn't work: they must be set in the
right sequence.
Always obtain the station address from the EEPROM, now that EEPROM
reading works correctly.
Make the TX interrupt moderation code based on the internal timer
optional and turned off by default.
Make the re_diag() routine conditional and off by default. When it is
on, only use it for the original 8169, which was the only device that
that really needed it.
Modify interrupt handling to use a fast interrupt handler and fast
taskqeueue.
Correct the rgephy driver so that it only applies the DSP fixup for
PHY revs 0 and 1. Later chips are fixed and don't need the fixup.
Make the rgephy driver advertise both 1000_FD and 1000_HD bits in
autoneg mode. A couple of the devices don't autoneg correctly unless
configured this way.
2006-06-26 20:31:32 +00:00
Christian Brueffer
1fca3e7045
- Convert to new SYNOPSIS layout
...
- New Sentence, new line
- Remove eol whitespace
MFC after: 3 days
2006-06-22 20:03:35 +00:00
Christian Brueffer
17c6d5a742
Boji Tony Kannanthanam no longer supports this driver, Achim Leubner
...
however still does. Confirmed by email contact with both of them.
MFC after: 3 days
2006-06-19 15:22:34 +00:00
Alexander Leidinger
5ea8ff67ee
Document support for the Aceeca Mez1000 RDA.
2006-06-18 17:56:37 +00:00
Christian Brueffer
69af36686e
We just have one generic sound driver, reflect this.
...
MFC after: 3 days
2006-06-18 17:53:04 +00:00
Christian Brueffer
7e7a050537
o We only have one generic audio driver, reflect this (1)
...
o Mention the author of the driver
o Minor mdoc improvement
Discussed with: netchild (1)
2006-06-18 17:48:08 +00:00
Alexander Leidinger
9e270de5ac
Add support for:
...
- Curitel PC5740 Wireless Modem (Verizon's PCMCIA card)
- Sierra MC5720 Wireless Modem (Built in to Thinkpad X60s)
Bump the date in the uscanner man page for the update some minutes ago.
2006-06-18 17:46:40 +00:00
Alexander Leidinger
4e93c5c41e
Add Epson Perfection 1270 scanner. All other scanners in the PR are already
...
detected, but with a different name.
PR: 98106
Submitted by: Lars Engels <lars.engels@0x20.net>
2006-06-18 17:29:16 +00:00
Alexander Leidinger
4d3976cebb
2 spelling fixes...
...
Noticed by: John E Hein <jhein@timing.com>
2006-06-18 17:02:21 +00:00
Christian Brueffer
c0a9b4dc1f
o sort the HARDWARE list somewhat
...
o mention ATA and SATA support
o mdoc improvements
MFC after: 3 days
2006-06-18 14:45:28 +00:00
Christian Brueffer
2c90ece85e
o Remove FILES section (uninteresting for users)
...
o Xref asr(4)
MFC after: 3 days
2006-06-18 14:37:48 +00:00
Christian Brueffer
ea6af27ab0
o Capitalization fixes
...
o Remove the outdated FILES section
MFC after: 3 days
2006-06-18 14:12:27 +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
b23fd15a6c
- xref linsysfs
...
- improve the ldconfig part
- tell about pitfalls with the osrelease sysctl
2006-06-18 13:51:39 +00:00
Alexander Leidinger
826209c583
Alpha is gone, no need to keep them.
2006-06-18 13:44:26 +00:00
Christian Brueffer
5cf3ccd2bf
o Convert to our new SYNOPSIS layout
...
o Add "device scbus/pci/etc" where needed for consistency
MFC after: 3 days
2006-06-18 09:53:00 +00:00
Christian Brueffer
ec33470ba7
Correct date for the previous commit.
2006-06-18 07:33:51 +00:00
Christian Brueffer
419e6e8d6a
- Bring the hardware list up to date
...
- Convert to our standard SYNOPSIS layout
- Remove the kld from FILES, it's now mentioned in the SYNOPSIS
- Remove useless .Pp call at eof
MFC after: 3 days
2006-06-17 18:45:53 +00:00
Alexander Leidinger
c0d31ea3b5
Add man page for the envy24 driver.
2006-06-17 16:43:21 +00:00
Andrew Thompson
76f1f010d5
Document that we can only bridge wireless interfaces in hostap mode, this is
...
becoming a faq.
MFC after: 1 week
2006-06-16 23:03:22 +00:00
Christian Brueffer
259c768857
Mention that the powernow driver also supports AMD Cool'n'Quiet.
...
MFC after: 3 days
2006-06-16 14:51:23 +00:00
Christian Brueffer
bc25e29aa1
mxge(4) works with altq.
...
Tested by: gallatin
2006-06-15 19:38:42 +00:00
Christian Brueffer
dea060ff55
- new sentence -> new line
...
- s/freebsd/FreeBSD/ for consistency
- eol and eof whitespace removed
2006-06-14 18:26:34 +00:00
Andrew Gallatin
89d098f8dd
Remove the initial myri10ge driver, now that it has been
...
renamed mxge.
2006-06-14 17:07:21 +00:00
Joel Dahl
e1e45d4a05
Fix spelling.
2006-06-14 08:32:25 +00:00
Xin LI
415e46824c
Add a manpage for the CORE scheduler.
2006-06-14 02:16:51 +00:00
Christian Brueffer
7458d45fd3
s/MYRI10GE/MXGE/ and a typo fixed.
2006-06-13 14:23:13 +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
Maxim Konovalov
a81d6f2126
o vinum.8 -> gvinum.8 as the former was replaced by the latter.
...
PR: docs/98340
MFC after: 1 week
2006-06-11 19:41:07 +00:00
Christian Brueffer
11cff99d3e
Be explicit about which chips support jumbo frames.
...
Suggested by: Brad Smith
Obtained from: OpenBSD
MFC after: 3 days
2006-06-10 15:14:12 +00:00
Nate Lawson
b46f4324ff
Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes
...
more sense than under hw.acpi. Also, document this in the man page.
2006-06-10 08:06:16 +00:00
Gleb Smirnoff
056c7edaf7
Add section describing how ARP load balancing works and its
...
limitations:
- Can't load balance behind router
- ARP balancing + pfsync probably won't work
PR: kern/93829
Wording by: scottl
2006-06-07 10:26:51 +00:00
Christian Brueffer
4bf452f14a
Some mdoc and wording improvements.
2006-06-05 20:29:31 +00:00
Maxim Konovalov
fbec079f0d
o Add missed comma.
2006-06-05 19:55:44 +00:00
Matt Jacob
19ec23bb00
Just a very quick update to get *close* to reality.
2006-06-05 19:46:55 +00:00
Christian Brueffer
3640665627
my(4) provides support now as well.
2006-06-05 18:02:36 +00:00
Joel Dahl
1735925eeb
Fix minor typos.
2006-06-05 16:31:57 +00:00
Pawel Jakub Dawidek
4bc8da3589
- Document that padlock(4) pretends to accelerate HMAC algorithms.
...
- Remove "device cryptodev" as it is not needed for compiling padlock(4)
into the kernel. Actually it is not advisable, because padlock
instructions can be used directly from userland, so passing the work
through the kernel is a bad idea.
2006-06-05 16:24:31 +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
Kris Kennaway
f2baa2113b
Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
...
the code depends on this.
MFC after: 1 week
2006-06-03 23:20:45 +00:00
Poul-Henning Kamp
4e1252688c
Remove mention of minor number construction.
2006-05-27 10:20:17 +00:00
Ceri Davies
8a3dce3376
Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether,
...
since it isn't actually #defined.
Discussed with: phk
2006-05-25 13:39:27 +00:00
Ceri Davies
16e8814522
Clean up the grammar in here some.
2006-05-24 11:01:16 +00:00
Max Laier
e7e054f426
Remove stale altq instructions. They don't belong to the driver manpage
...
anyhow.
2006-05-20 21:12:06 +00:00
Max Laier
7a569b90b5
ALTQ-ify nve(4).
...
Submitted by: Chris Dionissopoulos
Tested by: Chris Dionissopoulos
MFC after: 4 weeks
2006-05-20 21:08:09 +00:00
Christian Brueffer
b350088186
Fix a formatting issue.
2006-05-20 10:19:53 +00:00
Christian Brueffer
2d431ba618
Convert to use a SYNPOSIS section that mentions kernel modules.
...
Also add "device scbus" where needed.
MFC after: 3 days
2006-05-20 09:39:28 +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
Christian S.J. Peron
c6e7a80348
Fix typo in device hint variable
2006-05-17 13:17:02 +00:00
Poul-Henning Kamp
f6ce2a64f7
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
Wilko Bulte
49d6fadab6
Remove reference to the Alpha architecture.
2006-05-15 20:51:53 +00:00
Wilko Bulte
631af821b0
Remove reference to Alpha.
2006-05-15 20:48:18 +00:00
Wilko Bulte
29d4ebe97f
Remove reference to Alpha machine
2006-05-15 20:42:42 +00:00
Marius Strobl
55191e9444
Now that lnc(4) is removed from the source tree, replace lnc0 in an example
...
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).
2006-05-15 20:28:18 +00:00
Marius Strobl
d204811f1e
Now that lnc(4) is removed from the source tree, remove it from the list
...
of drivers supporting ALTQ.
2006-05-15 20:16:42 +00:00
Wilko Bulte
e3f8465ff0
With the demise of Alpha, remove Alpha specific diagnostic.
2006-05-14 22:19:11 +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
Bruce M Simpson
2413531434
Don't quote IP_MAX_MEMBERSHIPS as 20 any more.
2006-05-14 14:13:30 +00:00
George V. Neville-Neil
842c485bf8
Remove the documentation from the Makefile as well.
2006-05-14 02:01:59 +00:00
George V. Neville-Neil
d72e36b914
Remove documentation for the deprecated lnc driver.
...
Reviewed By: simon
2006-05-14 01:55:20 +00:00
Giorgos Keramidas
6ac5e06ca3
Fix the web-appearance of Hardware notes, in the simplest way
...
possible; by re-arranging a couple of sentences in the ath(4)
HARDWARE section.
Clue by: bmah
MFC after: 1 week
2006-05-12 17:58:11 +00:00
Giorgos Keramidas
ab7350b7de
After a mini-discussion with Sam Leffler, remove the hardcoded
...
list of Atheros-based cards from ath(4). The online list is
always more up to date, anyway.
This invalidates:
PR: docs/95360
Submitted by: Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
2006-05-12 12:55:56 +00:00
Giorgos Keramidas
29886d86de
The 'device fd' line became obsolete some years ago, when the transition
...
to device hints was committed. The GENERIC kernel configuration lost
its 'device fd' line at revision 1.260, committed by peter@ on
2000/06/13 22:28:46 UTC.
Delete the reference to 'device fd', to avoid kernel build breakage like
the one described in the PR audit trail.
PR: docs/91448
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
MFC after: 1 week
2006-05-11 17:23:03 +00:00
Christian Brueffer
e862bc666e
Correct the interrupt override information.
...
PR: 93429
Submitted by: Michaël Grünewald <michael.grunewald@laposte.net>
MFC after: 3 days
2006-05-01 11:56:18 +00:00
Andrew Thompson
93b23a8b16
Correct sentence, forwarding non IP packets is now an option.
2006-04-29 01:19:08 +00:00
Giorgos Keramidas
9dc894b630
Minor improvements after last revision.
...
Reviewed by: thompsa
2006-04-28 22:37:16 +00:00
Maxim Konovalov
64e16bf0e1
o Borrow from if_bridge.4: note that the bridge interface need to be upped.
...
PR: docs/94545
Submitted by: thompsa
2006-04-28 21:45:08 +00:00