Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   mhitch
Date:           Sun Apr 23 19:55:52 UTC 2000

Modified Files:
        syssrc/sys/arch/amiga/dev: par.c

Log Message:
Long term bug finally reared its head:  size of device softc was specified
as sizeof(struct device) when amiga switched to new config, and recent
additions of callout structures and a long missing struct device to the
soft structure resulted in kernel panics when attempting to open the builtin
serial port.  The callout structure initialization was clearing the serial
port softc data!  Fixed by using sizeof(struct par_softc).


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/amiga/dev/par.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