Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 1999 21:23:03 -0700 (PDT)
From:      davida@cs.uwm.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/12333: ProAudio Spectrum sound card broken model number reporting
Message-ID:  <19990622042303.5478414ED4@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         12333
>Category:       kern
>Synopsis:       ProAudio Spectrum sound card broken model number reporting
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 21 21:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     George Davida
>Release:        3.2-19990609-STABLE
>Organization:
University of Wisconsin
>Environment:
FreeBSD huber.cs.uwm.edu 3.2-19990609-STABLE FreeBSD 3.2-19990609-STABLE #5: Fri Jun 18 09:42:32 CDT 1999     davida@huber.cs.uwm.edu:/usr/src/sys/compile/HUBER  i386

>Description:
On some ProAudio Spectrum cards, the model number is
not reporte correctly when queried. 
>How-To-Repeat:
Get a PAS card that is broken!
>Fix:
Apply the diff to pas2_card.c in /usr/src/sys/isa/sound
313,315d312
< #ifdef BROKEN_PAS_MODEL
<       pas_model= PAS_MODEL;
< #endif
327,329c324
< #ifdef BROKEN_PAS_MODEL
<       if (pas_model = PAS_MODEL ){
< #else                             
---
> 
331d325
< #endif

Also apply add these to the LINT file in 
/usr/src/sys/i386/conf
options        BROKEN_PAS_MODEL  # Set PAS model in next (fixes pas2_pcm.c)
options        "PAS_MODEL=3"     # fix pas2_pcm.c to force return model



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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