Subject: README: Testers needed
To: None <port-mac68k@NetBSD.ORG>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 02/01/1998 01:29:42
I need some folks with one of the following machines to test a change for
me:

	Performa/LC 475
	Performa/LC 575
	Quadra 605
	Quadra/Centris 610
	Quadra 630
	Quadra/Centris 650
	Quadra 700
	Quadra 800
	Quadra 900/950

The following patch is equivalent to the MADHATTER patch that has been
floating around for some time.  Anybody that is able to test this and
report yea/nay should do so as soon as is convenient so that we can get
the changes into the first patch release for 1.3.

--scott

PS - Please don't assume someone else will test this.  The more reports I
get back, the better the likelihood your system will have official support
in the next NetBSD `point release'.

PPS - this patch is made against the 1.3 version of machdep.c.  If you're
running NetBSD-current, you'll have to apply the patch by hand, sorry.

Index: machdep.c
===================================================================
RCS file: /cvsroot/src/sys/arch/mac68k/mac68k/machdep.c,v
retrieving revision 1.177
diff -c -r1.177 machdep.c
*** machdep.c	1998/01/13 19:15:32	1.177
--- machdep.c	1998/02/01 07:28:36
***************
*** 2083,2088 ****
--- 2083,2102 ----
  	{ MACH_MACPB180C,	(caddr_t)0xfc040000,	512 * 1024 },
  	{ MACH_MACPB500,	(caddr_t)0x60000000,	512 * 1024 },
  	{ MACH_MACLC520,	(caddr_t)0x60000000,	1024 * 1024 },
+ 	{ MACH_MACLC475,	(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACLC475_33,	(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACLC575,	(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACC610,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACC650,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ605,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ605_33,	(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ610,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ630,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ650,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ700,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ800,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ900,		(caddr_t)0xf9000000,	1024 * 1024 },
+ 	{ MACH_MACQ950,		(caddr_t)0xf9000000,	1024 * 1024 },
  	{ 0,			(caddr_t)0x0,		0 },
  };				/* End of intvid_info[] initialization. */