Subject: lost changes to machdep.c
To: None <port-mac68k@NetBSD.ORG>
From: David Johnston <david@canopus.apana.org.au>
List: port-mac68k
Date: 10/22/1997 21:25:29
I requested some changes to cpu.h and machdep.c several weeks ago to support
my speed boosted LC475. Allen made these changes for me, but the changes to
machdep.c seem to have been lost when it was updated last monday.

Assumming it was just a merge error, and there wasn't some deeper reason,
could someone put the code I need back in? (the diffs are at the end of this
message). My machine is unable boot without them :-(

    thanks,
	david

--

David Johnston
david@canopus.apana.org.au

-----------------------------------------------

*** /usr/src/new-sys/arch/mac68k/mac68k/machdep.c       Sun Sep 21 22:18:15 1997
--- machdep.c   Sat Sep 27 20:58:09 1997
***************
*** 1970,1975 ****
--- 1970,1976 ----
        {MACH_MACQ650, "Quadra", " 650 ", MACH_CLASSQ, &romvecs[6]},
        {MACH_MACC650, "Centris", " 650 ", MACH_CLASSQ, &romvecs[6]},
        {MACH_MACQ605, "Quadra", " 605 ", MACH_CLASSQ, &romvecs[9]},
+       {MACH_MACQ605_33, "Quadra", " 605/33 ", MACH_CLASSQ, &romvecs[9]},
        {MACH_MACC610, "Centris", " 610 ", MACH_CLASSQ, &romvecs[6]},
        {MACH_MACQ610, "Quadra", " 610 ", MACH_CLASSQ, &romvecs[6]},
        {MACH_MACQ630, "Quadra", " 630 ", MACH_CLASSQ, &romvecs[13]},
***************
*** 2008,2013 ****
--- 2009,2015 ----
        {MACH_MACLCII,  "LC", " II ",  MACH_CLASSLC, &romvecs[3]},
        {MACH_MACLCIII, "LC", " III ", MACH_CLASSLC, &romvecs[14]},
        {MACH_MACLC475, "LC", " 475 ", MACH_CLASSQ,  &romvecs[9]},
+       {MACH_MACLC475_33, "LC", " 475/33 ", MACH_CLASSQ,  &romvecs[9]},
        {MACH_MACLC520, "LC", " 520 ", MACH_CLASSLC, &romvecs[15]},
        {MACH_MACLC575, "LC", " 575 ", MACH_CLASSQ2, &romvecs[16]},
        {MACH_MACCCLASSIC, "Color Classic ", "", MACH_CLASSLC, &romvecs[3]},