provos
0f09ed48a5
remove trailing \n in panic(). approved perry.
2002-09-27 15:35:29 +00:00
drochner
d2b9876081
move initialization of the "struct pglist" returned by uvm_pglistalloc()
...
from the calling code into uvm_pglistalloc() itself for consistency
and easier error handling
2002-06-02 14:44:35 +00:00
takemura
9373835df6
BUGFIX: SigmarionII can't resume.
...
Added config_hook_call_reverse() to call the hardpower hook of CMU
(Vr clock mask unit) before the hardpower hook of MQ200 video controller.
2002-05-12 07:41:22 +00:00
takemura
f8cb4c37a0
Fixed debug print.
2002-05-03 07:31:23 +00:00
takemura
ab452aef6c
Fixed 8bpp problem of mq200.
2002-04-14 06:07:40 +00:00
uch
13b945ce31
recompile.
2002-03-25 17:34:53 +00:00
uch
d1f348c04d
add EditText to "option tab window" for user can put extra options to
...
kernel. patch by Hirokazu FUKUI <hfukui@sannet.ne.jp>
2002-03-25 17:23:19 +00:00
takemura
db078facf1
Added Vrc4172 USB OHCI for Pencentra 130.
2002-03-22 09:18:07 +00:00
takemura
794600ce92
Attached vrkiu at vrc4173bcu.
2002-03-10 07:24:52 +00:00
uch
36c7edfda4
recompile
2002-03-02 22:03:51 +00:00
uch
795a7cf404
WCE210 support.
2002-03-02 22:01:57 +00:00
uch
2a2cc9f493
always open COM1 for the sake of KGDB.
2002-03-02 22:01:34 +00:00
uch
ddf9130f5c
add run-time detection of Windows CE version.
2002-03-02 22:01:05 +00:00
uch
74680cb1cd
change define _ -> PRINT
2002-02-28 01:59:51 +00:00
uch
43eee13717
fix comment.
2002-02-22 19:56:27 +00:00
wiz
37e458fa45
strategy should have an 'r'. Inspired by similar change in OpenBSD.
2002-02-19 17:09:40 +00:00
uch
c0a13ed2e4
add LCD debug routines.
2002-02-13 16:25:32 +00:00
uch
54dd82020c
recompile
2002-02-11 17:45:53 +00:00
uch
3cde195353
add reset method.
2002-02-11 17:13:28 +00:00
uch
f8bc44a14f
add dbg_bit_print_msg define
2002-02-11 17:11:48 +00:00
uch
acb09f9887
totaly clean up SH3/SH4 related code
2002-02-11 17:08:54 +00:00
uch
984e019350
fix memory size estimation. add error check code.
2002-02-11 17:05:45 +00:00
uch
587d245cb8
change debug printf method.
2002-02-11 17:01:09 +00:00
uch
c6bcb69ec7
recompile
2002-02-04 17:41:37 +00:00
uch
2e968e7e37
SH4 and HD64465(SH4 companion chip) serial console support.
2002-02-04 17:38:26 +00:00
uch
e79ccc5b22
enable PERSONA HPW650PA
2002-02-04 17:33:08 +00:00
uch
8484a699cd
add CacheSync() WinCE(2.10 or later) API declaration.
2002-02-04 17:32:36 +00:00
uch
7758e1728a
smart debug message.
2002-02-04 17:32:02 +00:00
uch
c154e13e2c
change system information print. remove ExtEscape (WinCE API) test. this was not useful.
2002-02-04 17:31:34 +00:00
uch
45ac5fbf94
correct file opening mode. CreateFile(_filename, GENERIC_READ, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0);
2002-02-04 17:31:05 +00:00
uch
6edf1a4018
bootinfo.h, config_hook.h, platid.h are moved to hpc/include
2002-02-01 18:16:03 +00:00
tv
805ab35e68
Make it possible for uudecode to be a host tool.
2002-01-31 19:15:23 +00:00
uch
7d17099353
clean up debug print and configuration.
2002-01-29 18:53:01 +00:00
uch
a312f31998
separate machine-independent part of kloader.
2002-01-29 18:44:22 +00:00
shin
073b07d45d
bugfix: OHCI is bus 0, device 12 or 19, function 2 (not 0).
2002-01-20 03:34:27 +00:00
shin
b886a869ed
add support for LASER5 L-Router.
2002-01-18 13:51:01 +00:00
takemura
3d94c421cc
Added new config hook type PCIINTR (handling PCI interrupt).
...
Added config hook APIs, config_connect, config_disconnect and
config_connected_call.
Supported PCIINTR type event in hpcio.
2002-01-13 14:00:38 +00:00
takemura
cea2181363
Recompile for DoCoMo SigmarionII with eVC 3.0 and H/PC Pro 2.11 SDK.
2002-01-05 06:00:22 +00:00
shin
7806543ebf
SPEC_PLATFORM is 'defparam' (requires value).
2001-12-11 04:46:39 +00:00
lukem
ecb81c3f6d
- convert usage of "defopt" to "defflag" where the relevant option does
...
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups
2001-11-28 10:21:10 +00:00
takemura
21006d2057
Added SigmarionII entry.
2001-11-25 14:39:50 +00:00
takemura
365ab4ac40
Deleted unused include files.
2001-11-25 14:39:20 +00:00
lukem
03aef4723c
cleanup:
...
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
2001-11-20 12:56:17 +00:00
uch
69ed217599
ANSIfy, KNF.
2001-09-27 16:31:23 +00:00
takemura
ca59965026
Renamed platid_search() to platid_search_data() and added new platid_search().
...
Platid_name() was re-implemented using platid_search().
2001-09-24 14:29:30 +00:00
sato
0d347adcef
regen.
2001-09-04 08:46:59 +00:00
sato
b6f32dcf67
add VR4131 and some cpu.
...
add sigmarion2, MPC-304 and so on.
2001-09-04 08:46:39 +00:00
wiz
1bc6d2cee9
Fix typo (`information' has an 'r').
2001-07-19 16:13:00 +00:00
sato
ab7530a18b
change BATTERY event order.
2001-07-19 11:38:01 +00:00
sato
b9d7f75a06
add more BATTERY events.
2001-07-19 11:36:07 +00:00