Commit Graph

2516 Commits

Author SHA1 Message Date
ragge
a8276f2158 Add manpage for the rf RX01/RX02 floppy driver. 2003-03-24 12:23:24 +00:00
uwe
b6353fe237 Simple manpage for igsfb driver. 2003-03-21 09:56:53 +00:00
wiz
96fe5eb0ff Sort SEE ALSO (first by section, then by name). 2003-03-20 09:59:24 +00:00
dsl
e8a833315f Cross reference tc[gs]etattr(3) and tc[gs]etpgrp(3) instead of termios(4) 2003-03-20 09:56:07 +00:00
thorpej
aed8fabe0e Note Intel i31244 and Silicon Image 3112 Serial ATA controllers. 2003-03-20 04:33:51 +00:00
bouyer
b79fb471e3 Add tl(4), while I'm there add a few others adapters that are known to
support ETHERCAP_VLAN_MTU.
2003-03-19 17:24:16 +00:00
wiz
bb0017433e Bump date for BRIDGE_IPF description. 2003-03-17 08:01:58 +00:00
wiz
83de4abed2 Use "its" instead of "it's" where appropriate.
From Soren Jacobsen in PR 20730.
2003-03-15 23:48:27 +00:00
jdolecek
02d0c9ceb3 add TNF copyright (1996-2003) 2003-03-09 23:29:52 +00:00
wiz
2c9762a5ec Mention how to enter ddb on macppc. Bump date and copyright. 2003-03-04 12:02:51 +00:00
wiz
63a6a9bffa Fix copyright year. New sentence, new line. 2003-03-03 07:03:41 +00:00
wiz
b843a004bc Drop trailing space. 2003-03-03 06:48:25 +00:00
enami
f11a0f8c06 Add some note about ccd disk size. 2003-03-02 14:31:11 +00:00
perseant
10c8856e8b Document BRIDGE_IPF in options(4). 2003-02-27 20:00:48 +00:00
wiz
1eb62c4c83 Describe option MBUFTRACE. Improved by comments from matt, dan, mrg, and perhaps others ;). 2003-02-26 07:34:34 +00:00
wiz
990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
a5ff5be6d3 Remove an obsolete man page (we have MI wd(4) for quite some time now...). 2003-02-24 13:26:24 +00:00
atatat
df0a9badc6 Introduce "top down" memory management for mmap()ed allocations. This
means that the dynamic linker gets mapped in at the top of available
user virtual memory (typically just below the stack), shared libraries
get mapped downwards from that point, and calls to mmap() that don't
specify a preferred address will get mapped in below those.

