pjd
904500481a
- 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
rwatson
3b3f1e138b
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
9257695685
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
phk
971888ff99
Remove mention of minor number construction.
2006-05-27 10:20:17 +00:00
ceri
2309bc6b91
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
a98047b96c
Clean up the grammar in here some.
2006-05-24 11:01:16 +00:00
mlaier
f92608f263
Remove stale altq instructions. They don't belong to the driver manpage
...
anyhow.
2006-05-20 21:12:06 +00:00
mlaier
344107bff0
ALTQ-ify nve(4).
...
Submitted by: Chris Dionissopoulos
Tested by: Chris Dionissopoulos
MFC after: 4 weeks
2006-05-20 21:08:09 +00:00
brueffer
eb6278122a
Fix a formatting issue.
2006-05-20 10:19:53 +00:00
brueffer
7c38545a74
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
brueffer
e0f0752b46
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
csjp
26dc0858d5
Fix typo in device hint variable
2006-05-17 13:17:02 +00:00
phk
537a82e24b
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
wilko
f18a315fe9
Remove reference to the Alpha architecture.
2006-05-15 20:51:53 +00:00
wilko
4abe044f86
Remove reference to Alpha.
2006-05-15 20:48:18 +00:00
wilko
833dc2dde2
Remove reference to Alpha machine
2006-05-15 20:42:42 +00:00
marius
9bddf4cc14
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
b3c4948947
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
3cfda041c5
With the demise of Alpha, remove Alpha specific diagnostic.
2006-05-14 22:19:11 +00:00
brueffer
b5c59e6fbf
Add if_* MLINKS for bce(4) and le(4).
...
MFC after: 3 days
2006-05-14 15:45:44 +00:00
bms
28c1069b5c
Don't quote IP_MAX_MEMBERSHIPS as 20 any more.
2006-05-14 14:13:30 +00:00
gnn
55c0f1d722
Remove the documentation from the Makefile as well.
2006-05-14 02:01:59 +00:00
gnn
30f565b7a6
Remove documentation for the deprecated lnc driver.
...
Reviewed By: simon
2006-05-14 01:55:20 +00:00
keramida
69574dfc7d
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
keramida
b5d9042424
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
keramida
1fe559753b
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
brueffer
9c3fa60f2b
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
thompsa
a3815ff8a1
Correct sentence, forwarding non IP packets is now an option.
2006-04-29 01:19:08 +00:00
keramida
5c892289cb
Minor improvements after last revision.
...
Reviewed by: thompsa
2006-04-28 22:37:16 +00:00
maxim
bd6b3ab411
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
brueffer
349541001e
Minor wording and formatting fixes.
2006-04-28 13:12:40 +00:00
thompsa
ec08531153
- use ath(4) in the wireless examples rather than the aging wi(4)
...
- make the packet filtering its own section and clarify a few points
- note that the interfaces need to be upped [1]
PR: docs/94545 [1]
2006-04-28 11:48:53 +00:00
brueffer
accf0051b8
Oops, forgot to remove the old entry in the last revision.
2006-04-28 06:23:42 +00:00
brueffer
ce8a76cd15
Install rr232x.4 only on i386 and amd64.
2006-04-28 06:13:19 +00:00
scottl
26d83c14a5
Add a manpage for the rr232x driver.
2006-04-28 04:26:00 +00:00
mr
0ba8cb5552
document the new tunable.
2006-04-25 16:52:54 +00:00
brueffer
e5341c464f
Mention VIA VT8251 support.
2006-04-25 15:07:10 +00:00
marcel
e3ef44f73d
Remove the sab(4) manpage.
2006-04-24 21:42:28 +00:00
jkoshy
9b5e82f535
Spelling/grammar fixes.
...
MFC after: 1 week
2006-04-21 01:33:04 +00:00
brueffer
985c22cddc
- ipmi is a device, not an option (1)
...
- use standard formatting for authors
Submitted by: Pawel Worach <pawel.worach@gmail.com> (1)
2006-04-20 18:29:59 +00:00
maxim
ca4a49d5e9
o Document /dev/fido.
...
PR: docs/85425
Approved by: phk
MFC after: 2 weeks
2006-04-15 17:52:02 +00:00
ru
97c4cd6d34
Fix markup and some typos.
2006-04-14 09:20:25 +00:00
cracauer
452517900b
Make CCD be able to read and write Linux software raids.
...
Supported for raid-0 with <n> disks, raid-1 with 2 disks.
Manpages have examples, warnings etc.
Test scripts on
http://www.cons.org/cracauer/ccdconfig-linux/
Reviewed by: alfred
2006-04-13 20:35:31 +00:00
brueffer
38305ead8b
bce(4) does polling too.
...
MFC after: 3 days
2006-04-13 17:44:40 +00:00
brueffer
02cd847e4f
Fix typo.
...
PR: 95620
Submitted by: Stephane Bortzmeyer <bortzmeyer@nic.fr>
MFC after: 3 days
2006-04-11 15:30:13 +00:00
flz
be9a006308
- Add support for the Acer Acerscan 640BT.
...
- Add documentation bits.
PR: usb/95616
Submitted by: Matthieu Guegan <lesaint@gcu.info>
Approved by: cperciva (mentor)
MFC after: 3 days
2006-04-11 10:44:31 +00:00
brueffer
5b564b95be
Add bce(4).
2006-04-10 20:33:42 +00:00
brueffer
33ee29e03e
- Correct some typos
...
- New sentence, new line
2006-04-10 20:12:17 +00:00
ps
cc2c59e66f
Hook bce up to the build
2006-04-10 20:04:22 +00:00
ps
c2fa353e65
Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
...
PCI/PCIe Gigabit Ethernet adapeter.
Submitted by: David Christensen
2006-04-10 19:55:23 +00:00
flz
551b3c3b20
- Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in my
...
latest commit.
Reminded by: simon
Approved by: cpercival (mentor, implicit)
MFC after: 3 days
2006-04-10 11:00:25 +00:00
philip
fc05f0ee1c
Sync acpi_asus(4) manual with the code.
...
Reminded by: brueffer
X-MFC after: 3 days (or so)
2006-04-09 17:05:17 +00:00
dd
4170173ab0
Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*.
2006-04-06 00:32:28 +00:00
brueffer
22d79ef7da
Revert the backout in the last revision, it was committed to the wrong branch.
...
Pointy hat to: brueffer
2006-04-05 21:51:40 +00:00
brueffer
77c154d78d
Back out the fan control changes that were merged in revision 1.2.2.5.
...
The necessary changes to the driver haven't been merged yet, which won't
happen before 6.1-RELEASE.
Submitted by: markus
Approved by: re (scottl)
2006-04-05 21:40:14 +00:00
scottl
03aec348ee
The MFI driver appears first in FreeBSD 6.1
2006-04-04 04:11:55 +00:00
brueffer
6b3805592d
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages, mention module support.
MFC after: 3 days
2006-04-01 11:21:00 +00:00
brueffer
952b01bba9
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages, mention module support.
Also add the crypto and cryptodev devices as the drivers are kind of useless
without them.
MFC after: 3 days
2006-04-01 10:56:36 +00:00
brueffer
1621c9cdaa
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages.
MFC after: 3 days
2006-04-01 10:55:00 +00:00
brueffer
296027ed52
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages. Don't mention the include file, it's not important for the
operation of this driver.
MFC after: 3 days
2006-04-01 10:37:35 +00:00
brueffer
83cdc2ae52
Mention the module in the synopsis.
2006-04-01 09:55:37 +00:00
marcel
a2e65a6e4e
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
marcel
0215f8085c
Add scc(4), a driver for serial communications controllers. These
...
controllers typically have multiple channels and support a number
of serial communications protocols. The scc(4) driver is itself
an umbrella driver that delegates the control over each channel
and mode to a subordinate driver (like uart(4)).
The scc(4) driver supports the Siemens SAB 82532 and the Zilog
Z8530 and replaces puc(4) for these devices.
2006-03-30 18:33:22 +00:00
jmg
9dd1a6be31
document the tty files that uart(4) provides like sio(4) and pty(4) both
...
do.. This copies only part of the FILES section from sio(4)....
We might want to make tty(4) document the files provided, and have each of
these document the characters that it uses...
Pointed out by: Yasholomew Yashinski
MFC after: 3 days
2006-03-30 02:27:25 +00:00
brueffer
2f87ec6922
Mention that MegaRAID SAS controllers are supported by mfi(4).
2006-03-29 21:02:35 +00:00
brueffer
f846dc70fe
Mention that amr(4) supports older MegaRAID hardware and clean up the
...
last vestiges of example.4.
2006-03-29 20:53:42 +00:00
scottl
e5e7eeb18d
Add a manual page for mfi(4).
2006-03-29 07:35:39 +00:00
wkoszek
7c3f5f4c32
Keep references sorted alphabetically.
...
Spotted by: brueffer
Approved by: cognet (mentor)
2006-03-20 17:10:09 +00:00
wkoszek
b2f358b530
Add reference to conscontrol(8).
...
Reviewed by: ru
Approved by: cognet (mentor)
2006-03-20 16:53:00 +00:00
brd
eed2164c02
s/ifconfig tunnel greN/ifconfig greN tunnel/
...
Submitted by: ankon@#bsddocs
Approved by: ceri@
2006-03-19 05:52:35 +00:00
brueffer
98b89e9688
Adapt for the new firmware ports.
...
MFC after: 3 days
2006-03-16 22:39:17 +00:00
brueffer
7c4cc1d173
Document JMicron JMB361, 365 and 366 support.
...
MFC after: 3 days
2006-03-16 22:20:39 +00:00
damien
d66779832b
swap Bus and MAC/BBP columns.
...
add more devices (RT2561S and RT2661) to the list of supported hardware.
2006-03-13 21:24:28 +00:00
damien
c70008cd76
Remove duplicate .Pp
...
Submitted by: Christian Brueffer
2006-03-13 21:00:53 +00:00
damien
7db292621e
typo
2006-03-13 20:42:37 +00:00
damien
fe178ce14a
sync w/ reality.
2006-03-13 20:36:55 +00:00
mnag
366e64d868
- New sentence should start from the new line
...
- Forget to bump .Dd
Reported by: maxim
Approved by: maxim
MFC after: 1 day
2006-03-07 12:56:37 +00:00
keramida
b4c5beef93
Revert parts of 1.51 and add a missing \& after "i.e." that is not the
...
end of a sentence. Ruslan notes that:
* The part about hexadecimal representation was intentional -- node ID
is parsed as the ng_parse_hint32_type, and is represented
(input/output) as a hexadecimal number
* "This value" was more correct, as the alternative name is
"[<value>]:" where <value> is hexadecimal value of the node ID.
* "ID based name" (which is "[<hexid>]:") was correct, and what's now is
incorrect -- node ID (number) cannot be equivalent to a name.
2006-03-06 17:37:42 +00:00
markus
eb75382f52
s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g
...
s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g
Approved by: brueffer
MFC after: 3 days
2006-03-06 13:05:50 +00:00
damien
0b8608ef08
Document new chipsets (RT2561, RT2561S and RT2661).
...
Obtained from: OpenBSD
2006-03-05 20:57:25 +00:00
keramida
0709bcadf8
Grammar nits & some mdoc fixes, i.e. use ``.Nm fec<RET>node'' consistently
...
throughout the manpage text.
Reviewed by: wpaul
2006-03-05 15:56:22 +00:00
keramida
cdffa6c05c
Various textual improvements.
2006-03-05 15:54:22 +00:00
yar
0ac62e02bd
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
thompsa
9665ebce69
Document the monitor mode and explain how it can be used.
2006-03-03 09:32:25 +00:00
mnag
e002770955
- Add entry about using timecounter TSC and cpu frequency changing.
...
Approved by: njl
MFC after: 1 day
2006-03-03 02:04:52 +00:00
thompsa
dcd7416f76
Document which version of 802.1D STP we implement.
2006-03-02 20:50:33 +00:00
thompsa
76911ad4c8
The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.
2006-03-02 19:45:59 +00:00
glebius
7544382389
Update URL at cisco.com.
2006-03-02 15:11:05 +00:00
emax
2df6f852fc
Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.
...
Document hint in the kbdmux(4) man page.
Requested by: scottl
MFC after: 1 day
2006-03-01 18:34:48 +00:00
jkoshy
d0959699cf
Typo fix; "ing" -> "in".
2006-03-01 16:49:07 +00:00
wkoszek
89ae2aab62
Note that ACPI_DEBUG depends on DDB.
...
Reviewed by: njl
Approved by: cognet (mentor)
MFC after: 3 days
2006-03-01 16:31:37 +00:00
brueffer
cf459941f1
DDB depends on KDB for some time now.
...
Submitted by: Kent Stewart <kstewart@owt.com>
MFC after: 3 days
2006-02-27 21:56:24 +00:00
brueffer
5cbd541c0b
Update for the 9550 series of controllers.
...
Missing hardware entries notices by: nemesis on irc
2006-02-20 19:42:04 +00:00
glebius
e94509aa30
Fix grammar.
...
Submitted by: ru
2006-02-20 07:54:16 +00:00
gallatin
9a34695ace
10GbE mode driver and binary firmware for Myricom's PCI-express NICs.
...
More info regarding these nics can be found at http://www.myri.com .
Please note that the files
sys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internally
shared between all our drivers (solaris, macosx, windows, linux, etc).
I'd like to keep these files unchanged, so I can just import newer
versions of them when the firmware API/ABI changes. This means I'm
stuck with some of the crazy-long #define names, and possibly
non-style(9) characteristics of these files.
Many thanks to mlaier for doing firmware(9) just as I
needed it, and to scottl for his helpful review.
Reviewed by: scottl, glebius
Sponsored by: Myricom Inc.
2006-02-19 22:39:19 +00:00
glebius
bccb9dcbf1
Fix misinformation in "setconfig" message description.
...
Noticed by: Brian A. Seklecki <lavalamp spiritual-machines.org>
2006-02-19 19:11:54 +00:00
brueffer
9f719475df
Belatedly bump the date for the fan control changes in rev. 1.9.
2006-02-17 20:29:32 +00:00
brueffer
89afcfeaef
JMicron RAID metadata support.
2006-02-17 14:26:49 +00:00
brueffer
7275d2a6b7
Document Intel E7505 support.
2006-02-17 06:29:51 +00:00
brueffer
2d615c3d1d
JMicron JMB363 support.
2006-02-16 22:05:49 +00:00
marius
e9b4b3fc9e
- Add info regarding the watchdog part of the MK48Txx.
...
- Add a missing .Tn before Mostek.
MFC after: 3 days
2006-02-15 16:57:30 +00:00
ambrisko
d391bee0ac
Only install ipmi.4 for i386/amd64.
...
Requested by: ru
2006-02-14 17:18:20 +00:00
gnn
84da8deae2
A little extra cleaning up.
...
MFC after: 1 week
2006-02-14 13:20:09 +00:00
gnn
a3483ac2d7
Clean up some descriptions and remove ambiguities in the language.
...
Add explanations to the examples.
MFC after: 1 week
2006-02-14 13:02:00 +00:00
joel
8026c9fd70
.Pp before .Sh is redundant.
...
Reviewed by: ru
2006-02-13 21:34:19 +00:00
ceri
244df86f10
The interface for PLIP has been plip0 rather than lp0 for a long time.
...
Update to match.
2006-02-13 20:47:43 +00:00
ambrisko
2c0fbade9a
Tie the ipmi driver into the i386/amd64 builds.
2006-02-13 17:56:24 +00:00
brueffer
8008381bf8
- Use consistent capitalization for ThinkLight
...
- Xref led(4)
MFC after: 3 days
2006-02-12 22:07:30 +00:00
joel
053f95578f
s/asynchronuous/asynchronous/
2006-02-12 21:10:27 +00:00
joel
0258abdc92
s/specfic/specific/
2006-02-12 21:06:14 +00:00
ambrisko
b7dae28d4a
Add an OpenIPMI mostly compatible driver. This driver was developed
...
to work with ipmitools. It works with other tools that have an OpenIPMI
driver interface. The port will need to get updated to used this.
I have not implemented the IPMB mode yet so ioctl's for that don't
really do much otherwise it should work like the OpenIPMI version.
The ipmi.h definitions was derived from the ipmitool header file.
The bus attachments are done for smbios and pci/smbios. Differences
in bus probe order for modules/static are delt with. ACPI attachment
should be done.
This drivers registers with the watchdod(4) interface
Work to do:
- BT interface
- IPMB mode
This has been tested on Dell PE2850, PE2650 & PE850 with i386 & amd64
kernel.
I will link this into the build on next week.
Tom Rhodes, helped me with the man page.
Sponsored by: IronPort Systems Inc.
Inspired from: ipmitool & Linux
2006-02-10 20:51:35 +00:00
marcel
ff35559ced
".Pp before .Sh is redundant, the latter asserts for a vertical space
...
already."
-- ru@
2006-02-08 00:11:41 +00:00
marcel
05210d6015
Add a HARDWARE section, required for autogeneration of the release
...
notes.
MFC after: 3 days
2006-02-07 03:27:06 +00:00
rwatson
652ce929ec
Clarify and expand on some of the points about audit pipe devices.
...
Discussed with: remko
2006-02-06 20:27:00 +00:00
mjacob
28413db329
Update man page for some booting and settings stuff.
...
Remove a bunch of cards from vendors who are long since defunct.
Add a note about 2322 support.
Obtained from: Marcus
2006-02-06 19:28:46 +00:00
brueffer
0bced5b0ec
Add a missing word and use the .Qq macro for quotes.
2006-02-06 19:28:02 +00:00
rwatson
99154347cd
Add information on audit pipe special devices, which allow user processes
...
to "tee" the BSM record stream for the purposes of live monitoring,
intrusion detection, etc. Support for audit pipes will be committed in
the near future.
Obtained from: TrustedBSD Project
2006-02-06 18:41:00 +00:00
brueffer
c82aa9751f
Remove reference to non-existant manpage.
...
Confirmed by: rwatson
2006-02-04 21:10:48 +00:00
brueffer
cec618bfac
Fix a sentence.
2006-02-03 11:10:50 +00:00
marius
8e3e7864a8
Correct and improve the description of le(4) vs. pcn(4); apparently I
...
was thinking from the pcn(4) perspective instead of the le(4) one when
writing the former version as le(4) supports a superset of the chips
supported by pcn(4) and not the other way round.
2006-02-02 14:57:00 +00:00
rwatson
53c68f87c6
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
joel
87dcb0582d
Expand contractions.
2006-02-01 14:33:14 +00:00
nyan
959de6987c
Remove unsupported hardware.
...
X-MFC after: soon
2006-02-01 11:10:38 +00:00
rik
34e5ca5b02
Attach ce(4) to the build.
...
MFC after: 3 days
2006-01-31 23:11:35 +00:00
rik
241f2e9332
Remove duplicate model entry.
2006-01-31 23:06:54 +00:00
marius
1a45ee01c1
- Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
...
rev. 1.77, i.e. remove Am53C974/Am79C970/Am79C974 PCnet-PCI and Am79C970A
PCnet-PCI II.
- Change the entry of the PCnet-Home in the list of supported chips to
match the other ones, i.e. s,PCnet/Home HomePNA,Am79C978 PCnet-Home,.
- s,familly,family
MFC after: 1 day
2006-01-31 23:04:55 +00:00
marius
6797201066
Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.
2006-01-31 22:45:51 +00:00
marius
d3ad463bb9
Add le(4) to the list of devices supporting VLAN-sized frames natively.
2006-01-31 22:41:59 +00:00
marius
177f11c7b4
Add a man page for le(4), based on the NetBSD one.
2006-01-31 22:40:25 +00:00
brueffer
585a617b8e
The newly added le(4) driver is altq capable.
2006-01-31 18:46:17 +00:00
rik
34fbddc052
Add manual page for Cronyx Tau-PCI/32 ce(4) driver.
2006-01-30 21:33:22 +00:00
brueffer
4eae100a42
Note support for the A4D and A6VM models.
2006-01-30 05:29:41 +00:00
damien
24e8f80402
Fix WEP examples.
...
Improve rate control algorithm description.
Bump copyright year.
2006-01-29 13:12:09 +00:00
damien
178d92eed0
Fix WEP examples.
...
Bump copyright year.
2006-01-29 13:09:45 +00:00
damien
cc7e8e2312
Fix WEP examples.
...
Remove man page references to ipwcontrol and wicontrol.
Bump copyright year.
2006-01-29 13:08:21 +00:00
glebius
f0f163f63f
Make an example command correct and copyable to terminal.
...
Submitted by: ru
2006-01-27 11:56:59 +00:00
glebius
3e2163d390
Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, since
...
new D-Link compat mode is introduced.
2006-01-27 11:28:32 +00:00
brueffer
e30fec2879
Document JMicron JMB360.
2006-01-26 05:31:19 +00:00
cognet
bce3c351bf
Document a bit pts.
2006-01-26 01:34:49 +00:00
joel
bed55e1cdb
- Remove the comment about WSS/MSS cards being the best supported
...
cards on the market.
- Remove the entire HARDWARE section. It's superfluous since all
snd_* manual pages have their own HARDWARE sections these days.
Reviewed by: brueffer
2006-01-25 21:14:46 +00:00
netchild
7df3db40d2
Fix the bug in my last commit: ++Year... 8-/
2006-01-21 14:58:25 +00:00
joel
5c69fee71c
Native 32bit recording is turned on, although broken on some hardware.
2006-01-21 08:33:35 +00:00
netchild
dd162be826
- Bring some sysctl descriptions in sync with reality (additional
...
values/overrides). [1]
- Add some supported cards. [2]
PR: 91916 [1]
Submitted by: mv <mv@hysteria.sk> [1]
Requested by: joel [2] (after reading my commit log)
MFC after: 3 days
2006-01-18 19:14:33 +00:00
brueffer
602aa13ac2
Bump date for previous commit before ru can hit me with his mdoc-stick.
2006-01-15 18:40:52 +00:00
brueffer
ac1b59fb6d
Mention the fire screensaver.
...
Submitted by: rionda
2006-01-15 18:30:40 +00:00
brooks
8378b93876
When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the
...
same behavior to be controlled by the sysctls, hw.syscons.kbd_kbdkey
and hw.syscons.kbd_reboot respectively.
Apologies to the submitter for taking so long to commit this simple
change.
PR: kern/72728
Submitted by: Luca Morettoni <morettoni at libero dot it>
MFC After: 3 days
2006-01-14 17:57:17 +00:00
bz
0b25aee5f4
The LinkSys EG1032 is supported by re(4) not nge(4) [1].
...
I couldn't find the ID for the EG1064 anywhere in our sources
so I removed the reference for now.
Pointed out by: Robert Huff <roberthuffi at rcn dot com> [1]
Reviewed by: simon
2006-01-14 15:35:21 +00:00
thompsa
dfb4dff72d
Add code that clears certain capabilities from the member interface, these are
...
restored when its removed from the bridge.
At the moment we only clear IFCAP_TXCSUM. Since a locally generated packet on
the bridge may be sent out any one or more interfaces it cant be assumed that
every card does hardware csums. Most bridges don't generate a lot of traffic
themselves so turning off offloading won't hurt, bridged packets are
unaffected.
Tested by: Bruce Walker (bmw borderware.com)
MFC after: 5 days
2006-01-14 03:51:31 +00:00
thompsa
275b7c6a54
Add the HP NC7771 adapter to the list of known products.
2006-01-14 00:52:32 +00:00
markus
71416ddf7e
- Document the latest changes for controlling the fan
...
- s/Thinklight/ThinkLight/ in two cases
Approved by: brueffer
MFC after: 1 week
2006-01-14 00:39:26 +00:00
mnag
192d5a4398
Add Time DPA20B MP3 Player (1Gb) [1]
...
Add Qware BeatZkey! Pro [2]
Add Merlin SM300 MP3/WMA Player (256Mb)
PR: usb/81846 [1], usb/79164 [2]
Approved by: njl
MFC: 1 week
2006-01-13 19:44:44 +00:00
jkoshy
b465ab1edc
"sd(4)" -> "da(4)", "st(4)" -> "sa(4)".
...
MFC after: 3 days
2006-01-13 17:41:41 +00:00
takawata
6ba41e32ae
Grammar fix.
...
Submitted by: joel@
2006-01-11 21:46:15 +00:00
takawata
b786de67ad
Add a mobile phone known to work.
2006-01-11 13:51:03 +00:00
schweikh
979ee8cf4d
Correct two trivial grammos.
2006-01-10 18:55:24 +00:00
takawata
c60a893620
Fix sort order.
...
Pointed out by: ru
2006-01-10 18:39:23 +00:00
takawata
0c3658de9a
Hook ufoma(4) page up.
...
Pointed out by: joel
2006-01-10 14:49:23 +00:00
takawata
01ccab2f9d
Add documents URL.
2006-01-09 19:07:04 +00:00
takawata
c62c3ef8ae
Add man page for ufoma(4) in poor English and formatting.
2006-01-09 18:56:11 +00:00
joel
59a0e9ea82
Kill empty line.
2006-01-09 12:51:45 +00:00
netchild
3785e3b3f5
Add support for Canon CanoScan D660U.
...
PR: 87395
Submitted by: Eirik Mikkelsen <eirik@bsdbox.org>
2006-01-08 14:17:04 +00:00
flz
de9ca56b58
- Add an entry for Acer Acerscan 1240U.
...
Reminded by: simon
Approved by: simon
MFC after: 3 days
2006-01-08 13:14:38 +00:00
wilko
33031923ec
the geom_fox MLINK should not have been there.
...
Pointed out by: brueffer
2006-01-06 20:55:28 +00:00
wilko
d4166b4c38
hookup geom_fox(4)
2006-01-06 20:05:55 +00:00
wilko
934d7429d3
Add manual page for the geom_fox multipath driver.
...
Review kindly provided by: phk
Abuse of mandoc bravely corrected by: ru
2006-01-06 20:02:44 +00:00
brueffer
3fad7e8d90
Update for new devices, including the AMD 8111. Also mention
...
amdsmb(4) for SMBus 2.0 functionality of the AMD 8111.
2005-12-31 16:32:27 +00:00
brueffer
571bab5e84
Beautification.
2005-12-31 13:52:29 +00:00
brueffer
83c1172a8b
Add basic manpages for amdsmb(4) and nfsmb(4).
2005-12-31 11:24:36 +00:00
brueffer
5a18711113
More scanners supported.
2005-12-30 19:25:28 +00:00
ceri
a85dc93e66
Add nofification events to the list of event types.
...
PR: docs/88390
Submitted by: Niki Denev <nike_d at cytexbg dot com>
Discussed with: Daniel Gerzo <danger at rulez dot sk>
MFC After: 8 days
2005-12-30 14:01:01 +00:00
brueffer
9cab9d9e66
Document Epson Perfection 2480 support.
2005-12-29 17:56:56 +00:00
thompsa
09f2498e57
When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP and
...
ETHERTYPE_IPV6 frames. Change this to be a sysctl knob so that is able to still
bridge non-IP packets if desired.
Also return early if all pfil_* sysctls are turned off, the user obviously does
not want to filter on the bridge.
2005-12-29 09:39:15 +00:00
brueffer
a64dd2a02f
Document new support for Marvell chipsets.
2005-12-28 09:35:29 +00:00
jkoshy
8833e670a0
Document the EOPNOTSUPP returned by hwpmc(4) if a sampling mode PMC
...
is requested on a CPU without an APIC.
Requested by: anholt (a while ago)
2005-12-27 15:35:06 +00:00
sobomax
34fa5a81a5
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
...
with flags bitfield and set BI_CAN_EXEC_DYN flag for all brands that usually
allow executing elf dynamic binaries (aka shared libraries). When it is
requested to execute ET_DYN elf image check if this flag is on after we
know the elf brand allowing execution if so.
PR: kern/87615
Submitted by: Marcin Koziej <creep@desk.pl>
2005-12-26 21:23:57 +00:00
ariff
abdeb4cf67
Suspend and resume support has been added.
2005-12-25 00:47:25 +00:00
glebius
e6fe511448
Implement an upper limit for packets per second sent by node.
2005-12-23 19:14:38 +00:00
dd
dc32464eaf
Fix typo
2005-12-22 10:51:14 +00:00
thompsa
42c9ecf9f5
Add RFC 3378 EtherIP support. This change makes it possible to add gif
...
interfaces to bridges, which will then send and receive IP protocol 97 packets.
Packets are Ethernet frames with an EtherIP header prepended.
Obtained from: NetBSD
MFC after: 2 weeks
2005-12-21 21:29:45 +00:00
maxim
f6ff25a50e
o Fix typo: id_t -> uid_t.
...
o Use align aware CMSG_LEN() macro for cmsg_len computation.
PR: docs/90731
Submitted by: Andrey Simonenko
Reviewed by: mdodd
MFC after: 1 week
2005-12-21 08:23:04 +00:00
imp
b0ffed81c6
Mention PC Card support for the cs device
2005-12-20 23:05:50 +00:00
brueffer
0d8b5918f5
First step in bringing this page up to speed:
...
Update list of supported bridges and controllers, use markup similar to
ata.4 to display them and replace an XFree86 xref with Xorg.
MFC after: 1 week
2005-12-20 21:40:25 +00:00
obrien
78593ea518
Fix a benign typo in case it actually makes a difference to type setters.
...
Noticed by: pjd
2005-12-19 03:49:15 +00:00
pjd
6ecc825a57
Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.
...
PR: usb/89889
Submitted by: Wojciech A. Koszek <dunstan@freebsd.czest.pl>
MFC after: 1 week
2005-12-19 03:27:28 +00:00
obrien
cac7998f8e
Catch up with device filename changes due to sys/dev/rp/rp.c rev 1.70.
2005-12-19 03:18:48 +00:00
joel
9d17e4c81e
Make the SYNOPSIS section a bit more informative.
2005-12-15 21:02:16 +00:00
joel
7317a691d6
Make the SYNOPSIS section a bit more informative.
2005-12-15 20:25:41 +00:00
brueffer
f835cdfb05
VIA Tech V-RAID write support added.
2005-12-15 17:02:11 +00:00
iedowse
0b71e714c9
Remove usbd(8) and all references to it. It is no longer necessary
...
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
2005-12-15 01:04:51 +00:00
brueffer
c006ecd0ec
Add Via VT8251 support.
2005-12-14 21:10:59 +00:00
brueffer
bf92a08699
Mention SiS write support and add a missing parenthesis.
2005-12-12 16:46:19 +00:00
flz
c001683d8c
- Add a note about latest changes to the iwi(4) driver. A message is printed
...
if the firmware can't be found in /boot/firmware.
Approved by: brueffer
2005-12-12 15:00:45 +00:00
brueffer
567d471732
Xref padlock(4), also fast_ipsec(4) and geli(8) as consumers of this device.
...
MFC after: 3 days
2005-12-10 10:51:55 +00:00
brueffer
3bea9cf763
Manpage for the padlock driver (VIA C3/Eden AES support and RNG).
...
MFC after: 3 days
2005-12-10 10:44:44 +00:00
jcamou
a0efd8b6a9
Fix a couple typos.
...
PR: docs/89881
Submitted by: Seán Farley <sean-freebsd@farley.org>
Approved by: trhodes (mentor)
MFC after: 3 days
2005-12-05 22:10:09 +00:00
brueffer
2de362e312
Document Intel MatrixRAID write support.
2005-12-05 18:11:36 +00:00
bmah
89e7da8869
Add Sony TJ37 to the uvisor manpage.
...
Prompted by: simon
MFC after: 1 week
2005-12-04 15:44:54 +00:00
joel
dcf36fe327
Make the SYNOPSIS section a bit more informative.
2005-12-01 12:58:51 +00:00
jhb
067557e546
- Axe the PARTITIONING and IOCTLS section as this has been made obsolete
...
now that all that stuff has been abstracted out of the disk drivers with
GEOM.
- Reference bsdlabel(8) rather than disklabel(8).
Ok'd by: phk, scottl (1)
Submitted by: Björn König (2)
2005-11-29 16:51:49 +00:00
brueffer
53e5fb0f4c
New SiS support.
2005-11-29 06:40:19 +00:00