leo
9dde470095
- Remove cpuspeed
...
- Remove dead code (stmem_steal())
- Use round_page() on st_pool_size before using. This prevents crashes
when it is 'binpatched' with a value that is not a multiple of the
page size.
1995-04-28 11:41:53 +00:00
leo
d3056f9136
CD-ROM drives added.
1995-04-28 11:36:33 +00:00
leo
cd29a7f291
Better way to select a display mode?
1995-04-28 11:34:33 +00:00
leo
d3bb44e8f2
Made no_ttram_dma patchable instead of a define.
1995-04-28 11:33:01 +00:00
cgd
0e59975fac
rename files files for new config/config.old naming
1995-04-28 08:19:12 +00:00
leo
ecec677e0c
Removed cpuspeed
1995-04-27 20:34:13 +00:00
christos
843a2a3539
Use new files.sunos
1995-04-27 12:08:54 +00:00
christos
94289bf2b0
Move sunos_machdep.c to m68k
1995-04-22 23:39:02 +00:00
christos
4bca9bf670
Remove sunos_machdep.c
1995-04-22 23:38:27 +00:00
leo
03df025c9d
Change allocation algorithm to best-fit, fix bug in free_stmem.
1995-04-22 22:23:38 +00:00
leo
8e56abf0fa
Define DELAY to call delay()
1995-04-22 22:20:36 +00:00
leo
3517d2e5ac
- Prefix 'dma-defines' with DMA_
...
- Add function prototypes
1995-04-22 22:18:57 +00:00
leo
dcdee517ef
- Remove register access functions from dma.c -> fd.c and inline them
...
- Add write protect checking (mistereously disapeared during port)
- Make fdclose() return a sensible value
- Prefix 'dma-defines' with DMA_
1995-04-22 22:18:17 +00:00
leo
e8312d3ac3
Adapt for new conf.h:
...
- Add xxxtty() functions
- Remove xxx_tty array
1995-04-22 22:06:43 +00:00
leo
c9a522cd2b
Adapt for new conf.h.
1995-04-22 22:05:17 +00:00
christos
c5f01c2a4c
Fixed comparison in SYS__syscall to be against sysent instead of
...
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the
alpha port so far?)
1995-04-22 20:49:06 +00:00
christos
de42a28a1b
- added sunos_machdep.c for sun3, atari, amiga and mac68k.
...
- changed machdep.c and trap.c to use struct emul.
- remove ep_setup references.
- added struct emul to all emulations.
1995-04-22 20:24:40 +00:00
jtc
4d37095e31
Fix typo: ieefp.h -> ieeefp.h.
1995-04-16 16:47:03 +00:00
leo
049520050c
Get RAMD_NDEV in sync with definitions in rd_info.
1995-04-16 14:59:03 +00:00
leo
c0f4a40a61
Make it consistent with conf.c .
1995-04-16 14:56:25 +00:00
leo
82aac3e84b
Changed '#endif KERNEL' -> '#endif /* _KERNEL */'.
1995-04-16 14:55:09 +00:00
leo
c2e83d3290
Make it work after last week's changes.
1995-04-16 14:53:14 +00:00
leo
7845638d97
Added maxpartitions.
1995-04-16 14:50:40 +00:00
leo
99344526c3
Get TT-RAM sizes right, some more debug output added with -D option.
1995-04-16 14:47:58 +00:00
mellon
df78dbb096
Reference cninit.c as well as cons.c
1995-04-11 09:52:11 +00:00
mycroft
e41d4f5e96
Undo accidental change.
1995-04-11 02:42:23 +00:00
mycroft
47f2d08bb3
Use global 8530 defs.
1995-04-11 02:37:11 +00:00
mycroft
e25c1817cf
kernel_pmap --> pmap_kernel()
1995-04-10 13:08:28 +00:00
mycroft
fecbe784d6
Oops; finish that last change.
1995-04-10 12:45:53 +00:00
mycroft
22cefc03bc
Bring back pmap_kernel(), for now always inlined as a pointer to
...
kernel_pmap_store.
1995-04-10 12:41:29 +00:00
mycroft
127e0761c9
Add mmopen(), mmclose(), and mmmmap() where appropriate. Lock vmmap when
...
needed. Make types consistent.
1995-04-10 11:54:47 +00:00
mycroft
1475e294a9
map --> mmap
1995-04-10 09:12:10 +00:00
mycroft
01e31cf3cd
Fdclose --> fdclose
1995-04-10 08:56:18 +00:00
mycroft
b0a77d1212
map --> mmap
1995-04-10 08:55:47 +00:00
mycroft
25e4eaf5ca
Nuke kbdwrite().
1995-04-10 08:54:41 +00:00
mycroft
42a32c0eca
Minor tweak for ite.
1995-04-10 08:54:16 +00:00
mycroft
27d859e141
Add dummy itestop(), and rename a few functions.
1995-04-10 08:53:46 +00:00
mycroft
e66c94e4b5
Update for conf.h.
1995-04-10 08:51:09 +00:00
mycroft
e957423a98
Move fp_except and fp_rnd definitions to machine/include.
1995-04-09 21:31:58 +00:00
leo
8b093b18a2
Added '\r' chars in printf, so output under TOS becomes readable. Also
...
added some extra options for debugging.
1995-04-08 21:01:39 +00:00
leo
8dc1468412
NetBSD/Atari, port by Leo Weppelman.
1995-04-06 21:04:54 +00:00
leo
e5d720f534
Fixed up chr to blk translations.
1995-04-05 06:31:33 +00:00
leo
f95dd52b68
KERNEL -> _KERNEL
1995-03-30 06:01:13 +00:00
leo
36592a50b1
Make ite ioctl work and fixup the colormap stuff.
1995-03-28 06:35:40 +00:00
leo
95b76828da
Add -D_KERNEL to preprocessor flags
1995-03-28 06:29:39 +00:00
leo
4458e46001
Capitalisation of NetBSD fixed.
1995-03-28 06:26:50 +00:00
leo
aaba69e8ca
fix some formatting nits
1995-03-26 07:24:32 +00:00
leo
71f4b7ab67
cgd for leo: adjust ktrsyscall() invocation to behave like ktrsyscall()
...
now expects.
1995-03-26 07:20:54 +00:00
leo
e5838fcffd
cgd for leo: kill some casts; catch up with the state of the rest of the world
1995-03-26 07:17:44 +00:00
leo
8b0113cfce
NetBSD/Atari, port by Leo Weppelman.
1995-03-26 07:12:03 +00:00