Date: Sat, 6 Dec 2008 23:26:02 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/adb adb.h adb_bus.c adb_kbd.c adb_mouse.c adbvar.h src/sys/powerpc/powermac cuda.c cudavar.h Message-ID: <200812062327.mB6NRndW030444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2008-12-06 23:26:02 UTC FreeBSD src repository Modified files: sys/dev/adb adb.h adb_bus.c adb_kbd.c adb_mouse.c adbvar.h sys/powerpc/powermac cuda.c cudavar.h Log: SVN rev 185724 on 2008-12-06 23:26:02Z by nwhitehorn Fix some nasty race conditions in the VIA-CUDA driver that ended up preventing my right mouse button and keyboard LEDs from working due to mangled configuration packets. Fixed several other races and associated problems in the main ADB stack that were exposed while fixing this. Revision Changes Path 1.2 +1 -1 src/sys/dev/adb/adb.h 1.4 +32 -39 src/sys/dev/adb/adb_bus.c 1.2 +5 -9 src/sys/dev/adb/adb_kbd.c 1.4 +1 -1 src/sys/dev/adb/adb_mouse.c 1.3 +0 -1 src/sys/dev/adb/adbvar.h 1.3 +150 -77 src/sys/powerpc/powermac/cuda.c 1.2 +24 -12 src/sys/powerpc/powermac/cudavar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812062327.mB6NRndW030444>