obrien
0ff7680820
Add Soekris Engineering information.
2006-10-13 15:51:53 +00:00
trhodes
533b1fd849
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
...
former is easier to use.
PR: 97231
2006-10-13 11:30:07 +00:00
ru
915020c78c
Deal with two more references to non-existing ndisapi(9).
2006-10-13 06:24:53 +00:00
trhodes
ecc6c68995
Kill reference to ndisapi.9 here as well, it doesn't exist.
...
PR: 82114
2006-10-13 03:54:22 +00:00
thompsa
890e95cf7b
Fix a few nits with the last revision
...
- bump document date
- fix punctuation and whitespace
Pointed out by: bmah
2006-10-11 18:26:04 +00:00
ru
5f7f332cd3
Fix the prompt string.
2006-10-11 07:07:31 +00:00
bde
98af27d199
Document the `kill' command.
...
Submitted by: Allan Fields <bsd@afields.ca>
PR: 82779
2006-10-10 23:09:10 +00:00
bde
f2196eb28d
Sort some of the most inconsistently ordered descriptions of commands
...
(the group of watchpoint commands, and the `reset' command).
NetBSD has sorted everything alphabetically, but I think we would have
too many commands for that if all commands were actually documented
here, so this commit moves towards alphabetical order in several sections:
- section for pure ddb (non-"show") commands. Now contains the watchpoint
commands and is mostly in "logical" order.
- section for pure ddb "show" commands
- similarly for auxilary commands. Most of these are currently missing
here.
2006-10-10 11:07:37 +00:00
trhodes
57522b7a56
Patch in previous commit should have bumped doc date.
...
Fix spelling of ioctl.
Note that previous commit was actually submitted by bz. I'm not yet used
to the code boxes yet.
Noticed by: ru
2006-10-09 19:53:00 +00:00
trhodes
ce49ada06f
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
...
it in the tun.4 manual page.
PR: 98541
Submitted by: David Gilbert
2006-10-09 19:20:53 +00:00
ru
03ea52e1da
Fix markup.
2006-10-09 15:21:50 +00:00
ceri
762fe4b4fe
Add more .Xr's.
...
MFC after: 6 days
2006-10-09 12:50:16 +00:00
bde
376860d8b7
Document new aliases b',
t' and `registers'. Document old aliases
...
`bt', `c', `d', `p', `s', `w' and `where'.
2006-10-09 02:27:55 +00:00
joel
704cc3b17d
Update the list of codecs as well...
2006-10-08 19:57:53 +00:00
joel
8153109650
Update list of supported hardware.
2006-10-08 19:41:37 +00:00
thompsa
6ef560faa0
- Note that the bridge uses a random MAC and can be overridden.
...
- Provide an example of assigning an IP to the bridge.
PR: kern/102607
Submitted by: Stefan Bethke <stb@lassitu.de>
MFC after: 3 days
2006-10-08 19:41:05 +00:00
ceri
3605ec17e5
Add a basic manpage for geom_uzip(4).
...
Reviewed by: trhodes
MFC after: 1 week
2006-10-08 17:05:15 +00:00
flz
e55861767d
Add support for Novatech NV902 wireless NIC in ural(4).
...
PR: usb/102852
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:18:40 +00:00
flz
c04301e6e1
Add support for Epson Stylus CX4200 in uscanner(4).
...
PR: usb/102851
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:09:27 +00:00
flz
4be9e0e86e
Add support for Psion Gold Port Ethernet USB NIC.
...
PR: usb/102296
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 18:03:39 +00:00
flz
047eefd144
Add support for Netgear FA101 ethernet USB NIC.
...
PR: usb/102286
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 17:58:50 +00:00
flz
d315543cc4
- Add support for Epson USB Scanners (3590 [1] and 4990 [2]).
...
- Add entries in the uscanner.4 man page (along with missing 3500).
PR: usb/100957 [1], usb/100992 [2]
Submitted by: Jim Teresco <terescoj@teresco.org> [1],
Walter C. Pelissero <walter.pelissero@iesy.net> [2]
MFC after: 3 days
2006-10-07 16:00:59 +00:00
simon
440a3866d6
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
...
unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
stronger.
Suggested and reviewed by: dougb
Discussed on: developers
MFC after: 3 days
2006-10-05 20:31:58 +00:00
ru
b5bc2576e3
Format the list of commands so that the output looks nicer,
...
by putting command aliases on the adjacent lines.
Prodded by: bde
2006-10-03 21:06:19 +00:00
joel
a9bcafe7ab
Xref snd_hda(4).
2006-10-01 11:19:27 +00:00
joel
2d73ac3c57
Add a manual page for snd_hda(4) and hook it up to the build.
...
Reviewed by: brueffer, ariff
2006-10-01 11:16:31 +00:00
netchild
afe729530a
Add man page for snd_envy24ht(4).
2006-09-30 18:04:57 +00:00
netchild
c48eb35aee
Add the snd_spicds(4) man page.
2006-09-30 17:30:02 +00:00
netchild
a7bbb1ec05
- it uses the spicds driver now, change the kernel compile instructions
...
- add info about the chipsets
2006-09-30 17:19:22 +00:00
ru
02f942de1f
Revise markup.
2006-09-30 15:14:49 +00:00
ru
6c4a1e181c
Fixed small markup glitches and removed the CAVEATS section.
2006-09-30 14:30:07 +00:00
ru
1a954502d4
Document ioctls differently, like is done in other section four manpages.
2006-09-30 13:34:46 +00:00
ru
991848f1df
Spelling.
2006-09-29 22:51:04 +00:00
bms
b7f17de1eb
Nits.
...
Submitted by: ru
2006-09-29 16:16:41 +00:00
bms
686e54733a
Push removal of mrouted down to the rest of the tree.
2006-09-29 15:45:11 +00:00
danger
3c7bafa636
- 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
scottl
39ac06be39
Add documentation on the new bge tunable. Also put the tunable docs into a
...
separate section.
2006-09-23 19:04:01 +00:00
ru
5b7cf06c1d
Markup fixes.
2006-09-18 15:24:20 +00:00
ru
e84508ee5e
hw.syscons.kbd_kbdkey is actually named hw.syscons.kbd_debug.
2006-09-18 13:11:31 +00:00
maxim
4fb407a148
o Grammar.
2006-09-18 11:04:08 +00:00
brueffer
c6e7e5518b
- 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
brueffer
fadf27a4e8
Mention TSO support.
2006-09-15 19:33:15 +00:00
pjd
556424a17a
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
jhb
9dd4326763
Correct include path.
2006-09-13 21:11:13 +00:00
glebius
ef665c74ec
Fix markup bug in last commit.
...
Submitted by: ru
2006-09-13 15:47:26 +00:00
glebius
2264a48ff4
Document net.inet.tcp.maxtcptw and net.inet.tcp.nolocaltimewait.
...
Wording by: Devon O'Dell
2006-09-13 15:24:27 +00:00
ru
36644cc6e9
Fix the markup.
...
Prompted by: imp
2006-09-07 08:31:59 +00:00
imp
0dddb6a1cc
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
pjd
80fe7ed76d
Document 'show vnode'.
...
Reminded by: ru
2006-09-05 12:17:53 +00:00
marius
ad3d74f7b7
- 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