Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/14/1997 16:30:02
drochner
Thu Aug 14 09:21:51 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv13025/arch/i386/i386

Modified Files:
	machdep.c 
Log Message:
Initialize system console from a central place (don't use cninit()
anymore). This makes the code cleaner (no more bus tag guessing in the
serial console driver) and it allows to share code with KGDB port
initialization.
The console device is now given as string ("pc", "com0".."com3").
Modelled after alpha port.


drochner
Thu Aug 14 09:23:42 PDT 1997
Update of /cvsroot/src/sys/arch/i386/conf
In directory netbsd1:/var/slash-tmp/cvs-serv13945/arch/i386/conf

Modified Files:
	GENERIC 
Log Message:
Add prototype definitions for serial console and KGDB.