From owner-cvs-src@FreeBSD.ORG Sun Jul 6 14:45:32 2003 Return-Path: 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 6A66837B401; Sun, 6 Jul 2003 14:45:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BADB043FE1; Sun, 6 Jul 2003 14:45:31 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h66LjV0U058226; Sun, 6 Jul 2003 14:45:31 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h66LjVNe058225; Sun, 6 Jul 2003 14:45:31 -0700 (PDT) Message-Id: <200307062145.h66LjVNe058225@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 6 Jul 2003 14:45:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 06 Jul 2003 21:45:32 -0000 mux 2003/07/06 14:45:31 PDT FreeBSD src repository Modified files: sys/pci if_dc.c if_dcreg.h Log: Convert the dc(4) driver to the busdma API. This is a necessary step to have this driver working on sparc64. It still needs to be made endian-clean before it can work there. Special thanks to dragonk@evilcode.net for sending me a dc(4) card so that I was able to do this work. Many cheers to all the people that tested this change, thanks to them, this change shouldn't break anything :-). Tested by: marcel (i386 and ia64), ru (i386), wilko (alpha), mbr (i386), wpaul (i386) and Will Saxon (i386) Revision Changes Path 1.115 +281 -108 src/sys/pci/if_dc.c 1.34 +22 -8 src/sys/pci/if_dcreg.h