Subject: Serial console problem fixed.
To: port-mac68k <port-mac68k@NetBSD.ORG>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 03/05/1996 21:17:24
Hello everyone. In testing things tonight, I confirmed my fears.
The serial console problem is that we switched how the booter indicates
serial console & port, yet my code didn't. The below patch will fix
things for now.

Take care,

Bill

*** ser.c.orig	Tue Mar  5 20:57:35 1996
--- ser.c	Tue Mar  5 20:58:26 1996
***************
*** 2012,2017 ****
--- 2012,2020 ----
  		return 0;
  	}
  
+ 	if (mac68k_machine.serial_console > 1) 
+ 		mac68k_machine.serial_console = 3;
+ 
  	cp->cn_pri = CN_NORMAL;			/* Lower than CN_INTERNAL */
  	if (mac68k_machine.serial_console & 0x01) {
  		cp->cn_pri = CN_REMOTE;		/* Higher than CN_INTERNAL */