Commit Graph

4562 Commits

Author SHA1 Message Date
wiz 6169ff492d Bump date for last; new sentence, new line. 2003-05-10 09:09:41 +00:00
fvdl b1d933d3cf Document isa_drq_alloc/free. 2003-05-10 00:02:22 +00:00
thorpej 97b3b91fa8 Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM.  Machine-dependent code is
responsible for initializing them before main() is called.  Anything
that steals KVA must adjust these variables accordingly.

This reduces the number of instances of this info from 3 to 1, and
Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM.  Machine-dependent code is
responsible for initializing them before main() is called.  Anything
that steals KVA must adjust these variables accordingly.

This reduces the number of instances of this info from 3 to 1, and
simplifies the pmap(9) interface by removing the pmap_virtual_space()
function call, and removing two arguments from pmap_steal_memory().

Simplify the way the bounds of the managed kernel virtual address
space is advertised to UVM by making virtual_avail and virtual_end
first-class exported variables by UVM.  Machine-dependent code is
responsible for initializing them before main() is called.  Anything
that steals KVA must adjust these variables accordingly.

This reduces the number of instances of this info from 3 to 1, and
simplifies the pmap(9) interface by removing the pmap_virtual_space()
function call, and removing two arguments from pmap_steal_memory().

This also eliminates some kludges such as having to burn kernel_map
entries on space used by the kernel and stolen KVA.

This also eliminates use of VM_{MIN,MAX}_KERNEL_ADDRESS from MI code,
this giving MD code greater flexibility over the bounds of the managed
kernel virtual address space if a given port's specific platforms can
vary in this regard (this is especially true of the evb* ports).
2003-05-08 18:16:20 +00:00
wiz a65567f59b Hack around ".Nm" introducing newlines in the SYNOPSIS section.
Reported by Kouichiro Hiratsuka via uebayasi.
2003-05-08 05:38:10 +00:00
wiz 93530159cb New sentence, new line. 2003-05-08 04:48:27 +00:00
wiz 2cefdd1518 Bump date for last. Drop trailing whitespace. 2003-05-08 04:46:35 +00:00
gmcgarry b4cb3ae351 Consistently use 'Native Language Support' for NLS. From Jeremy C. Reed.
Also, add table of ISO639 language codes.
2003-05-07 22:41:26 +00:00
jwise 79a13eae41 Add a second example, showing how to create the same vlan as in the first
example, but at system startup time.

