Jean-Yves Lefort
d0d5f05bff
List /boot/device.hints entries for the second joystick.
...
Approved by: joel
2005-11-11 12:53:37 +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
Vinod Kashyap
90e0829525
Added list of supported 9xxxSX models.
2005-11-09 00:23:54 +00:00
Philip Paeps
07a61baefe
Change author's email address.
...
Submitted by: Sean Bullington shegget -at- gmail.com
2005-11-06 00:41:41 +00:00
Ralf S. Engelschall
9f9e9e1b8d
Update list of controllers ciss(4) driver
...
actually supports according to implementation.
Submitted by: Christoph Schug <chris@schug.net>
MFC after: 1 week
2005-11-03 13:02:35 +00:00
Ruslan Ermilov
41d2125edb
Fix .Dd argument.
2005-11-03 07:26:54 +00:00
Ruslan Ermilov
ee042e1ba6
Document NGM_IFACE_GET_IFINDEX.
2005-10-28 19:05:44 +00:00
Ruslan Ermilov
c2888a85bc
Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message.
2005-10-28 14:15:54 +00:00
Christian Brueffer
6a38205e3d
Xref polling(4).
2005-10-25 18:57:03 +00:00
Gleb Smirnoff
463a11c662
Fix typo from last commit.
...
Submitted by: simon
2005-10-22 20:47:38 +00:00
Gleb Smirnoff
66b1745e3e
Add bge(4) to the list of supported devices.
2005-10-22 14:38:52 +00:00
Joel Dahl
3a22b03d6c
Add support for ATI IXP[234]00.
2005-10-13 18:28:26 +00:00
Xin LI
9803e24996
Mention that hptmv(4) actually works for the amd64 platform as well.
...
Suggested by: Mikhail Teterin [mi+mx aldan algebra com]
Submitted by: me
PR: docs/87302
2005-10-13 17:20:06 +00:00
Yaroslav Tykhiy
250da51b4b
Record sk(4) as having native support for extended VLAN frames.
...
PR: kern/79998
MFC after: 1 month
2005-10-11 22:59:01 +00:00
Joel Dahl
475b5abcb7
- Xref snd_mss(4).
...
- Remove a few items from the HARDWARE list. This support is
already described in the snd_mss(4) manual page.
2005-10-10 17:49:40 +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
Ceri Davies
0dc624236a
Correct typo.
...
Discussed with: glebius
2005-10-10 15:25:39 +00:00
Gleb Smirnoff
b5db9fa7d1
- Note that ng_iface(4) now supports ALTQ.
...
- Explain when ALTQ should be used on ng_iface(4) and when not.
2005-10-10 15:14:37 +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
Maxim Konovalov
168d656bcc
o Mention the fact dcons(4) depends on "options GDB".
...
Reviewed by: simokawa, ru (mdoc markup)
MFC after: 1 week
2005-10-07 06:43:04 +00:00
Tom Rhodes
16d78bb878
Work around an apparent mdoc(7) bug.
...
Spotted by: marius
Discussed with: ru
2005-10-07 02:32:16 +00:00
Tom Rhodes
e57df0d8db
Document recently added security.mac.seeotheruids.suser_privileged sysctl.
2005-10-07 02:29:50 +00:00
Warner Losh
c6285009d7
Note added support for Tamarack TC5229J, Axiom and Dlink parts. Bump date.
2005-10-05 05:41:02 +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
Gleb Smirnoff
ec3ae2cced
Two fixes for the last commit.
...
Submitted by: ru
2005-10-02 10:57:33 +00:00
Gleb Smirnoff
5aa6b4b716
- Catch up with the fact that HZ is 1000 now by default.
...
- Remove description of poll in trap feature.
- Tell that polling should be turned on and off with ifconfig.
- Move description of kern.polling.enable to the end and say
that this a deprecated way of turning polling on.
- Remove note that idle poll has some problems in CURRENT. I failed
to find them, while Sam and Luigi failed to remember what the
problem actually were there.
2005-10-01 19:04:22 +00:00
Warner Losh
c6babc3735
Dcoument typical debugging options, plus the new CIS device for pccard.
2005-09-29 16:45:53 +00:00
Maxim Konovalov
466cbb4b88
o Follow the trend and update a host-based wireless bridge example.
2005-09-28 15:22:17 +00:00
Joseph Koshy
79247772f0
Note the requirement for 'device apic' on i386 systems. [1]
...
Consistently use 'x86' when referring to behaviour common to the
i386 and amd64.
Submitted by: Niklas Sorensson <nik@cs.chalmers.se> [1]
2005-09-28 14:19:31 +00:00
Ruslan Ermilov
e64bbde9b4
Sort MAN.
2005-09-28 07:31:18 +00:00
Joseph Koshy
24bae9892f
Correct a typo.
...
MFC after: 3 days
2005-09-28 03:02:16 +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
Andre Oppermann
c9ebaafaa1
Document the IP_DONTFRAG IP socket option.
...
Sponsored by: TCP/IP Optimization Fundraise 2005
2005-09-26 20:58:49 +00:00
Warner Losh
8aee0c82db
Note Hawking PN652TX support
2005-09-22 16:56:48 +00:00
Warner Losh
08bff1962b
Clarify supported cards
2005-09-22 16:56:28 +00:00
Giorgos Keramidas
c1dee190d4
Remove the OPTIONS section, since it only documents FE_DEBUG and wrongly
...
so. If the full list of fe(4) options is documented we can revive the
entire section.
PR: docs/86228
Submitted by: n-kogane@syd.odn.ne.jp
Helped by: Masahiro Sekiguchi <seki@jp.fujitsu.com>
MFC after: 1 week
2005-09-22 01:50:00 +00:00
Damien Bergamini
6a7bbb6e80
Update the list of supported hardware.
...
MFC after: 5 days
2005-09-19 18:16:29 +00:00
Ruslan Ermilov
6ed0b39d28
Restore the ability to detach from a tty via SIOCSTTY and document
...
recent changes in a manpage.
Reviewed by: cognet
2005-09-19 13:48:45 +00:00
Christian Brueffer
e654ac0769
Change the DESCRIPTION section into HARDWARE, since it already lists
...
the supported hardware.
MFC after: 3 days
2005-09-18 16:20:38 +00:00
Christian Brueffer
929962108a
Sort list of supported hardware.
...
MFC after: 3 days
2005-09-18 07:32:49 +00:00
Joel Dahl
90412be1fd
Bump .Dd
...
Reminded by: simon
2005-09-17 15:13:22 +00:00
Joel Dahl
d1625404ac
Add HARDWARE section.
...
Reviewed by: brueffer
2005-09-17 09:20:16 +00:00
Christian Brueffer
0725fb2074
Hook up acpi_sony.4
2005-09-14 05:09:33 +00:00
Christian Brueffer
58b1d9e7b0
Manpage for the acpi_sony(4) driver. This is more of a dummy page at the
...
moment, but better than nothing.
MFC after: 3 days
2005-09-14 05:04:12 +00:00
Andrew Thompson
4f3cfcc12b
Clarify that any firewall that has pfil(9) hooks can be used.
...
Suggested by: sam
Approved by: mlaier (mentor)
MFC after: 3 days
2005-09-06 22:38:40 +00:00
Sam Leffler
aa2fce50a2
updates:
...
o note all pci/cardbus parts are supported (modulo hal updates)
o use ath_rate_sample instead of ath_rate_onoe
o note SuperG support is missing
o note WPA not supported on 5210
o remove stuff about needing a better tx rate control algorithm
MFC after: 3 days
2005-09-06 03:59:22 +00:00
Joel Dahl
56b1eaf645
Remove reference to el(4).
...
Approved by: brueffer (mentor)
2005-09-05 17:09:59 +00:00
Joel Dahl
280b8c11b0
s/PDC2061/PDC20621
...
Approved by: brueffer (mentor)
2005-08-30 07:03:03 +00:00
Marius Strobl
20d0f9221b
Add gem(4) to the list of devices supporting VLAN-sized frames natively
...
(since sys/dev/gem/if_gem.c rev. 1.34).
MFC after: 1 week
2005-08-28 15:08:57 +00:00
Marius Strobl
8a8ffed41b
Remove the man page of the recently axed el(4).
2005-08-27 18:14:53 +00:00