Subject: CVS commit: src/sys/arch/cobalt/cobalt
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/05/2005 15:02:18
Module Name: src
Committed By: tsutsui
Date: Sun Jun 5 15:02:18 UTC 2005
Modified Files:
src/sys/arch/cobalt/cobalt: mainbus.c
Log Message:
Make sure that struct mainbus_attach_args is actually allocated.
With the previous autoconf.c and mainbus.c, the memory in rodata section
which stores "mainbus" strings (for the second arg in config_rootfound())
is used to fill mainbus_attach_args in mainbus_search(). Oh well...
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/cobalt/cobalt/mainbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.