Source-Changes archive

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

CVS commit: src/sys/dev/sbus



Module Name:    src
Committed By:   tsutsui
Date:           Tue Sep  8 18:31:36 UTC 2009

Modified Files:
        src/sys/dev/sbus: esp_sbus.c if_le_lebuffer.c if_le_ledma.c

Log Message:
sbus_establish() should take device_t self for the device itself,
not device_t parent even if sbus is grandparent of the device,
otherwise (*sd_reset)() callbacks will be called with an wrong device_t.
Even in such case, sbus_establish() looks for an sbus though device tree.
XXX: (*sd_reset)() isn't called anyway, and these stuff seems really bogus.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sbus/esp_sbus.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sbus/if_le_lebuffer.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/sbus/if_le_ledma.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