From owner-cvs-src@FreeBSD.ORG Sat Feb 4 08:45:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C99ED16A420; Sat, 4 Feb 2006 08:45:20 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8880F43D49; Sat, 4 Feb 2006 08:45:20 +0000 (GMT) (envelope-from scottl@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 k148jKj3085373; Sat, 4 Feb 2006 08:45:20 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k148jKsm085372; Sat, 4 Feb 2006 08:45:20 GMT (envelope-from scottl) Message-Id: <200602040845.k148jKsm085372@repoman.freebsd.org> From: Scott Long Date: Sat, 4 Feb 2006 08:45:20 +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/asr asr.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: Sat, 04 Feb 2006 08:45:20 -0000 scottl 2006-02-04 08:45:20 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Add the start of busdma infrastructure to this driver. Convert the ASR_resetIOPR function to use it. Revision Changes Path 1.74 +111 -10 src/sys/dev/asr/asr.c