Subject: Buglet in new audio drivers
To: None <port-i386@NetBSD.ORG>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: port-i386
Date: 03/01/1995 17:06:48
If one tries to compile just PAS support, you get an unsatisfied reference to
sb_device from sbsdp.c (sbdsp_attach).  The obvious solution is to move the
lines initializing sb_device.version[] from sbdsp.c to sb.c (to just after
the call to sbdsp_attach).