Subject: CVS commit: syssrc/sys/arch/shark/shark
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/31/2002 02:38:22
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Mar 31 00:38:22 UTC 2002

Modified Files:
	syssrc/sys/arch/shark/shark: pccons.c

Log Message:
From the "How the Hell did this ever work before?!" department...

In getDisplayInfo(), don't use malloc().  Instead use static storage
for the two things we'd want to allocate.  getDisplayInfo() is called
before VM is bootstrapped in the console init path.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/shark/shark/pccons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.