Finishes fix of PR 17863.
2003-05-07 16:49:59 +00:00
wiz 5b3ea1544b Misc fixes. 2003-05-07 13:28:12 +00:00
takemura e02bb3ff4e Added man page, hpcmips/boot.8. PR #21371. 2003-05-07 13:14:50 +00:00
fair 38bbc15b9b Clean up nroff issues. Add more mdoc macro use.
Clarify wording and grammar.
Add an EXAMPLE section per PR 17863
2003-05-07 03:33:49 +00:00
wiz b376555071 dial-in, not dialin. From Leandro Costa via jmc@openbsd. Similarly, dial-out for dialout. 2003-05-06 19:05:35 +00:00
wiz 845cf3eb91 Join Nd argument to Nd line. 2003-05-06 19:04:05 +00:00
wiz d3e223b7ec German, not german. From Leandro Costa via jmc@openbsd. 2003-05-06 19:03:50 +00:00
wiz 86ca06c9ea pseudo-device instead of pseudodevice. From Leandro Costa via jmc@openbsd. 2003-05-06 19:03:21 +00:00
wiz 3241800d20 Remove duplicate word. From Leandro Costa via jmc@openbsd. 2003-05-06 19:02:56 +00:00
wiz 31dec964b2 Fix typo. From Leandro Costa via jmc@openbsd. 2003-05-06 19:02:46 +00:00
wiz 15296607b8 Uppercase some TLAs and FLAs. From Leandro Costa via jmc@openbsd. 2003-05-06 19:01:21 +00:00
wiz c678bd5352 IntelliMouse, not Intellimouse. From Leandro Costa via jmc@openbsd. 2003-05-06 18:59:46 +00:00
wiz 39f8bdccc4 Update URL. From Leandro Costa via jmc@openbsd. 2003-05-06 18:59:20 +00:00
wiz 36e5d24cc9 Realtek, not RealTek. From Leandro Costa via jmc@openbsd. 2003-05-06 18:58:24 +00:00
wiz 1eacbb35cd busses -> buses, from jmc@openbsd. 2003-05-06 18:30:42 +00:00
jmmv 4296d7d483 Drop trailing whitespace. Reviewed by wiz. 2003-05-06 10:46:41 +00:00
wiz 09757d7c39 Typo and punctuation fix, one each, from Patrick Welche. 2003-05-06 10:21:13 +00:00
wiz 7d8f3e39e7 regen (wsfont added to alpha, more man page links) 2003-05-06 08:49:05 +00:00
wiz 8285350090 Add a missing word. New sentence, new line. 2003-05-06 08:42:19 +00:00
wiz 7401645eb4 New sentence, new line. Bump date for last. Fix Xrefs. 2003-05-06 08:36:29 +00:00
wiz 6271a9675f Bump date for last, and fix two typos. 2003-05-06 08:27:22 +00:00
wiz b630da6585 mdoc fix. 2003-05-06 08:15:04 +00:00
wiz a932ff4884 Drop trailing space. 2003-05-06 08:09:36 +00:00
wiz e884f1876e Add comma after e.g., and fix two mdoc nits. 2003-05-06 07:56:54 +00:00
wiz 874319d3ca Grammar fix. 2003-05-06 07:44:54 +00:00
wiz 0a9e97ee9d New sentence, new line; drop superfluous Pp; grammar fix. 2003-05-06 07:43:14 +00:00
kleink 2320944ad7 Bring audio(9) back in sync with audio_if.h; from Murray Armfield in
PR misc/21432.
2003-05-05 20:52:52 +00:00
wiz 7a15b67bd3 EtherLink, not Etherlink; from Leandro Costa via jmc@openbsd. 2003-05-05 09:38:35 +00:00
ad bd17d709ab Xref amr. 2003-05-04 16:18:32 +00:00
gmcgarry b01d08c7d6 Add description for NBUF. From Greg A. Woods in PR#17397. 2003-05-04 01:56:52 +00:00
gmcgarry 00d263ccca Mention correct VGA resolution. Now the example isn't so convincing. 2003-05-04 00:27:17 +00:00
gmcgarry 6d272528dc Expand on fonts and font sizes. Shuffle discussion a little. 2003-05-04 00:11:54 +00:00
wiz 12d121bd69 Sort SEE ALSO. 2003-05-03 23:24:13 +00:00
gmcgarry 62c18e05f7 Xr wsfont(4) 2003-05-03 23:20:15 +00:00
gmcgarry 32a72df015 Add details. 2003-05-03 23:20:01 +00:00
wiz e6367d8a4b Use more mdoc, some mdoc improvements, unxref crash(8).
XXX: Needs more work, e.g., at least a SYNOPSIS section.
2003-05-03 23:15:31 +00:00
wiz 6458b9c21b Put Nd argument in quotes, since it is more than 9 arguments long.
From jmc@openbsd.
2003-05-03 20:49:05 +00:00
wiz 6a8058b52a Misc fixes from jmc@openbsd. 2003-05-03 19:01:05 +00:00
wiz 1ffa7b76c4 DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
gmcgarry 3dac715ee8 Document MTRR. Addresses PR#14735. 2003-05-02 09:11:07 +00:00
gmcgarry 6369566e8d Document "stray interrupts". From Charles Hannum on netbsd-users@netbsd.org.
Addresses PR#12913.
2003-05-02 08:19:43 +00:00
gmcgarry 7c8d3835be Consistently describe I/O port page. Addresses PR#11793. 2003-05-02 08:05:14 +00:00
fair 60ec1171ef Add a full list of config(8) lines from sys/arch/*/conf/GENERIC
Add ms(4) and kbd(4) to SEE ALSO.
Correct Ud -> Ux in HISTORY.
Add links to zs.4 and zsc.4 to make this easier to find.
Mention "Zilog 8530" in the Nd so that the permuted index will find
this driver.
2003-05-02 00:42:40 +00:00