From nobody@www.freebsd.org  Sat Jun  1 11:10:22 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 6D95F37B403
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Jun 2002 11:10:22 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g51IAGhG092914
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 1 Jun 2002 11:10:16 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g51IAGYM092913;
	Sat, 1 Jun 2002 11:10:16 -0700 (PDT)
Message-Id: <200206011810.g51IAGYM092913@www.freebsd.org>
Date: Sat, 1 Jun 2002 11:10:16 -0700 (PDT)
From: Eduardo Moscoso Rubino <moscoso@moscoso.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maestro3 sound device missing from /usr/src/sys/conf/files
X-Send-Pr-Version: www-1.0

>Number:         38802
>Category:       kern
>Synopsis:       maestro3 sound device missing from /usr/src/sys/conf/files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scottl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 11:20:00 PDT 2002
>Closed-Date:    Wed Jun 19 13:41:28 PDT 2002
>Last-Modified:  Wed Jun 19 13:41:28 PDT 2002
>Originator:     Eduardo Moscoso Rubino
>Release:        RELENG_4
>Organization:
TopoLogica
>Environment:
FreeBSD notebook.local.net 4.6-RC FreeBSD 4.6-RC #0: Sat Jun  1 11:48:46 BRT 2002     root@notebook.local.net:/usr/src/sys/compile/NOTEBOOK  i386      
>Description:
The sound card on my Dell Inspiron 8100 (maestro3) was not being identified during the boot process. This device has a pci id of 0x1998 vendor 0x125d
>How-To-Repeat:
make any kernel with a "device pcm" on its config file. The resulting kernel will not have support for the maestro3 sound cards.
>Fix:
add the line "dev/sound/pci/maestro3.c optional pcm pci" to /usr/src/sys/conf/files and recompile the kernel with "device pcm" in its config file.
>Release-Note:
>Audit-Trail:

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/38802: maestro3 sound device missing from
 /usr/src/sys/conf/files
Date: Sun, 02 Jun 2002 09:42:23 +0900

 moscoso> The sound card on my Dell Inspiron 8100 (maestro3) was not
 moscoso> being identified during the boot process. This device has a
 moscoso> pci id of 0x1998 vendor 0x125d
 
 You can use kernel module, instead of adding pcm feature to your kernel.
 
 moscoso> add the line "dev/sound/pci/maestro3.c optional pcm pci" to
 moscoso> /usr/src/sys/conf/files and recompile the kernel with "device
 moscoso> pcm" in its config file.
 
 Missing this file is intentional maybe.  See the commitlog of rev 1.1:
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pci/maestro3.c#rev1.1
 
 This PR can be closed.
 
 -- -
 Makoto `MAR' Matsushita
Responsible-Changed-From-To: freebsd-bugs->scottl 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Wed Jun 19 12:48:34 PDT 2002 
Responsible-Changed-Why:  
Assigning to the man who'll know for sure. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38802 

------
06-19-2002
Yes, the omition is intentional.  The driver is emcumbered by the GPL, so
it is not appropriate to taint the kernel with it.  See the maestro3
manual page for direction on loading it at boot.

Scott

State-Changed-From-To: open->closed 
State-Changed-By: scottl 
State-Changed-When: Wed Jun 19 13:38:34 PDT 2002 
State-Changed-Why:  
Closed, not a defect. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38802 
>Unformatted:
