Subject: console problems while booting
To: Jon Buller <jonb@metronet.com>
From: Wiker, Raymond <etorwi@eto.ericsson.se>
List: port-pc532
Date: 08/02/1996 11:18:43
Jon Buller writes:
 > Could someone add the following code to sys/arch/pc532/dev/scnreg.h?
 > 
 > #ifdef PC532MONCOMPAT
 > #undef TTYDEF_CFLAG
 > #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
 > #endif
 > 
 > The reason I ask, is that the monitor starts up this way anyway,
 > and I had to go hunting for the "strip high bits" on my mac program
 > when I brought it home from work.

	Note - this needs the line 
options PC532MONCOMPAT

	in the config file, as well as new entries in /etc/gettytab:

np.9600|9600-baud-np:\
        :sp#9600:np:
np.19200|19200-baud-np:\
        :sp#19200:np:
 
	//Raymond.