Subject: CVS commit: src/sys/arch/amiga/amiga
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 01/09/2003 01:41:05
Module Name:	src
Committed By:	aymeric
Date:		Wed Jan  8 23:41:04 UTC 2003

Modified Files:
	src/sys/arch/amiga/amiga: autoconf.c

Log Message:
initialize the dv_unit field of our fake device structure to 0, as done on x68k.
This fixes the problem where no grf* console would be found on startup because
they wouldn't match with any parent.
While here, memset() that structure to zero so that we either pass or crash
right away if the MI code changes again. From Leo Weppelman, as done on atari.


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/arch/amiga/amiga/autoconf.c

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