From owner-cvs-all Mon Oct 8 16:35:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00A6437B408; Mon, 8 Oct 2001 16:35:40 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98NZev19461; Mon, 8 Oct 2001 16:35:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200110082335.f98NZev19461@freefall.freebsd.org> From: John Baldwin Date: Mon, 8 Oct 2001 16:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pcaudio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/08 16:35:40 PDT Modified files: sys/i386/isa pcaudio.c Log: Don't attempt to initialize the pcaudio device on open. The attach routine already does the initialization (though it didn't set pca_initialized, so we always initialized twice) and since attach calls make_dev(), there's no way that pcaopen() can be called before pcaattach(). Revision Changes Path 1.63 +1 -7 src/sys/i386/isa/pcaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message