From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:39:40 2004 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 8024016A4D0; Thu, 15 Jul 2004 16:39:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D1E43D45; Thu, 15 Jul 2004 16:39:40 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FGdeNS061738; Thu, 15 Jul 2004 16:39:40 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGdefk061737; Thu, 15 Jul 2004 16:39:40 GMT (envelope-from njl) Message-Id: <200407151639.i6FGdefk061737@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:39:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c fdcvar.h 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: Thu, 15 Jul 2004 16:39:40 -0000 njl 2004-07-15 16:39:40 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c fdcvar.h Log: Re-work for fdc_acpi. Expose fdc_add_child() and move the static hints-based probe to fdc_hints_probe(). Also: * Fix some resource leaks when attach fails. * Remove the FDC_ATTACHED flag. It was supposed to prevent multiple unloads but this is not necessary. Revision Changes Path 1.281 +32 -25 src/sys/dev/fdc/fdc.c 1.3 +4 -2 src/sys/dev/fdc/fdcvar.h