From owner-cvs-all@FreeBSD.ORG Fri Apr 18 17:21:35 2003 Return-Path: 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 9D4E237B401; Fri, 18 Apr 2003 17:21:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF9C43F85; Fri, 18 Apr 2003 17:21:35 -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 h3J0LZ0U062914; Fri, 18 Apr 2003 17:21:35 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3J0LYHn062913; Fri, 18 Apr 2003 17:21:34 -0700 (PDT) Message-Id: <200304190021.h3J0LYHn062913@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 18 Apr 2003 17:21:34 -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/dev/tx if_tx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 00:21:36 -0000 mux 2003/04/18 17:21:34 PDT FreeBSD src repository Modified files: sys/dev/tx if_tx.c Log: Various cleanups: - Don't initialize if_output, ether_ifattach() does this for us. - Use pci_enable_busmaster() instead of using pci_read_config() and pci_write_config() directly. - Don't try to enable I/O, bus_alloc_resource() does this for us. Revision Changes Path 1.67 +1 -20 src/sys/dev/tx/if_tx.c