Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2001 16:35:40 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa pcaudio.c
Message-ID:  <200110082335.f98NZev19461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110082335.f98NZev19461>