skrll
4b1317e9f2
Remove a cast by fixing a printf format.
2010-02-10 20:52:35 +00:00
skrll
cad999ae76
Reformat a comment.
2010-02-10 20:51:23 +00:00
skrll
5489478973
Minor tweaks.
2010-02-10 20:49:58 +00:00
skrll
4b4ac775d2
Use Debugger instead of hand crafted asm.
2010-02-10 20:45:35 +00:00
skrll
a0bd4386a7
G/C CONADDR
2010-02-10 20:44:14 +00:00
skrll
efe63ed972
Replace a magic constant with a define.
2010-02-10 20:39:04 +00:00
skrll
82b466e11e
Don't panic if bus_space_map fails. Just report the error and return.
2010-02-10 20:33:27 +00:00
skrll
05bd95a602
Whitespace.
2010-02-10 20:32:34 +00:00
skrll
17548300ae
Wrap long lines.
2010-02-10 20:32:02 +00:00
tonio
929c4a4334
Fix typo in TEMPer comment, spotted by Patrick Welche
2010-02-10 19:54:36 +00:00
drochner
dd64f9a8aa
add some more mappings from punctuation and accented characters to
...
more or less adequate replacements in the builtin IBM character set
2010-02-10 19:45:30 +00:00
drochner
265bc2e92c
Allow big parts of the vt100 emulation code (what is in
...
wsemul_vt100_subr.c) to be used by alternative terminal emulators
(which are not in-tree yet but can be loaded as LKMs).
For this, split out that part of the state structure which is used
by the sharable code and include that in the original vt100 state.
This is only a query-replace and sed(1) job for now, it makes sense
to rearrange things a bit so that even more code can be changed --
will do so later.
2010-02-10 19:39:39 +00:00
skrll
3d59e3d43a
Use __arraycount
2010-02-10 17:00:45 +00:00
roy
594ee076bc
Convert to terminfo so we compile.
2010-02-10 14:48:26 +00:00
roy
eae295f613
We need to cap reset_file/init_file.
2010-02-10 10:34:59 +00:00
roy
8cfe7bba8c
Tidy defs.
2010-02-10 10:34:31 +00:00
roy
416b512efb
Constify cat argument and tidy.
2010-02-10 10:33:45 +00:00
wiz
3bb55b2e45
Use comma in serialization instead of dot.
2010-02-10 07:38:09 +00:00
snj
c8e910afea
Some markup and capitalization nits, from Bug Hunting in PR misc/40062.
...
While here, give xdm its own subsection instead of awkwardly lumping it
in with the rc.conf section.
2010-02-10 03:38:22 +00:00
pooka
7f21db1c01
rumpusbhc is now ugenhc
2010-02-10 02:31:00 +00:00
pooka
d444f29418
Rename rumpusbhc to ugenhc, as that better describes what it does.
...
(the full component name is rumpdev_ugenhc)
2010-02-10 02:26:23 +00:00
pooka
ee03580145
The first step to having cd work is to remember to attach it and
...
go "devfs" on it.
2010-02-10 02:08:34 +00:00
cnst
a6684e3ed5
mention aibs(4); suggested: pgoyette;
2010-02-10 01:40:24 +00:00
jym
68ab1c6897
To properly account for the total number of pages allocated for PDP, use
...
PDP_SIZE, as PAE (i386) requires 4 pages instead of 1.
2010-02-10 00:39:30 +00:00
jym
7a73ba3497
Wrap a comment; add a space after a comma to another (align with next line)
2010-02-09 23:52:13 +00:00
jym
25df75469b
Use roundup2() instead of hardcoding the operation.
2010-02-09 23:47:10 +00:00
hubertf
d181448ea1
regen
2010-02-09 23:14:19 +00:00
hubertf
d96ae1b974
Add entry for Juniper Networks Experimental Clock Version 0
...
Fixes PR kern/42742
2010-02-09 23:13:09 +00:00
jym
8301717a0c
Use CR0_PE (enable protected mode) instead of hardcoding constant.
2010-02-09 23:09:47 +00:00
wiz
65b4cc1cbf
Fix typo.
2010-02-09 23:07:13 +00:00
wiz
8e35c759e7
Fix typo in comment.
2010-02-09 23:05:16 +00:00
njoly
b7a0ac57a9
Kill extra semi-column.
2010-02-09 23:04:15 +00:00
wiz
ac80d62156
Add another comma in Nd, noted by dogcow.
2010-02-09 22:59:41 +00:00
jym
753d396585
Fix typos in comments.
2010-02-09 22:51:13 +00:00
tonio
88a63eed07
Fix typo in comment
2010-02-09 22:44:43 +00:00
tonio
b8d0856cd9
Add TEMPer and TERMPerHUM driver
2010-02-09 22:38:32 +00:00
roy
64c4b99ad2
We should always generate terminfo.5 to save human error syncing.
2010-02-09 22:16:12 +00:00
pooka
93256256ef
add cd@scsi and cd@atapi (untested. if you have a usb cd drive, let me know)
2010-02-09 19:02:19 +00:00
pooka
84e94fc428
Now that there is a working bus.h for all architectures, move rump
...
bus dma out of a wip place and into rumpdev where it belongs.
2010-02-09 18:57:03 +00:00
pooka
bd6771a8d0
* UR_CBI_ADSC ctrl req fails with EIO sometime for unknown reasons.
...
Let it instead of panicking. Doesn't seem to affect functionality.
* process pipe queue only until it is empty
2010-02-09 18:27:17 +00:00
phx
3055d8c0e9
Moved the macros amiga_cpu_sync() and amiga_membarrier() from amiga/device.h
...
to the MD include/cpu.h.
Also make sure that grf_cvreg.h includes cpu.h as it is needed by Xamiga
in xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCV.h.
2010-02-09 18:13:09 +00:00
pooka
cefcf2133f
Add a bus.h blanket header which forces definition of bus space /
...
bus dma interfaces as functions and therefore makes it possible to
use rump on archs which suffer from macro maladies, i.e. everything
except i386 and amd64.
(build-tested on sparc64 and vax, which are usually the two extremes
of weirdness in these cases)
2010-02-09 17:33:31 +00:00
pooka
2f3605b79c
Store l_name for kernel threads.
2010-02-09 16:53:13 +00:00
njoly
db6e663a4c
Small typo in comment.
2010-02-09 16:46:07 +00:00
pooka
a1e25c6e46
IOCONFIG comes from .CURDIR
2010-02-09 16:16:26 +00:00
sborrill
204adc86e7
Tweak comment about keyboard mapping.
2010-02-09 16:01:17 +00:00
wiz
91440662bd
Bump date for previous.
2010-02-09 14:25:39 +00:00
pgoyette
771fd72c7e
Document what 'flags 0x0' does, since that's what is used in the
...
config file samples.
Tnx, njoly@
2010-02-09 14:10:08 +00:00
drochner
ec10ab0177
remove agitation that od(1) was deprecated -- it is still POSIX
2010-02-09 14:06:37 +00:00
pgoyette
b3ab12f08e
Correct setting of bits in the "generic thermistor" mode. Cut&paste
...
error pointed out by njoly@
2010-02-09 13:59:01 +00:00