Source-Changes-D archive

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

re: 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.


i think you're right.  can you just delete all this sbusreset() code?



.mrg.


Home | Main Index | Thread Index | Old Index