This means that the heap and the mmap()ed allocations will grow
towards each other, allowing one or the other to grow larger than
before.  Previously, the heap was limited to MAXDSIZ by the placement
of the dynamic linker (and the process's rlimits) and the space
available to mmap was hobbled by this reservation.

This is currently only enabled via an *option* for the i386 platform
(though other platforms are expected to follow).  Add "options
USE_TOPDOWN_VM" to your kernel config file, rerun config, and rebuild
your kernel to take advantage of this.

Note that the pmap_prefer() interface has not yet been modified to
play nicely with this, so those platforms require a bit more work
(most notably the sparc) before they can use this new memory
arrangement.

This change also introduces a VM_DEFAULT_ADDRESS() macro that picks
the appropriate default address based on the size of the allocation or
the size of the process's text segment accordingly.  Several drivers
and the SYSV SHM address assignment were changed to use this instead
of each one picking their own "default".
2003-02-20 22:16:05 +00:00
drochner
f7320016a9 add copyright notice 2003-02-19 10:48:00 +00:00
bjh21
97bd403086 Add a copyright notice for me, too. 2003-02-19 00:36:24 +00:00
drochner
2b294580b8 add copyright notices 2003-02-17 20:07:06 +00:00
augustss
6a7347f080 Add uax(4) man page. 2003-02-16 14:10:39 +00:00
grant
7dc9239d40 The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
2003-02-14 15:20:17 +00:00
sommerfeld
0e75a48f8a Add TNF copyright notice accidentally omitted from initial commit. 2003-02-14 14:52:29 +00:00
jmc
1ed82b5b2c Add a synonym for trace - 'bt' and document it 2003-02-13 23:50:33 +00:00
wiz
e835b21fe1 Quote minus. 2003-02-11 14:58:12 +00:00
tron
d919d0ef65 Synchronize documentation of MSS clamping feature with what's available
under "http://www.netbsd.org/Documentation/network/pppoe/".
2003-02-11 08:18:35 +00:00
wiz
b810a5c518 Bump date for kern.dump_on_panic addition. 2003-02-10 15:30:52 +00:00
atatat
a8481319cb Add a kern.dump_on_panic sysctl variable (and documentation, and a
kernel config option) that controls whether the kernel dumps to the
dump device on panic.  Dumps can still be forced via the ``sync''
command from ddb.  Defaults to ``on''.
2003-02-10 00:35:15 +00:00
wiz
b2b00a0b31 Fix last. 2003-02-09 15:19:14 +00:00
tron
c289ed4650 Remove obsolete comments. 2003-02-09 15:15:38 +00:00
tron
21fedc54a1 Fix typo in comment. 2003-02-09 15:14:45 +00:00
wiz
d7a98f6604 Fix name, typo in a comment, and use .Fx and .Nx instead of FreeBSD and NetBSD. 2003-02-09 14:33:34 +00:00
tron
1677386f89 Correct typo in an e-mail address. 2003-02-09 10:06:16 +00:00
tron
c9fe87550b Add manual page for Broadcom BCM570x family Gigabit Ethernet driver. 2003-02-09 09:56:49 +00:00
perry
43e0efbdeb "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
wiz
f25847f8ef Fix two grammar errors reported by Damon Brodie in PR 20192. 2003-02-04 21:56:34 +00:00
jmmv
bb8f35d1fa Remove references to the pccons(4) manpage (which does not exist), using
the pccons word by itself.
Rename *_KEYBOARD options to be *_KBD, as the former are not recognized in
the kernel.
Add missing wscons(4) reference in SEE ALSO, as suggested by kleink.
2003-02-02 22:53:57 +00:00
keihan
a4c1e9c0ba Typos,
ntwo -> ntwoc
ntowc -> ntwoc

Reviewed by Christian Hopps.
2003-01-25 00:17:30 +00:00
atatat
dd0a8acd21 The next release will be 2.0, not 1.7. 2003-01-19 21:25:36 +00:00
jdolecek
3d8d8663b9 g/c the NEXTRELEASE comment tag now that the next version number is decided 2003-01-19 20:12:31 +00:00
wiz
a3213b9aee bandwidth, not bandwith. 2003-01-17 23:58:55 +00:00
gendalia
1f71c142cd Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nForce2 MCP-T 2003-01-17 06:23:52 +00:00
gendalia
c6909b8a52 add 3c905CX-TX to the list of supported interfaces. 2003-01-17 01:40:56 +00:00
gendalia
d31673b723 note added support for nForce2 MCP-T audio 2003-01-16 14:55:12 +00:00
jdolecek
195a61178e the SB Live! joystick port is actually supported nowadays 2003-01-14 20:50:52 +00:00
martin
6146c9c6ad Remov BUGS section - the last known one has been fixed. 2003-01-07 20:47:12 +00:00
christos
eca381fce4 mention ACPIVERBOSE 2003-01-06 19:43:58 +00:00
wiz
82485d79c7 New sentence, new line. Bump date for BUGS update. 2003-01-06 19:18:29 +00:00
fredette
05bd3fb91f Updated the BUGS section to reflect the new, limited recording support. 2003-01-06 15:38:25 +00:00
wiz
c577f7b99b Remove reference to non-existing opms(4). 2003-01-06 11:29:01 +00:00
wiz
8f996868d0 pckbc has no opms attachment for some time now. 2003-01-06 11:28:40 +00:00
wiz
cff5a9306d Fix .Dd. 2003-01-06 11:26:18 +00:00
wiz
4fed2773d3 Sort SEE ALSO. 2003-01-06 11:22:19 +00:00
jmcneill
6ed596bc88 Cross-reference envsys(4) 2003-01-05 21:11:54 +00:00
jmcneill
61cf1ff02d Add man pages for the ACPI Thermal Zone driver. 2003-01-05 21:10:57 +00:00
jmcneill
cd06c05f6c Mention ACPI attachments for acpitz, com, fdc, lpt, npx, pckbc, and wss. 2003-01-05 20:58:38 +00:00
jdolecek
3c6eec6e52 /usr/include/dev/wscons/wsdisplayvar.h isn't installed anymore; reference
src/sys/dev/wscons/wsdisplayvar.h instead (anyone compiling
kernel has this readily available)
fixes PR misc/19617 by Igor Sobrado
2003-01-04 18:12:37 +00:00
wiz
3c478cca96 Use "ad-hoc" and "WaveLAN" consistently. From Igor Sobrado in PR 19654. 2003-01-04 01:09:37 +00:00
wiz
ba6ca53c81 New sentence, new line. Bump date for BUGS updates. 2003-01-03 13:24:30 +00:00
martin
ad76ce3165 This driver is now realy working for everything on sparc, update man
page and mention FULL_SPARC_BUS_SPACE.
2003-01-03 13:15:16 +00:00
augustss
b266cbec7b Fix a typo pointed out by Urban Boquist. 2003-01-01 16:09:19 +00:00
gson
6f2e7df90b 1.2MB and IBM PC 360 KB floppy drives are 5.25 inch, not 3.5 inch. 2002-12-29 00:12:42 +00:00
wiz
1f19704e0a Standardize Dd and Dt arguments; add section argument to Xr. 2002-12-23 22:23:43 +00:00
pooka
ae7d5d485e add crime.4 and mace.4 2002-12-23 22:08:24 +00:00
pooka
06d2948f14 short descriptions for CRIME and MACE found on the O2 2002-12-23 22:06:40 +00:00
wiz
898689a780 Sort sections. 2002-12-18 19:39:12 +00:00
wiz
3bcbc6aea4 Dd should have long month name, add some articles, and drop an unneeded .Pp. 2002-12-18 19:27:42 +00:00
abs
cfb215a4f2 Document NOFILE 2002-12-13 22:44:09 +00:00
ad
8d65361e31 raidutil -> dptutil 2002-12-11 13:20:47 +00:00
ad
f25a33663b Update for recent changes. 2002-12-07 20:01:03 +00:00
isaki
8f17eedef1 Add manual page of bmd. 2002-12-01 09:14:34 +00:00
tsutsui
401a6030de Note FMV-186/186A/188 PCI Ethernet adapters are supported by fxp(4). 2002-11-29 18:00:02 +00:00
junyoung
a16598462b Document NEW_BUFQ_STRATEGY. Hopefully it should become the default before
the next major release is available.

Idea of documenting it suggested (and Ok'ed) by Hubert Feyrer.
2002-11-29 04:25:38 +00:00
martin
da6b5e13a7 A simple man page for /dev/bpp. 2002-11-28 20:06:26 +00:00
dan
c4c5556d3e Note the @home device which also works with this driver 2002-11-26 23:02:37 +00:00
bouyer
b7b6370242 Remove the note about Ultra/133 from the bug section. Pointed out by
mipam@ibb.net, thanks !
2002-11-25 22:50:49 +00:00
thorpej
2e0f3f1f87 Mention xor5, xor6, xor7, and xor8. 2002-11-23 17:36:28 +00:00
simonb
a5bd4ec465 Fix a grammatical nit. 2002-11-19 04:16:02 +00:00
itojun
318c547b9b document new sanity checks. sync w/kame 2002-11-17 19:34:52 +00:00
wiz
2b116e162c Add some definite articles. 2002-11-17 15:48:05 +00:00
itohy
f9d87879fa Add man4.dreamcast 2002-11-17 05:54:30 +00:00
itohy
d7eb7f969e Manual pages of dreamcast specific drivers 2002-11-17 05:53:41 +00:00
wiz
e991211bf2 Drop trailing space. 2002-11-17 01:28:18 +00:00
dyoung
d910717d01 Correct content. Style nits. 2002-11-16 23:09:44 +00:00
wiz
b40029428b Sort some arch lists, grammar and whitespace fixes.
Bump date for COMPAT_DARWIN/COMPAT_MACHO additions.
2002-11-16 12:28:04 +00:00
grant
fc7122989c minor mdoc and whitespace cleanup. 2002-11-16 11:42:33 +00:00
manu
7c8e5410cd Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MACHO. Updated LINUX supported
archs.
2002-11-16 11:35:47 +00:00
wiz
ac2f36aea8 Add mtd(4) man page by Martin Husemann and Peter Bex, with some
improvements by me.
2002-11-11 22:34:27 +00:00
grant
0ada8e4331 include arch in title. 2002-11-09 07:54:24 +00:00
grant
f803190e5b remove spurious blank line. 2002-11-07 01:14:30 +00:00
grant
7434f686a8 Mention ALTQ options (from openbsd), fixes part of kern/18836.
From Jason Lingohr <jason at lucid dot net dot au> in private mail.
2002-11-07 01:13:57 +00:00
pooka
426a477b06 Be more verbose about the second DAC support.
requested by the wiz
2002-11-04 17:07:44 +00:00
pooka
acfba287f0 reflect second DAC support 2002-11-04 16:37:04 +00:00
agc
0176e1f8e5 Might as well install the veriexec(4) man page. 2002-10-30 15:45:10 +00:00
wiz
691df76a8b Markup fixes. 2002-10-29 12:42:10 +00:00
blymn
19a0d736c2 Added man page for verified exec pseudo-device 2002-10-29 12:37:49 +00:00
chs
fc374b9d4f add Boca Research 4- and 8-port cards. from openbsd. 2002-10-29 08:59:36 +00:00
wiz
c49637989c Mention wsmoused(8) in some places (based on patch from PR 18801 by
Julio Merino).
2002-10-25 21:00:45 +00:00
jdolecek
196f994fd8 use .Nx 2.0 consistently in HISTORY section
add .\" NEXTRELEASE tag before the .Nx to make it possible to quickly
  find version references in case this would need to be changed
2002-10-23 09:44:35 +00:00
jdc
98cf4923e8 Remove SUN_MS_BPS. It is already present in ms(4).
Pointed out by mrg.
2002-10-17 07:48:12 +00:00
wennmach
aa526afab2 typo (be -> by) 2002-10-16 20:05:20 +00:00
jdc
3fd663afdd New sentence, new line. 2002-10-16 19:48:33 +00:00
jdc
2c542c6b67 Add the sun-specific SUN_MS_BPS option. 2002-10-16 19:33:45 +00:00
martin
55dd94056d Document the usage of "flags" to select between the two assigned
interrupts.
2002-10-10 22:32:08 +00:00
augustss
0c81b8340d Add ubsa(4). 2002-10-08 13:18:42 +00:00
wiz
57ed9ac8ea Bump date for VT8235; fix a major whitespace error; new sentence, new line. 2002-10-07 00:09:16 +00:00
wiz
669b738c2e Bump date for VT8235 support. 2002-10-07 00:05:10 +00:00
dsainty
12bc497c14 Typo: axctivate -> activate 2002-10-06 11:38:41 +00:00
kent
128e90b6bb Note support of VT8233/VT8235. 2002-10-05 18:11:51 +00:00
kent
eb3540055c Note VIA VT8235. 2002-10-05 17:10:01 +00:00
tsutsui
4bc7794182 Add Xref fmv(4) and mbe(4) and fix some description. 2002-10-05 15:55:22 +00:00
grant
c8edb21a86 New sentence, new line.
Improve kernel config line comment.
2002-10-05 15:52:25 +00:00
tsutsui
bc5439a731 - Add note isapnp attachment in synopsis.
- Add FMV-181A/182A/183 to supported boards.
- Remove Xref pci(4), and add Xref ate(4), isa(4), isapnp(4) and mbe(4).
- Fix some description to reflect reality.
- Bump .Dd.
2002-10-05 15:45:04 +00:00
elric
0c79a2434b Install documentation about cgd(4). 2002-10-04 19:01:31 +00:00
elric
76f283beeb A [much needed] document describing cgd. 2002-10-04 18:57:35 +00:00
kent
9dd05d2197 Mention nForce MCP support. 2002-10-04 15:16:21 +00:00
wiz
d54826f715 options FD_SCRIPTS, not option FD_SCRIPTS.
From Ben Collver in PR 18467.
2002-09-29 15:36:34 +00:00
wiz
b1e5c9ad31 net.inet6.ip6.bindv6only was renamed net.inet6.ip6.v6only, from Stoned
Elipot in PR 18463.
While here: New sentence, new line; \- for minus signs.
2002-09-29 11:06:37 +00:00
wiz
7d6cfacbee Remove ppp(4) options here (moved to ppp(4)); add Xr to ppp(4); bump date. 2002-09-29 00:36:43 +00:00
wiz
8910aec04b Add Xref to brgphy too, requested by Matt Thomas. 2002-09-28 22:23:53 +00:00
wiz
204f44c565 Xref bmtphy, proposed by aymeric. 2002-09-28 10:33:30 +00:00
wiz
5b42f9022e Mention supported kernel config options. Based on PR 17633 by Julio
Merino and options(4). Bump date.
2002-09-27 22:40:58 +00:00
wiz
668c7500e7 Mention various *VERBOSE kernel options in the corresponding man pages.
From Julio Merino in misc/17637.
Bump dates.
2002-09-27 22:31:41 +00:00
wiz
61ae06d7d0 Sort sections. Limit line length to 80. Begin new sentences on new lines.
Bump date and add 2002 to copyright notice for BUGS section addition.
2002-09-27 07:30:38 +00:00
wiz
70b4d4ce4e Begin sentences on new lines. 2002-09-26 01:05:04 +00:00
dan
6fd63681ed Note that tqphy can be found on mini-pci cards as well as cardbus, and
comment on buggy rev <= 3 chips.
2002-09-25 23:27:03 +00:00
wiz
e5f61afd9e Sort sections. Don't end SEE ALSO section with a dot. 2002-09-24 23:48:22 +00:00
pooka
f10e116eb8 add man page for iwic
from FreeBSD
2002-09-24 22:17:23 +00:00
uebayasi
c0ce4d9d69 Add .Xrefs to wscons(9) and cousins. 2002-09-18 11:56:28 +00:00
grant
f44aa289d5 replace spaces in urlphy* with tabs. from Lubomir Sedlacik
<salo@Xtrmntr.org> in misc/18323.
2002-09-18 03:12:52 +00:00
wiz
6e932790b0 Our X man page is in 7. 2002-09-13 19:04:53 +00:00
ad
6868161167 Add skeleton zx(4) manpage. 2002-09-13 18:59:43 +00:00
martin
fddb94e533 Fix synopsis to include the pcmcia* attaching at nell. 2002-09-12 12:37:27 +00:00
wiz
c682d53b51 Remove some superfluous quoting. Bump date for last change. 2002-09-11 15:38:44 +00:00
jdc
e311e7faf2 Add information about cgsix boards and notes on how to set the graphics
resolution.

This page should probably be shared with sun3 and sparc64 at some point.
2002-09-11 15:34:08 +00:00
wiz
3c4b7573d6 initialize for consistency. 2002-09-04 00:47:12 +00:00
wiz
9b2aeac54a Some more markup. 2002-09-04 00:41:40 +00:00
wiz
5f06c1dc25 file system, not filesystem; swappable with two ps, and mark up some paths. 2002-09-04 00:26:08 +00:00
wiz
3b79a9cb49 eg -> e.g. 2002-09-04 00:19:15 +00:00
wiz
a4aac7d5c0 tunneled with one l only. 2002-09-04 00:12:52 +00:00
wiz
3b81281107 tunneling and tunneled with one l only. 2002-09-04 00:04:20 +00:00
wiz
89e1f79b11 Fix a typo, from Lubomir Sedlacik in misc/18147. 2002-09-02 13:05:24 +00:00
wiz
2e8a87c393 No trailing space. Also, new sentences need two spaces after the dot.
Bump date for last changes.
2002-09-01 20:16:47 +00:00
schmonz
273368f404 Fix a couple spell-o's. 2002-09-01 17:40:07 +00:00
martin
7b46d3361c Document "options PPPOE_TERM_UNKNOWN_SESSIONS". 2002-09-01 17:35:38 +00:00
wiz
93d0722c11 Add some commas in enumerations, and bump date for recent changes. 2002-08-30 22:13:03 +00:00
abs
f951ddc019 Fix AHC_NO_TAGS to actually disable tagged queuing, and document. 2002-08-30 21:54:10 +00:00
wiz
93a4c1ca59 Document link0 and link1 better, remove reference to non-existing sppp(4).
Reviewed by martin.
2002-08-30 13:38:38 +00:00
wiz
b05666de4a Fix typo in last. 2002-08-29 12:23:42 +00:00
wiz
7f11cad18a Mark up error values and NULL. 2002-08-29 12:20:21 +00:00
onoe
44fbd073c4 Add 2 APIs to get a list of available DLTs and use one for them.
BIOCGDLTLIST (struct bpf_dltlist)
	BIOCSDLT (u_int)
2002-08-28 09:35:55 +00:00
bouyer
86514a3c90 Note support for HPT372 and (better late than never) HPT374. 2002-08-23 16:31:09 +00:00
bouyer
ceb355fe05 Add support for Promise Ultra133TX2, and Ultra133TX2v2. 2002-08-23 16:29:37 +00:00
wiz
d4a8d9ed9e Remove duplicate 'is' reported by Arto Huusko in misc/18048. 2002-08-23 12:04:39 +00:00
thorpej
11cad93278 Note that checksum offload is supported. 2002-08-22 18:16:13 +00:00
onoe
0869b7a4ce Change the media option for adhoc demo mode: adhoc -> adhoc,flag0
Fix the configuration for IBSS mode.
2002-08-21 04:08:06 +00:00
onoe
79d69cf115 Apply changes to ifmedia.h:
Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master]
from media options, since IEEE80211_ADHOC [adhoc] is already defined for
IBSS.  Instead, [ibss] is assigned as an alias for IEEE80211_ADHOC.

Also note that adhoc can be used with flag0 to specify non-standard adhoc
demo mode in some drivers.
2002-08-21 03:30:54 +00:00
christos
881d4466c6 PR/17402: Julio Merino: Mention /dev/ttyEstat 2002-08-20 16:56:05 +00:00
wiz
942e5d4c4f Sort sections. 2002-08-20 16:39:09 +00:00
wiz
54ae9afa12 Sort SEE ALSO. 2002-08-20 16:37:47 +00:00
wiz
76cbce1c77 Formatting error. 2002-08-20 15:54:08 +00:00
wiz
33691f98a8 Drop some superfluous Ns. 2002-08-20 15:47:46 +00:00
wiz
64676e9ce7 Two major fixes for PS output; also cut down on Ns and No misuses. 2002-08-20 15:43:34 +00:00
enami
7be7957c9b Mention RND_TYPE_RNG. 2002-08-20 00:48:31 +00:00
enami
68c5f07e0f Add and xref wm(4). 2002-08-20 00:46:23 +00:00
gmcgarry
d00f8989a1 Document RND_COM option. Partially addresses PR17976 from
<ChristianBiere@gmx.de>.
2002-08-19 00:00:48 +00:00
thorpej
85181628b6 Fix markup in AUTHORS section. 2002-08-15 19:03:34 +00:00
wiz
9e8a1535e8 Fix typo. 2002-08-12 17:35:15 +00:00
thorpej
323b027f6b Add some text about IBSS mode and Host-AP mode. 2002-08-12 17:27:39 +00:00
thorpej
fd63f400b5 Note "ibss", "ibss-master", and "hostap" media options for 802.11. 2002-08-12 17:08:40 +00:00
thorpej
c1f8d1d5b3 Add a manual page for the AMD Elan SC520 System Controller driver. 2002-08-12 03:45:25 +00:00
augustss
93b57947fa Add another line about slhci. 2002-08-11 19:28:05 +00:00
soren
88eb6092d3 Install slhci(4). 2002-08-11 15:35:09 +00:00
isaki
b919446c40 Add manual page of slhci(4) 2002-08-11 13:24:55 +00:00
wiz
a689eaf54f Add comma before "and". 2002-08-09 15:02:26 +00:00
kent
3765687061 Mention ICH3, ICH4 and SiS 7012. 2002-08-09 14:50:14 +00:00
thorpej
edcbecf70a Update supported hardware list. 2002-08-08 00:29:31 +00:00
drochner
b4bf2c6df9 add manpage for the PC87366 superI/O chip, temperature monitor part,
driver
2002-08-06 16:44:50 +00:00
soren
f734289f1c Typo, PR misc/17629 from HAMAJIMA Katsuomi. 2002-08-06 15:42:55 +00:00
wiz
19f7335abe Long month in Dd, and some mdoc nits. 2002-08-04 22:58:14 +00:00
thorpej
6e896a4a74 Fix an error in the example. 2002-08-04 05:02:22 +00:00
thorpej
846dbf2b23 Descend into man4.evbarm. 2002-08-03 00:40:03 +00:00
wiz
ac26526e01 ispell. Some mandoc cleanups. 2002-08-02 22:20:59 +00:00
thorpej
2e22ba9f6b Manual page for the watchdog timer found in the Intel XScale I/O
Processors.
2002-08-02 21:29:01 +00:00
thorpej
2c34344b0a Add a manual page for the Intel IOP AAU. 2002-08-02 21:11:19 +00:00
soren
2c3f82e5d3 Match mbuf changes.
Fixes PR kern/16039 from  Tomas Svensson.
2002-08-02 19:21:57 +00:00
thorpej
a564ee723c Manual page for pseudo-device access to hardware-assisted data movers. 2002-08-02 00:43:12 +00:00
bouyer
b5d03f4f44 Note ICH4 support. 2002-07-30 21:04:41 +00:00
augustss
ab96954afe Document ACPI_ACTIVATE_DEV option. 2002-07-29 03:28:07 +00:00
augustss
2cca968594 Document ACPI_PCI_FIXUP option. 2002-07-29 03:08:09 +00:00
wiz
a7048b4ab5 Sort SEE ALSO. 2002-07-29 00:59:43 +00:00
wiz
98e1acecab Uppercase ISDN and some unrelated fixes ispell stumbled over. 2002-07-29 00:42:56 +00:00
tsutsui
5c5e3f7e79 Mention more configuration of flags to disable tagged queuing. 2002-07-26 13:12:47 +00:00
onoe
ad4f7e6d3a Note Silicon Image 0680 support 2002-07-26 10:37:32 +00:00
wiz
7e57db6ca9 The man page claims they are sorted by driver name, so sort them by driver
name.
2002-07-25 21:30:34 +00:00
bouyer
788cbb16d2 Note VT8233A support. 2002-07-22 20:53:13 +00:00
jdc
a88a6bf877 Minor typo - control mode is 'enrst0' not 'enst0'. 2002-07-20 18:22:47 +00:00
wrstuden
578bd7c516 historical BSD sounds better than BSD historical 2002-07-18 03:22:11 +00:00
wrstuden
b1950d5c05 Update to match change in TCP_NODELAY inheritance for passive sockets. 2002-07-18 03:20:51 +00:00