From owner-cvs-all Mon May 17 14:56: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F207C153CD; Mon, 17 May 1999 14:56:00 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA43869; Mon, 17 May 1999 14:56:00 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905172156.OAA43869@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 May 1999 14:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa ahc_eisa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/17 14:56:00 PDT Modified files: sys/i386/eisa ahc_eisa.c Log: Correct the comment for the last commit. Clean up the handling of failure modes in our attach so we don't free resources twice. ahc_free() will do all of the work for us (as would be required by an unload event) so we only need to handle resources that the softc has not taken ownership of. Revision Changes Path 1.10 +1 -1 src/sys/i386/eisa/ahc_eisa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message