Subject: CVS commit: syssrc/sys/arch/arm/sa11x0
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 09/02/2002 08:27:41
Module Name:	syssrc
Committed By:	manu
Date:		Mon Sep  2 05:27:40 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/sa11x0: sa11x0_com.c

Log Message:
When the serial port was not checked in hpcboot on hpcarm, writing to
/dev/ttyS0 crashed the kernel. This is because sacom_filltx uses some
uninitialized static variables. Pulling the salues from softc instead
fixes the problem (this is what was done before the drver was moved
from /sys/arch/hpcarm to /sys/arch/arm, anyway).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm/sa11x0/sa11x0_com.c

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