Received: by mail.netbsd.org (Postfix, from userid 0) id E0D8363B151; Sun, 6 Dec 2009 21:38:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8B05363B135 for ; Sun, 6 Dec 2009 21:38:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7776E175DD; Sun, 6 Dec 2009 21:38:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 6 Dec 2009 21:38:42 +0000 From: David Young Subject: CVS commit: src/sys/arch/evbarm/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091206213842.7776E175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: dyoung Date: Sun Dec 6 21:38:42 UTC 2009 Modified Files: src/sys/arch/evbarm/dev: plcom.c Log Message: Simplify the device-activation hook. Move some of the device deactivation to the detachment routine, where it belongs. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/dev/plcom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.