]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make adb_mouse use dev2unit() instead of minor().
authorEd Schouten <ed@FreeBSD.org>
Thu, 29 Jan 2009 05:59:42 +0000 (05:59 +0000)
committerEd Schouten <ed@FreeBSD.org>
Thu, 29 Jan 2009 05:59:42 +0000 (05:59 +0000)
commit218653a7fc55db69075f14de865963d83e9ef801
treedd8a734068c9eb33849b66d4d9596001c3265d68
parent64e4196db9dd79831b83b692516520feacf8b816
Make adb_mouse use dev2unit() instead of minor().

A real fix would be to migrate it to si_drv0 to store the softc
directly, but this is the quickest way to fix it right now.
sys/dev/adb/adb_mouse.c