Subject: kern/6933: ESS1868 isapnp audio cards doesn't work with ess(4) driver ...
To: None <gnats-bugs@gnats.netbsd.org>
From: Jaromir Dolecek <dolecek@ics.muni.cz>
List: netbsd-bugs
Date: 02/03/1999 19:05:53
>Number:         6933
>Category:       kern
>Synopsis:       ESS1868 isapnp audio cards doesn't work with ess(4) driver ...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb  3 10:20:00 1999
>Last-Modified:
>Originator:     Jaromir Dolecek
>Organization:
	Per4mance, Brno, Czech Republic
>Release:        NetBSD-19990118 or so
>Environment:
	
System: NetBSD jdolecek.per4mance.cz 1.3I NetBSD 1.3I (JDOLECEK) #0: Sun Jan 31 21:02:09 MET 1999 dolecek@jdolecek.per4mance.cz:/home/dolecek/tmp/kern-19990116/src/sys/arch/i386/compile/JDOLECEK i386


>Description:
	Well, the ess(4) doesn't probe or work for ESS1868 audio card.
	ESS1868 however works okay with sb driver and it ever did
	(where ever means 1.3.X & 1.2.X). For whatever reson,
	it uses ess driver under -current.
>How-To-Repeat:
	make kernel with sb & watch it not even find ESS1868 card
	make kernel with ess driver & watch it fail to attach the card
>Fix:
	This is just trivial patch to isapnpdevs so that ESS1868
	is mapped to working (i.e. sb(4)) driver. After this,
	it works again like a charm.
--- isapnpdevs.orig	Tue Feb  2 11:09:28 1999
+++ isapnpdevs	Tue Feb  2 11:09:44 1999
@@ -93,7 +93,6 @@
 /*
  * ess
  */
-devlogic	ess	ESS1868		ESS1868
 devlogic	ess	ESS1869		ESS1869
 
 /*
@@ -147,6 +146,7 @@
 devcompat	sb	PNPB001		Generic SB 2.0
 devcompat	sb	PNPB002		Generic SB Pro
 devcompat	sb	PNPB003		Generic SB 16
+devlogic	sb	ESS1868		ESS1868
 
 /*
  * wdc
>Audit-Trail:
>Unformatted: