From owner-cvs-src-old@FreeBSD.ORG Thu Jan 29 05:59:49 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B3D1106566C for ; Thu, 29 Jan 2009 05:59:49 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7028FC16 for ; Thu, 29 Jan 2009 05:59:49 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0T5xnOI097658 for ; Thu, 29 Jan 2009 05:59:49 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0T5xnNj097657 for cvs-src-old@freebsd.org; Thu, 29 Jan 2009 05:59:49 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200901290559.n0T5xnNj097657@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 29 Jan 2009 05:59:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/adb adb_mouse.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 05:59:51 -0000 ed 2009-01-29 05:59:42 UTC FreeBSD src repository Modified files: sys/dev/adb adb_mouse.c Log: SVN rev 187878 on 2009-01-29 05:59:42Z by ed 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. Revision Changes Path 1.5 +1 -1 src/sys/dev/adb/adb_mouse.c