Subject: ATTN: Classic II users
To: None <port-mac68k@NetBSD.ORG>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 07/11/1997 01:11:07
I need someone with a Classic II and the ability to compile -current
kernels to test this change out.  The patch requires v1.153 of machdep.c,
but it's simple enough to apply by hand to older versions.

Please let me know if you try this, and what sort of results you get.
Thanks!

--scott

Index: machdep.c
===================================================================
RCS file: /cvsroot/src/sys/arch/mac68k/mac68k/machdep.c,v
retrieving revision 1.153
diff -c -r1.153 machdep.c
*** machdep.c	1997/07/11 06:02:26	1.153
--- machdep.c	1997/07/11 06:12:24
***************
*** 1984,1989 ****
--- 1984,1990 ----
  	caddr_t	fbbase;
  	u_long	fblen;
  } intvid_info[] =  {
+ 	{ MACH_MACCLASSICII,	(caddr_t)0xfee09a80,	21888 },
  	{ MACH_MACPB140,	(caddr_t)0xfee00000,	32 * 1024 },
  	{ MACH_MACPB145,	(caddr_t)0xfee00000,	32 * 1024 },
  	{ MACH_MACPB170,	(caddr_t)0xfee00000,	32 * 1024 },