mark
c7ea5541dc
Use the macros defined in machine/trap.h for breakpoint information.
...
Make sure the cache in synchronised when modifying memory.
1997-10-14 09:57:28 +00:00
mark
08970e572c
Use the macros defined in asm.h for all assembly function declarations.
1997-10-14 09:54:31 +00:00
mark
eb81503cb0
arm32 kernel source restructure
...
- Debugged so mis-disassembled instructions.
- Change the main disassembled so that the function to use for
printing can be passed in as an parameter.
- Provide wrappers for disassembling using the standard kernel
printf() and db_printf()
1997-10-14 09:35:32 +00:00
mark
cf50b3771f
Optimised version of in_cksum(). This started life as the sparc one
...
and then had the inline assembly replaced.
1997-10-14 09:32:29 +00:00
mark
270cc3f864
New file to handle the ARM generic software interrupts etc. in the
...
restructured sources.
1997-10-14 09:31:14 +00:00
mark
a18400067c
arm32 kernel source restructure
...
- These files are IOMD specific and as such are moving to the IOMD
specific directory arch/arm32/iomd
1997-10-14 09:28:06 +00:00
mark
16ef9e8936
arm32 kernel source restructure.
...
- This file is VIDC specific and is moving to arch/arm32/vidc/
1997-10-14 09:25:13 +00:00
mark
153bcb135c
arm32 kernel source restructure.
...
- This file is IOMD specific and as such has moved to arch/arm32/iomd/
1997-10-14 09:22:45 +00:00
mark
fb9c150c48
arm32 kernel source restructure
...
- Most changes are comment cleanups.
_ iomd.h is no longer an exported header.
- Added intr.h for MI interrupt definitions.
- Added definitions for ARM8 cpu.
- Added bus dma support.
1997-10-14 09:19:59 +00:00
mark
cc6030f45b
List the new random device.
1997-10-14 09:06:52 +00:00
mark
40648232db
arm32 kernel source restructure
...
- Moved with revision history to kshell/kshell_debug.c
1997-10-14 09:02:58 +00:00
mark
1f128863e3
arm32 kernel source restructure
...
- Renamed files with previous revision history maintained
- Minor changes for restructure.
1997-10-14 09:01:37 +00:00
pk
dfbda96da0
Use `long' to cast a pointer to an integer and back.
1997-10-14 08:50:18 +00:00
thorpej
b174d20bc1
Define IP_RETURNMTU. (Matt missed this part of his diff, I guess :-)
1997-10-14 08:38:01 +00:00
mark
9a761f480a
arm32 kernel source restructure
...
- These files are being renamed.
1997-10-14 08:00:34 +00:00
mark
b360e67c2e
arm32 kernel source restructure
...
- Removed explict profiling calls from the assembly routines
- Use the *ENTRY() macros on all assembly functions.
- Clean up exception strings.
1997-10-14 07:56:48 +00:00
mark
05a00dc8d4
arm32 kernel source restructure
...
- These files are moving home.
1997-10-14 07:49:19 +00:00
mycroft
3c891ba5b1
Fix a bizarre formatting error.
1997-10-14 07:27:57 +00:00
sakamoto
837124b35c
add bebox
1997-10-14 07:15:45 +00:00
sakamoto
fe3d055d41
Initial commit of NetBSD/bebox port.
1997-10-14 06:47:17 +00:00
fair
d5adc82d1e
add a warning about sun3 and sparc systems requiring partitions in integer cylinders or the boot ROMs get upset, per PR#3267. Is that it?
1997-10-14 06:30:13 +00:00
cjs
c44bfc9eae
Make compile without DIAGNOSTIC set.
1997-10-14 06:22:02 +00:00
cjs
808e7bd9b8
Add hack to avoid gcc warnings.
1997-10-14 05:17:35 +00:00
jtk
d405a9e1d6
split APM stuff into APM and BIOSCALL specific conditionals
...
move some functions to separate files
1997-10-14 03:57:09 +00:00
jtk
f4f693c3a5
move arch/i386/apm_init stuff to arch/i386/bioscall via repository copy/tag strip
1997-10-14 03:56:24 +00:00
jtk
35a23b7856
add bioscall attribute and bioscall.s/apmcall.s files
1997-10-14 03:55:51 +00:00
jtk
36d9fea6ef
use NBIOSCALL and NAPM where appropriate (split from former monolithic "NAPM")
1997-10-14 03:55:06 +00:00
jtk
a3cd5fc7ba
split out apmcall and bioscall into separate files, for ease of modular
...
construction into other drivers (eventually)
1997-10-14 03:54:18 +00:00
lukem
2aa5d6b785
WARNSify, use <termcap.h>
1997-10-14 02:07:55 +00:00
lukem
a04cd750cc
WARNSify, use <termcap.h> instead of <curses.h>
1997-10-14 01:46:32 +00:00
lukem
2122942c25
WARNSify, use <termcap.h>, rename setmode() to setulmode() to prevent nameclash
1997-10-14 01:40:20 +00:00
lukem
c72c1882ab
WARNSify, use <termcap.h>
1997-10-14 01:28:47 +00:00
lukem
2ce4ef15e6
use <termcap.h>
1997-10-14 01:14:20 +00:00
lukem
0dc4ed53f0
use <termcap.h>
1997-10-14 01:02:48 +00:00
lukem
fafe360918
define global vars with `extern' in "back.h", and only define once in
...
init.c... backgammon works again...
1997-10-14 00:53:26 +00:00
matt
8c42ff649b
Add support for returning maximum supported MTU when ip_output fails with
...
EMSGSIZE.
1997-10-14 00:52:39 +00:00
lukem
f92e8f1839
use <termcap.h>
1997-10-14 00:41:15 +00:00
cjs
d91cb65523
Include string.h.
1997-10-13 22:20:35 +00:00
gwr
aea301d0c0
Add a call to idprom_init().
1997-10-13 22:18:52 +00:00
cjs
63b3971af2
time_t != long, again. *Sigh*.
1997-10-13 22:18:32 +00:00
cjs
d935cf10a1
Since we've got an int to store the value, why store it in a function
...
pointer and cast it?
1997-10-13 22:12:01 +00:00
cjs
cc78feaa86
Include string.h for memcpy().
1997-10-13 22:05:26 +00:00
cjs
846ccfbf7f
#include <string.h>
1997-10-13 22:01:54 +00:00
gwr
3716c3b16b
Add idprom.c
1997-10-13 21:59:24 +00:00
gwr
25e542020a
Move idprom stuff from netif_sun.c to idprom.c (new).
1997-10-13 21:57:58 +00:00
gwr
bf1ba6aebb
Provide declarations for _STANDALONE also.
1997-10-13 21:37:02 +00:00
augustss
e0bd22c96a
Fix pastos.
1997-10-13 21:30:57 +00:00
mark
a5efbaaf3f
Fix -Wall compiler warnings.
1997-10-13 21:28:53 +00:00
mark
e30acb582b
Build softfloat support as standard.
1997-10-13 21:26:58 +00:00
mark
4b5476b492
Fix compiler warnings.
1997-10-13 21:24:15 +00:00