sato
6c5da9bd76
o Change initialization for config_hook() base lcd control.
...
o Fix backlight control in case that light is controlable but not be
able to get status.
o change some verbose prints.
2001-03-26 09:40:45 +00:00
sato
887d70ab8f
CONFIG_HOOK_GET support for get current port status.
2001-03-26 08:57:02 +00:00
reinoud
903b8688da
The interface to `setdisplay' was implemented wrong. The utility stated the number
...
of bits per pixel instead of the log2_bpp as assumed (since the rest uses this).
2001-03-25 21:25:35 +00:00
uch
113c9ed888
recompile.
2001-03-25 17:16:33 +00:00
uch
e78f561e10
speed up physical address detect routine. (MemoryManager_VirtualCopy)
2001-03-25 17:14:53 +00:00
uch
24beb5ffb9
support 'reverse video' option.
2001-03-25 17:14:04 +00:00
uch
c31816f70c
selectable serial console speed.
2001-03-25 17:13:15 +00:00
is
0e72b76163
Missing changes to the last update, making this compile (and work) again.
2001-03-25 16:14:00 +00:00
uch
ed26af9e66
recognize hpcboot.exe's ELF symbol table.
2001-03-25 15:15:18 +00:00
takemura
44e4c53338
Add MQ200_USECRT option, which enables CRT output on MC/R530.
...
This is kernel configuration option and you can't enable and disable CRT
dynamically for now.
2001-03-25 13:06:52 +00:00
takemura
bea77d06a2
Add #ifndef _HPC_PLATID_H_.
2001-03-25 12:17:35 +00:00
jdolecek
b53fce84d3
Add an autoconfig node for PCI-MCA bridges. Configures MCA bridges
...
via callback. This beast is very rare, present only on some IBM PCs.
Code was copied off pceb.
2001-03-25 09:54:10 +00:00
ross
5b36d84a9c
Don't panic until DEFCON 1.
2001-03-25 06:38:50 +00:00
nathanw
a45ca84ab5
Verbose display of machine check errors on AS200/400 boxes.
2001-03-25 05:52:38 +00:00
bjh21
8edd158910
MI(ish) EtherB driver using the MI SEEQ 8005 driver. Very lightly tested.
2001-03-25 01:09:36 +00:00
bjh21
cbe4d910da
It might be useful if I actually filled in the interrupt handle for
...
podulebus_irq_establish() to use.
2001-03-25 00:56:58 +00:00
matt
f283c0a504
Use ${THISSH3} instead of ../.. ; not everyone builds in ../compile/FOO
2001-03-24 18:26:11 +00:00
sato
c5956b89f8
change backlihght parameter value type to int8_t.
2001-03-24 16:08:36 +00:00
sato
8c78f7fad3
add vrc4172pwm for MC/R520A(MobilePro770)
2001-03-24 15:56:59 +00:00
sato
1907b28be1
add MobilePro770(MC/R520A) parameters.
2001-03-24 15:53:37 +00:00
martin
478c6ce6b9
Adjust to new hardware driver <-> isdn layer 2 and above sheme.
2001-03-24 12:45:15 +00:00
briggs
132a113507
Do not hardcode the kernel segment register, and do not load the kernel
...
segment register in pmap_activate().
2001-03-24 05:30:57 +00:00
christos
728aee3ccb
Some bios's when apm is disabled [or even some functions of it are disabled],
...
they keep giving error 0x30b. Unfortunately this keeps happening every second
making the console unusable. Keep track of the last error that occurred and
if the last 10 times apm was called the same error was returned, give up and
exit the apm thread.
2001-03-24 02:07:54 +00:00
bjh21
8bd452c648
Create an MI Ether3 driver. It's derived from the arm26 driver, which uses
...
my MI SEEQ 8005 driver, which is based on the arm32 ea driver.
2001-03-24 00:14:52 +00:00
bjh21
2714607c72
Add podulebus_shift_tag, which generates a bus_space_tag_t with a specified
...
address shift (stride). This is necessary because many podules have standard
chips with odd address-bus wiring to allow for using LDM for
bus_space_*_multi_*().
2001-03-24 00:10:42 +00:00
jdolecek
75b7bea508
Add MCA we(4) attachment for WD80x3 cards and clones. Tested with
...
WD8003W/A, card provided by David Brownlee (thanks!). The SMC Elite stuff not
tested since I don't have any; hopefully it's correct, should match
information in ADF files.
The MCA-specific init quirk taken from Linux smc-mca.c driver.
I don't quite grok why it works, but it does *cross fingers*.
The WD8003W/A seems to be quite a good choice. I get like 340KB/s on my
machine, where 3c523 does only like 310KB/s. The numbers would be probably
even better with faster CPU than 386DX :)
2001-03-23 19:25:35 +00:00
toshii
d2f3ad2de2
Support machdep.booted_kernel sysctl.
2001-03-23 11:10:10 +00:00
sato
8f5f11180a
o add sysctl machdep.booted_kernel support.
...
o add sysctl machdep.root_devoce support.
2001-03-23 11:09:49 +00:00
tsubai
95a27e3b60
Remove devices which don't exist on floppy based models.
...
Now boot floppy fits 1.4MB again.
2001-03-23 09:30:49 +00:00
toshii
7ed6dadd10
Handle bootargs passed by hpcboot.
...
Change stack pointer initialization.
2001-03-23 08:58:14 +00:00
toshii
3bf1867147
Rebuild after the bootarg change.
2001-03-23 08:51:23 +00:00
toshii
59b3c088fe
Pass bootargs like usual function calls.
...
Initialize sp register to more useful value.
2001-03-23 08:48:12 +00:00
toshii
07b77f05ce
Have LINEBYTES for jornada720.
2001-03-23 08:46:56 +00:00
simonb
5aa49b6404
Delete unused uvtopte() macro.
2001-03-23 01:27:59 +00:00
petrov
b47f68b66c
fix 'show registers' mis-aligned access, PR11580
2001-03-22 22:20:28 +00:00
uch
40de0e48b0
add ELF kernel linker script.
2001-03-22 18:35:33 +00:00
uch
5a79dd1121
load symbol table to DDB if ELF kernel.
2001-03-22 18:34:08 +00:00
uch
7060cad775
recompile.
2001-03-22 18:30:49 +00:00
uch
4e6c980fa0
add HD64461 UART serial console.
...
add SH3 SCI console method
add SH3 TMU register dump
use generic serial console when companion chip is unknown.
2001-03-22 18:27:51 +00:00
uch
a7876b44d8
add file logging method.
2001-03-22 18:26:45 +00:00
uch
044f4eb367
fix calcurating kernend bug.
2001-03-22 18:23:08 +00:00
uch
87aeed6110
fix file handle leek.
2001-03-22 18:21:02 +00:00
uch
bf58a25f9b
weakly machine dependent configuration moved to machine_config.cpp
2001-03-22 18:20:35 +00:00
uch
62bef7c830
fix file pointer bug.
2001-03-22 18:19:36 +00:00
uch
f0190d355c
add machine independent serial console method. (use WinCE API)
2001-03-22 18:19:09 +00:00
uch
985f960311
add HP Jornada 690 Hungarian, German entry and
...
my target machines (CASIO Cassiopeia A-55V, HITACHI PERSONA HPW-650PA).
2001-03-22 18:16:13 +00:00
jdolecek
031c6d8c24
Add MCA ep(4) attachment, for 3Com 3c529-type cards. Tested with 3c529-TP,
...
provided to me by David Brownlee (thanks!).
Performance of this card is quite poor on my PS/2 with 386DX, like 100KB/s
at best, but as low as 5KB/s when transferring bigger files due to
packet overruns. It would be good to revisit this later, probably by
teaching the ic code to use RX Early.
2001-03-22 16:54:45 +00:00
mrg
74786e7894
remove overzealous locking changes.
2001-03-22 15:56:43 +00:00
minoura
23d323f4f9
Sync with amiga 1.15.
...
Make this compile again (when building the LKMs).
2001-03-22 12:47:11 +00:00
minoura
b711716241
A bit of ELF support. From scw.
2001-03-22 12:46:19 +00:00