reinoud
73254cd1f4
Import of newest version ... checked for correct importing now ....
...
The import script needs some sophistication but its ok now...
2001-02-19 15:28:13 +00:00
reinoud
64ceee1d67
Fixed CVS directory overwriting by deleting it in the copy first; this to
...
prevent import trouble due to messed up CVS directories.
2001-02-19 14:32:45 +00:00
reinoud
0a46ddf1e2
Changed export script so it doesn't kill the CVS directory :)
2001-02-19 14:26:41 +00:00
reinoud
e263b21061
Another bug ... the extract archive wasnt build in the correct directory
2001-02-19 14:18:24 +00:00
reinoud
f3b8ca18f1
Fixed a small bug in the export script
2001-02-19 14:15:42 +00:00
reinoud
0085973034
Import of the new RISCOS bootloader in the CVS tree with import and export scripts.
...
Start version is v 0.91
2001-02-19 14:09:00 +00:00
bjh21
d7fca27e58
Garbage-collect vestigial support for the Simtec Hydra board. The main code
...
to support it was never committed to the tree, and it would probably need
major reworking anyway.
2001-02-19 13:29:39 +00:00
bjh21
504ce207cb
Make the kenrel base address a variable.
2001-02-19 13:26:17 +00:00
jmc
106522ed47
Add -f option. If used it will perform the low level block operations on the
...
file rather than requiring a raw device. Useful when dealing with vnd's
images and building snapshots. Also allows snapshots to be built in
securelevel > 0.
2001-02-19 06:23:55 +00:00
simonb
d669e1cea8
Fix tyop.
2001-02-18 22:32:32 +00:00
chs
c5030d24f4
rename round() to fpu_round() to avoid a name conflict with
...
the "round" assembly function in FPSP when building with ELF.
2001-02-18 20:05:58 +00:00
is
7880a89379
Initial version of interupt handling, by Adam Ciarcinski.
2001-02-18 19:08:15 +00:00
ragge
195dd4efe6
Make the machine halt when halted and reboot when rebooted.
...
From Shinmyoh Koji (yesu@rb3.so-net.ne.jp ).
2001-02-18 16:56:22 +00:00
reinoud
5fa30a864f
fixed naming bug :( ... I should be more carefull
2001-02-18 12:42:31 +00:00
reinoud
7665787d5e
Fix to solve PR arm32/9208 "RiscPC reboot hangs"
...
Due to the StrongARM support code in the cpu_reset() MC-function,
an instruction was executed to drain the write back buffer on StrongARM
processors (might even be armv4+).
Since ARM{6,7} don't recognize this instruction they will either except
for an illegal instruction on this or have undefined behaviour resulting
in an endless illegal instruction/data abort/reset behaviour.
The fix contains a flag that signals if the WB flush should be executed
or not for the detected processor.
2001-02-18 12:21:02 +00:00
ragge
aa13a12702
Support to control the leds on VAXstations, taken from Sun3 and ported
...
to vax by Shinmyoh Koji (yesu@rb3.so-net.ne.jp ).
2001-02-18 10:44:20 +00:00
tsutsui
5a0f904718
cosmetics (white space etc.)
2001-02-18 06:51:18 +00:00
tsutsui
e3180dc477
Enable options NFS_V2_ONLY and VNODE_OP_NOINLINE.
2001-02-18 05:24:43 +00:00
matt
ab4ef9dcf6
Add devsw entries for "ld" (logical disks).
2001-02-18 04:55:37 +00:00
reinoud
9dd76bf15d
Updated the bootloader for RiscPC/A7000/NCs etc. remains compatible with the old bootloader by an COMPAT_OLD_BOOTLOADER option
2001-02-18 00:59:33 +00:00
reinoud
3043022c3a
Added extra kernel vm by moving up vidc space
2001-02-18 00:56:42 +00:00
reinoud
a598ade96e
Updated MAGIC number for new bootloader
2001-02-18 00:55:31 +00:00
reinoud
00b4361e08
Add compatibility option for old bootloader
2001-02-18 00:54:02 +00:00
bjh21
ab20625e49
Lint doesn't like zero-sized structs.
2001-02-17 20:07:01 +00:00
bjh21
3dbffcc29f
Move the RAM base address of the kernel into a variable.
...
Set CPPFLAGSm CWARNFLAGS and STRIPFLAGS to the same as arm32 uses.
2001-02-17 19:38:36 +00:00
bjh21
503e69a88a
Don't define pmaphistbuf unless UVMHIST is defined.
2001-02-17 19:09:51 +00:00
bjh21
33c7eb2382
Add necessary DDB includes.
2001-02-17 19:08:21 +00:00
bjh21
4acea3a8cc
Don't do arithmetic on void *s.
2001-02-17 19:04:36 +00:00
bjh21
2e041e883b
Correct return type of arcvideo_show_screen().
2001-02-17 18:45:19 +00:00
bjh21
b211962232
Include <machine/machdep.h> for update_memc().
2001-02-17 18:43:13 +00:00
bjh21
575fa5e5af
#ifdef out arckbd_pick_layout until we get round to using it again.
2001-02-17 18:39:11 +00:00
tsutsui
47ac3d6b45
include sunos_exec.h to declare emul_sunos.
2001-02-17 18:34:57 +00:00
tsutsui
69e6648be8
Remove phys_map declaration, which is in <uvm/uvm_extern.h>
2001-02-17 18:29:55 +00:00
tsutsui
f5d8c46be6
Remove unused fb stuff.
2001-02-17 18:21:03 +00:00
tsutsui
96c8c181ee
Fix some nested extern declarations.
2001-02-17 18:15:18 +00:00
tsutsui
1bbd89c7a7
white space nits.
2001-02-17 18:02:40 +00:00
bjh21
a72248beab
Reduce unnecessary differences between this and Makefile.arm32.
...
Also (more significantly), use the compiler's default -mcpu setting. This
means I can now build APCS-32 kernels. They work, too.
2001-02-17 17:23:48 +00:00
mrg
5713cce1e0
sync with reality.
2001-02-17 16:29:13 +00:00
bjh21
32a800e5c0
Install <arm/endian_machdep.h>.
2001-02-17 14:57:08 +00:00
bjh21
8b601afaf3
Re-introduce <arm/endian_machdep.h>, this time using GCC's idea of the target
...
endianness.
2001-02-17 14:55:44 +00:00
sakamoto
4185cbf85c
fix multiple link vers.o
2001-02-17 11:11:13 +00:00
tsutsui
a411302ed3
Include files.usb
2001-02-17 04:32:59 +00:00
tsutsui
f47d2bae91
Fix include path.
...
(mips/include/mips_opcode.h -> mips/mips_opcode.h)
2001-02-17 04:31:25 +00:00
tsutsui
750774cded
Add new arctype for NEC Express5800/230A.
...
XXX: we should have "sysconf" structures like pmax.
2001-02-17 04:27:53 +00:00
pk
d850f6f9d2
Remove check for encoded iospace/nocache bits within physical addresses
...
in places where they can't possibly occur as the PA is for a VM managed
page.
2001-02-16 23:00:11 +00:00
soren
427b112ded
LKMs don't work on MIPS yet anyway, so disable it for now.
2001-02-16 19:48:05 +00:00
soren
87ba37da21
Nuke.
2001-02-16 19:47:36 +00:00
eeh
b0e3d231c4
Define VM_MASUSER_ADDRESS32.
2001-02-16 16:00:29 +00:00
sato
ed219529f5
* vrc4172pwm_light(): workaround when brightness is max.
...
if light turn off, brightness must be minimum.
* more DPRINTF().
2001-02-16 12:31:46 +00:00
marcus
b5f05acab7
Removed LED_ADDR (Dreamcast doesn't have program controllable LEDs).
2001-02-15 18:30:31 +00:00