看板 DFBSD_commit 關於我們 聯絡資訊
commit 63bf4253195906a86838dd13e39077ac98406c20 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jul 3 14:38:50 2009 -0700 USB - Fix mis-cast in EHCI producing garbage on console EHCI was improperly interpreting the companion bus softc pointer, causing it to report junk on the console. Reported-by: Alexander Polakov <polachok@gmail.com> Summary of changes: sys/bus/usb/ehci_pci.c | 8 ++++++-- sys/bus/usb/usb.c | 7 +++++++ sys/bus/usb/usbdi.h | 3 +++ 3 files changed, 16 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/63bf4253195906a86838dd13e39077ac98406c20 -- DragonFly BSD source repository