Received: by mail.netbsd.org (Postfix, from userid 0) id 2F88163B2BD; Thu, 12 Nov 2009 22:46:49 +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 D1FD763B2B2 for ; Thu, 12 Nov 2009 22:46:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B7266175DD; Thu, 12 Nov 2009 22:46:47 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 12 Nov 2009 22:46:47 +0000 From: David Young Subject: CVS commit: src/sys/dev/pcmcia To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091112224647.B7266175DD@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: Thu Nov 12 22:46:47 UTC 2009 Modified Files: src/sys/dev/pcmcia: pcmcom.c Log Message: Don't use com_activate(), it's gone away. Delete superfluous activation hook, pcmcom_activate(). Add a child-detachment hook and use it. Use device_private(). Cosmetic: use __arraycount(). Join a couple of lines. Delete a set of superfluous parentheses. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pcmcia/pcmcom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.