Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/cobalt/cobalt
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.
Home |
Main Index |
Thread Index |
Old Index