Subject: attach routine not being called after successful match
To: None <tech-kern@netbsd.org>
From: Jared D. McNeill <jmcneill@ip010160021130.nbtel.net>
List: tech-kern
Date: 06/20/2001 09:17:53
Is there any reason why an attach routine wouldn't be called after a
success match? Here's what's going on:

 sound driver attaches to pcmcia bus
 drvname_opl_attach is executed
  opl_find returns true
  drvname_opl_attach returns true
 drvname_opl_match is never called
 audio attaches to sound driver

In my kernel config:

 esl*		at pcmcia? function ?
 audio*		at esl?
 opl*		at esl?
 midi*		at esl?
 pseudo-device	sequencer	1

Any help would be appreciated.

Thanks,
Jared