From owner-cvs-src@FreeBSD.ORG Wed Aug 31 18:09:54 2005 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 BAFFC16A41F; Wed, 31 Aug 2005 18:09:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AF643D45; Wed, 31 Aug 2005 18:09:54 +0000 (GMT) (envelope-from jhb@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 j7VI9s6J017912; Wed, 31 Aug 2005 18:09:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7VI9sbW017911; Wed, 31 Aug 2005 18:09:54 GMT (envelope-from jhb) Message-Id: <200508311809.j7VI9sbW017911@repoman.freebsd.org> From: John Baldwin Date: Wed, 31 Aug 2005 18:09:54 +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/txp if_txp.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: Wed, 31 Aug 2005 18:09:54 -0000 jhb 2005-08-31 18:09:54 UTC FreeBSD src repository Modified files: sys/dev/txp if_txp.c Log: - Only call txp_release_resources() once if attach fails. - Set errno to ENXIO instead of 0 in several attach failure cases. - Setup the interrupt handler at the very end of txp_attach() after ether_ifattach(). - Various whitespace fixes in function prototypes. Revision Changes Path 1.34 +31 -38 src/sys/dev/txp/if_txp.c