Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/amiga/amiga



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.




Home | Main Index | Thread Index | Old Index