Alexander Motin
688e18b20f
Remove stale BUGS.
2008-10-08 18:27:54 +00:00
Alexander Motin
c31f137e08
Document new NGM_NETFLOW_SETCONFIG control message.
2008-10-08 11:19:16 +00:00
Sam Leffler
77a62bf55d
the 3945 firmware license does not require acknowledging the EULA,
...
remove the sysctl ack requirement
Pointed out by: Joerg Sonnenberger
Reviewed by: thompsa
Approved by: core
2008-10-07 19:42:56 +00:00
Simon L. B. Nielsen
f78d85eb96
Reference igb(4) i SEE ALSO.
...
MFC after: 1 week
2008-10-06 21:55:53 +00:00
Simon L. B. Nielsen
ed344a8a76
Only a few of the loader tunables / sysctl variables are documented,
...
as I'm not really sure what the rest do.
The list of adaptors was found at
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=15815
MFC after: 1 week
2008-10-06 21:38:55 +00:00
Simon L. B. Nielsen
e0578797fc
- Add 82574 to list of supported controller chips.
...
- Add Intel PRO/1000 PF and Intel PRO/1000 PT adaptors to list of
supported adaptors.
The list of adaptors was found at
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=10957
MFC after: 1 week
2008-10-06 20:45:08 +00:00
Simon L. B. Nielsen
eb43d80055
Document that the bce(4) driver works with Dell PowerEdge 1950/2950
...
NIC's.
MFC after: 3 days
2008-10-06 18:07:07 +00:00
Simon L. B. Nielsen
cf754f452f
Add a HARDWARE section. It doesn't contain any information not
...
already in the DESCRIPTION section, but this allows for the manual
page to be used in the automatic hardware notes generation.
MFC after: 3 days
2008-10-06 17:49:24 +00:00
Daniel Gerzo
eeb881f84e
Add initial version of the nullfs(5) man page
...
MFC after: 3 days
2008-10-05 18:57:27 +00:00
Simon L. B. Nielsen
3223fffcb7
Document that vr(4) supports Soekris Engineering net5501.
2008-10-05 11:39:16 +00:00
Xin LI
5899d29bc6
Note recently added ICH10 support
2008-10-04 21:31:12 +00:00
Simon L. B. Nielsen
03bc0ffa9a
- Minor mdoc cleanup.
...
- Make HARDWARE section a bit more friendly for the Hardware Notes.
2008-10-04 16:21:04 +00:00
Stanislav Sedov
f7a029eb0c
- Add ae(4) to the list of devices support full hardware VLAN
...
tags processing.
Approved by: kib (mentor)
MFC after: 1 week
2008-10-04 15:44:22 +00:00
Stanislav Sedov
8faf6cdc01
- Add manual page for ae(4) driver.
...
Approved by: kib (mentor)
MFC after: 1 week
2008-10-04 14:21:54 +00:00
Simon L. B. Nielsen
f4b548d73e
- Document that 'show alllocks' and 'show locks' are only available
...
with witness.
- Remove references to non-existing witness(9) and replace with
witness(4) where appropriate.
- Bump document date.
MFC after: 3 days
2008-10-04 14:12:09 +00:00
Christian Brueffer
129e5ac659
ITE IT8213F support.
2008-10-03 11:37:33 +00:00
Alexander Motin
728747680a
Add hint about hw.snd.default_unit sysctl.
2008-10-03 09:19:07 +00:00
Andrew Thompson
9087c3494e
Update ng_tty for MPSAFE TTY.
...
This changes from a line discipline to the tty_hooks mechanism. Data will come
in directly via rint_bypass and sent to the peer node in a single mbuf.
As line disciplines are no longer used a new netgraph command called
NGM_TTY_SET_TTY is used to attach the tty. This takes a pointer to to the open
file descriptor of the tty and registers the tty hooks. When the tty disappears
the node will shutdown.
Thanks to: ed
Sponsored by: Hobnob, Inc
2008-10-03 05:14:54 +00:00
Pyun YongHyeon
d5bb114360
Mention support for nForce MCP77 and MCP79.
...
Touch Dd.
2008-10-02 02:23:59 +00:00
Gleb Smirnoff
3e460b606a
Make example commands working.
...
Reviewed by: benjsc
2008-09-30 14:24:03 +00:00
Ed Schouten
2c3fbde10d
Small typo in the makedev(3) manpage.
...
devtoname(3) is a nonexistent function. We do have devtoname(9), but
that's entirely different. The correct function is devname(3).
2008-09-28 20:26:16 +00:00
Ed Schouten
66c6ebfe6b
Several documentation fixups related to device minor/major numbers:
...
- Document the minor(3), major(3) and makedev(3) macro's. They also
apply to umajor() and uminor() in the kernel, but hopefully we'll sort
that out one day.
- Briefly dev2unit() inside the make_dev(9) manual page, since this is
now the preferred macro to obtain character device unit numbers inside
the kernel.
- Remove the device_ids(9) manual page. It contains highly inaccurate
information, such as a description of the nonexistent major().
2008-09-28 20:15:45 +00:00
Warner Losh
10ec05d8dc
Add stronger warning that spl is historical. I almost deleted this
...
man page entirely, but it is still mildly useful in understanding the
few splxxx usages we still have in the tree.
2008-09-28 03:45:16 +00:00
Ed Schouten
edde874555
Rename the minor' argument of make_dev(9) to
unit'.
...
To prevent any further confusion about device minor and unit numbers,
we'd better just refer to device unit numbers. Many people still think
the numbers we show inside devfs have any relation to the numbers passed
to make_dev(9), which is not the case.
Discussed with: kib
2008-09-26 14:31:24 +00:00
Dag-Erling Smørgrav
c10a985940
Undocument dead option.
...
MFC after: 3 days
2008-09-24 21:07:11 +00:00
Ruslan Ermilov
85e5290d11
Allow a jail's IP alias to be created with an arbitrary netmask.
...
MFC after: 3 days
2008-09-24 15:18:27 +00:00
Sam Leffler
aaa6d7ebb9
regen
2008-09-23 16:18:15 +00:00
Joseph Koshy
6455febbea
Document changes in behaviour due to sparse CPU numbering support.
2008-09-22 14:31:24 +00:00
Andrew Thompson
01b10913d0
Change the wording to prefer 'forwarding' but still retain the word routing for
...
clarity.
Suggested by: dougb
2008-09-19 15:27:37 +00:00
Alexander Motin
18c908fda4
Fix small mistake.
2008-09-18 10:30:29 +00:00
Pyun YongHyeon
52144a3ecb
Add ASUS P5KPL-C to the list of supported motherboard.
...
Reported by: < nikola.lecic <at> anthesphoria dot net >
2008-09-18 05:08:17 +00:00
Alexander Motin
874bf0b64b
Bump modification date.
2008-09-17 20:34:50 +00:00
Alexander Motin
0737f637ef
Fix a typo.
2008-09-17 20:28:01 +00:00
Alexander Motin
49c93197a3
Add set of snd_hda driver configuration examples to the man page.
2008-09-17 20:17:22 +00:00
Attilio Rao
cecd8edba5
Remove the suser(9) interface from the kernel. It has been replaced from
...
years by the priv_check(9) interface and just very few places are left.
Note that compatibility stub with older FreeBSD version
(all above the 8 limit though) are left in order to reduce diffs against
old versions. It is responsibility of the maintainers for any module, if
they think it is the case, to axe out such cases.
This patch breaks KPI so __FreeBSD_version will be bumped into a later
commit.
This patch needs to be credited 50-50 with rwatson@ as he found time to
explain me how the priv_check() works in detail and to review patches.
Tested by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
Reviewed by: rwatson
2008-09-17 15:49:44 +00:00
Andrew Thompson
51e1463035
Allow a jail to be started with a specific route fib.
...
Reviewed by: secteam (simon)
Reviewed by: brooks, bz
2008-09-16 20:18:25 +00:00
Konstantin Belousov
52dfc8d7da
Add the ffs structures introspection functions for ddb.
...
Show the b_dep value for the buffer in the show buffer command.
Add a comand to dump the dirty/clean buffer list for vnode.
Reviewed by: tegge
Tested and used by: pho
MFC after: 1 month
2008-09-16 11:19:38 +00:00
Sam Leffler
5a2637d215
decription of macros to add ddb commands
...
Submitted by: Guillaume Ballet <gballet@gmail.com>
MFC after: 1 month
2008-09-15 23:13:29 +00:00
Konstantin Belousov
dcd8bc9a08
Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build.
2008-09-15 10:12:04 +00:00
Joel Dahl
c43aea0f68
Minor language fixes and updates to the hardware section.
2008-09-14 09:56:35 +00:00
Alexander Motin
04b96d88cd
Update man page according to r182999 snd_hda driver update.
2008-09-13 17:01:38 +00:00
Konstantin Belousov
0763bc964b
Remove unneeded comma.
...
Noted by: kensmith
2008-09-12 13:04:39 +00:00
Konstantin Belousov
817bf377d3
Document dev_clone eventhandler interface
2008-09-11 11:43:47 +00:00
Konstantin Belousov
630f2c3ba3
Add a first draft of the cdevpriv(9) documentation
2008-09-11 11:41:33 +00:00
Konstantin Belousov
fe7546493e
Document make_dev_credf(9), destroy_dev_sched(9) and destroy_dev_drain(9)
...
functions.
Reviewed by: brueffer
2008-09-11 11:38:48 +00:00
Konstantin Belousov
43826d2c06
Update insmntque(9) manpage, bringing it close to reality.
...
Reviewed by: brueffer
2008-09-11 11:36:21 +00:00
John Baldwin
26e4688329
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
...
the driver worked ok with them.
Tested by: friends of yar
2008-09-10 18:36:58 +00:00
Maksim Yevmenkin
618f3d8c0a
Document TAPGIFNAME, TAPSIFINFO and TAPGIFINFO tap(4)
...
character device ioctl's.
MFC after: 1 week
2008-09-08 22:44:51 +00:00
Andrew Thompson
6945d73b44
Put the bridge mac inheritance behind a sysctl with the default off as this
...
still needs all the edge cases fixed.
Submitted by: Eygene Ryabinkin
2008-09-08 03:28:26 +00:00
Konstantin Belousov
d56aeabac3
Document BUS_DMA_NOCACHE.
...
MFC after: 3 days
2008-09-06 15:21:01 +00:00