K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-10-08T23:35:40.000000Z K 7 svn:log V 278 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(). END