reinoud
7535275b7c
Fixed the `slow printing' bug that occured with debugged kernels on RiscPC's.
...
When the IOMD isnt mapped and all is mapped 1:1 a read gives garbage and thus
the obscure feature that slows down printing (or halts it!) when the mouse
button is pressed during output to the vidcconsole gets allways activated.
Included a simple flag that signals if the IOMD is mapped; the delay routine
won't check the mouse if this flag is still clear.
2001-02-24 21:29:38 +00:00
jmc
65f0e79e4f
Add note about mdsetimage
2001-02-24 20:23:10 +00:00
uch
0cc08093fd
enable wscons.
2001-02-24 20:17:45 +00:00
reinoud
e89d229692
Make hpcarm compile again after movement of mainbus code
2001-02-24 20:13:59 +00:00
christos
76ea3fcb82
regen
2001-02-24 20:13:53 +00:00
christos
e6583ce243
add ESS wd controller.
2001-02-24 20:13:33 +00:00
reinoud
1267afb3b6
Make lm audio for RiscPC compile again
2001-02-24 20:12:40 +00:00
reinoud
b7b1d6b636
Make rc7500 compile again
2001-02-24 20:11:08 +00:00
reinoud
78a1b11faf
Make arm32 RiscPC compile again
2001-02-24 20:08:53 +00:00
reinoud
286f491040
Changed an innocent looking but pretty expensive table walking in pmap.c
...
from DIAGNOSTIC to PMAP_DEBUG
2001-02-24 20:04:42 +00:00
uch
f4cdccec01
Jornada 690 keyboard driver (matrix switch connected SH3 PFC module)
2001-02-24 19:58:00 +00:00
uch
38626ea224
add HP Jornada 690 Japanese model keymap.
2001-02-24 19:52:22 +00:00
uch
edde743dc9
replace mips_btop, mips_ptob with mips, sh, arm common define.
...
ANSIfy and de-__P()
2001-02-24 19:51:20 +00:00
uch
0bb888c2e4
s/hpcmips/hpcsh/
2001-02-24 19:47:21 +00:00
reinoud
f583057770
Repaired a syntax fault in the files.[hpcarm,arm32]
2001-02-24 19:43:50 +00:00
reinoud
086a93939c
Part 2 of merge.... the dissapearance of mainbus from arm32 and hpcarm;
...
these parts were a 100% the same and i've included the extensions made by
hpcarm in the tree.
Checked for occurence of MD parts; none found.
2001-02-24 19:38:01 +00:00
eeh
85cffb544d
Improve legibility and iommu_dvmamap_sync().
2001-02-24 18:49:06 +00:00
lukem
e904f9fe88
a bit more KNF
2001-02-24 18:10:23 +00:00
lukem
842bbb0903
convert to ANSI KNF
2001-02-24 18:08:27 +00:00
msaitoh
636da14f06
NetBSD/sh3 ELF doesn't supports dynamic link yet.
2001-02-24 16:37:43 +00:00
mrg
8b5c945dbb
sshd is part of NetBSD these days.... this should have been updated when
...
ssh was integrated into netbsd, so as not to confuse people who think they
need to (and do) install some other ssh package on 1.5 or later machines.
2001-02-24 14:07:22 +00:00
toshii
ce7d8943e9
Use hardware address for saost.
2001-02-24 12:52:02 +00:00
toshii
735cec473d
Remove unneeded hardcoded IO mappings.
2001-02-24 12:48:58 +00:00
toshii
6fee490e68
Use working bus_space_map.
2001-02-24 12:43:52 +00:00
toshii
dfe9d2faf7
Implement bus_space_map().
2001-02-24 12:41:20 +00:00
lukem
cfa4a3edf7
freebsd kqueue implementation
2001-02-24 11:11:36 +00:00
ichiro
9eeb0264fd
change com-speed to 19200.
...
default com-speed of hpcboot are 19200
2001-02-24 11:08:31 +00:00
jdolecek
5a8911a72d
Call module "stat" entry where appropriate.
...
Problem reported and patch provided by SATOU Takashi in kern/12037.
2001-02-24 10:16:46 +00:00
toshii
f46f7e3e62
Make hpcarm kernel compile again.
2001-02-24 09:58:43 +00:00
ichiro
d3ce44c170
some include files added newly write into Makefile.
2001-02-24 07:24:36 +00:00
ichiro
ba1664c1f3
add profile.h,profileio.h
2001-02-24 07:16:51 +00:00
ichiro
b84bcefc8e
i forgot writing some include files in Makefile
2001-02-24 07:09:20 +00:00
matt
45f666cb9d
Remove setregs since it now lives in powerpc/powerpc/powerpc_machdep.c
2001-02-24 04:35:33 +00:00
matt
aba3f2655a
Add powerpc/powerpc/powerpc_machdep.c
2001-02-24 04:30:42 +00:00
matt
559cea4b1c
Since setregs is common among all the powerpc ports,
...
make a common version and put it in powerpc_machdep.c
2001-02-24 04:29:26 +00:00
lukem
3aeb5f2f29
whitespace police
2001-02-24 01:59:46 +00:00
lukem
acec2828d9
whitespace police
2001-02-24 01:34:28 +00:00
cgd
f18337c1c6
add some more entries related to getprogname/setprogname
2001-02-24 01:05:04 +00:00
cgd
fd8d16c72f
fix broken NetBSD RCS id tags
2001-02-24 00:43:50 +00:00
cgd
4dddddfe62
fix bug (pointed out as sequence point violation warning with current-ish gcc)
...
caused by use of makedev(major,minor++). makedev() now (since 32-bit
dev_t conversion) evaluates its second argument twice.
2001-02-24 00:05:22 +00:00
cgd
98af50970f
"#else if" is not a valid CPP directive. Use "#elif".
2001-02-24 00:03:46 +00:00
cgd
c105346203
Avoid sequence point issues.
2001-02-24 00:03:12 +00:00
cgd
023e9f0649
C requires that labels be followed by statements.
2001-02-24 00:01:22 +00:00
cgd
f7566f8058
Avoid crud after #endif.
2001-02-24 00:00:26 +00:00
cgd
e4eb4c6cd5
#include <systm.h> for string fn prototypes.
2001-02-24 00:00:12 +00:00
mjacob
e8ae80a071
Add missing BUS_DMA_COHERENT to bus_dmamap_load_raw calls for request
...
and response queues- this makes this work on UltraSparc now.
2001-02-23 23:57:47 +00:00
matt
c832521c4f
Enable kcore-nbsd.c for powerpc.
2001-02-23 23:16:44 +00:00
matt
ace0ae8625
Add fetch_kcore_registers. May not be entirely correct. But
...
target kcore now works.
2001-02-23 23:09:07 +00:00
matt
e7db94d39f
if we panic to a bad/illegal irq, at include the invalid irq value in
...
the panic message.
2001-02-23 23:07:15 +00:00
msaitoh
49572193ad
bi-endian support for COFF
2001-02-23 22:46:37 +00:00