The last 16MB (physical) on Atari is used for IO, and we currently map it through transparent translation register. Move commpage out of the way.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#define COMMPAGE_ENTRY_M68K_SYSCALL (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0)
|
#define COMMPAGE_ENTRY_M68K_SYSCALL (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0)
|
||||||
#define COMMPAGE_ENTRY_M68K_MEMCPY (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 1)
|
#define COMMPAGE_ENTRY_M68K_MEMCPY (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 1)
|
||||||
|
|
||||||
#warning M68K: FIXME: colides with IO space mapped with TT1!
|
/* 0xffff0000 colides with IO space mapped with TT1 on Atari */
|
||||||
#define ARCH_USER_COMMPAGE_ADDR (0xffff0000)
|
#define ARCH_USER_COMMPAGE_ADDR (0xfeff0000)
|
||||||
|
|
||||||
#endif /* _SYSTEM_ARCH_M68K_COMMPAGE_DEFS_H */
|
#endif /* _SYSTEM_ARCH_M68K_COMMPAGE_DEFS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user