Subject: Compiling a kernel for 68060
To: None <port-amiga@netbsd.org>
From: Anders Skargren <haze@lysator.liu.se>
List: port-amiga
Date: 11/10/1998 01:47:08
Hi,

I'm almost afraid of asking since this might be a RTFM query. I'm running
NetBSD 1.3.2 on my A2000 with a Phase5 A2060 board. Everything is fine
other than some early virtual memory problems.

However, I'm unable to compile a new kernel. I have tried 2-3 times and
am probably missing something. When I boot the new kernel it does not
recognize the 68060 but thinks it's a 040 and then panics after a while. I
refetched the kernel sources after the first time with no avail, tried
some compiler flags second time, etc (don't remember, it was a while ago).

Even if I just copy the generic config and compile that it fails to boot.
The kernel thinks the 060 is a 040:
---
Sep  9 13:16:20 f190 /netbsd: NetBSD 1.3.2 (amelia060) #0: Mon Sep  7 03:14:12 CEST 1998
Sep  9 13:16:20 f190 /netbsd:haze@f190:/usr/local/src/sys/arch/amiga/compile/amelia060
Sep  9 13:16:20 f190 /netbsd: Amiga 500/2000 (m68040 CPU/MMU/FPU)

---
as opposed to:
---
Oct  5 23:37:31 f190 /netbsd: NetBSD 1.3.2 (GENERIC) #0: Wed May 13 00:51:45 EDT 1998
Oct  5 23:37:31 f190 /netbsd:chopps@yahoo.emich.edu:/exp/NetBSD/release-1-3/src/sys/arch/amiga/compile/GENERIC
Oct  5 23:37:31 f190 /netbsd: Amiga 500/2000 (68060 rev.1 CPU/MMU/FPU)
---

Can someone give me the missing piece of information?

                                              - Anders -