From owner-cvs-all@FreeBSD.ORG Sat Feb 11 03:29:03 2006 Return-Path: <owner-cvs-all@FreeBSD.ORG> X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AA016A420; Sat, 11 Feb 2006 03:29:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BB143D48; Sat, 11 Feb 2006 03:29:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1B3T2Yj083716; Sat, 11 Feb 2006 03:29:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1B3T2Zu083715; Sat, 11 Feb 2006 03:29:02 GMT (envelope-from imp) Message-Id: <200602110329.k1B3T2Zu083715@repoman.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Sat, 11 Feb 2006 03:29:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ohci.c ohci_pci.c ohcivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-all> List-Post: <mailto:cvs-all@freebsd.org> List-Help: <mailto:cvs-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>, <mailto:cvs-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 11 Feb 2006 03:29:03 -0000 imp 2006-02-11 03:29:02 UTC FreeBSD src repository Modified files: sys/dev/usb ohci.c ohci_pci.c ohcivar.h Log: Give ohci_intr a proper return value. In FreeBSD, this is void. Remove now-redundant cast on establishing the interrupt. Revision Changes Path 1.157 +4 -4 src/sys/dev/usb/ohci.c 1.46 +2 -2 src/sys/dev/usb/ohci_pci.c 1.42 +1 -1 src/sys/dev/usb/ohcivar.h