From owner-cvs-src@FreeBSD.ORG Mon Jul 28 16:19:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA5D1065683; Mon, 28 Jul 2008 16:19:17 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 844DD8FC1B; Mon, 28 Jul 2008 16:19:17 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6SGJHrg034152; Mon, 28 Jul 2008 16:19:17 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6SGJH31034151; Mon, 28 Jul 2008 16:19:17 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200807281619.m6SGJH31034151@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Mon, 28 Jul 2008 16:19:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2008 16:19:17 -0000 thompsa 2008-07-28 16:19:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb ehci.c ohci.c Log: SVN rev 180910 on 2008-07-28 16:19:16Z by thompsa MFC r178978 Don't let hacksync() call bus_dmamap_sync(9) on DMA maps which are not initialized. This fixes a panic on sparc64 where calling bus_dmamap_sync(9) on NULL DMA maps is fatal. Revision Changes Path 1.56.2.3 +7 -3 src/sys/dev/usb/ehci.c 1.170.2.2 +7 -3 src/sys/dev/usb/ohci.c