Accept an 68060 as cpu-type. (Thomas Gerner).

This commit is contained in:
leo 1998-02-10 10:25:08 +00:00
parent 54305d4d11
commit dda805c3d4

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootxx.c,v 1.2 1997/06/28 21:36:28 leo Exp $ */
/* $NetBSD: bootxx.c,v 1.3 1998/02/10 10:25:08 leo Exp $ */
/*
* Copyright (c) 1995 Waldi Ravens.
@ -65,7 +65,7 @@ bootxx(readsector, disklabel, autoboot)
bzero(edata, end - edata);
printf("\033v\nNetBSD/Atari boot loader ($Revision: 1.2 $)\n\n");
printf("\033v\nNetBSD/Atari boot loader ($Revision: 1.3 $)\n\n");
if (init_dskio(readsector, disklabel, -1))
return(-1);
@ -142,6 +142,9 @@ sys_info(od)
case 40:
od->cputype |= ATARI_68040;
break;
case 60:
od->cputype |= ATARI_68060;
break;
}
}
jar += 2;