From nobody@FreeBSD.org  Fri Jun  6 08:39:17 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 17BBD1065678
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Jun 2008 08:39:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id ECFA28FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  6 Jun 2008 08:39:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m568dGi2069422
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 6 Jun 2008 08:39:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m568dGUp069421;
	Fri, 6 Jun 2008 08:39:16 GMT
	(envelope-from nobody)
Message-Id: <200806060839.m568dGUp069421@www.freebsd.org>
Date: Fri, 6 Jun 2008 08:39:16 GMT
From: Volodymyr Kostyrko <c.kworr@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Stale files in the tree prevents normal port building for audio/aureal-kmod.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124343
>Category:       misc
>Synopsis:       Stale files in the tree prevents normal port building for audio/aureal-kmod.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 06 08:40:02 UTC 2008
>Closed-Date:    Wed Jan 14 10:18:39 UTC 2009
>Last-Modified:  Wed Jan 14 10:20:03 UTC 2009
>Originator:     Volodymyr Kostyrko
>Release:        FreeBSD 7.0-STABLE
>Organization:
>Environment:
FreeBSD green.tandem.local 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue May 20 13:13:33 UTC 2008     root@green:/usr/obj/usr/src/sys/GREEN  amd64
>Description:
Kernel module installed by audio/aureal-kmod support various Aureal vortex cards. This code fails to be submitted into the main tree. For now main tree holds archaic versions of the files used to make the kernel module. This files are outdated (last time they were touched in 2005) and do interfere with port build process. However they are just sitting there without any cause. They are even disconnected from main build process.
>How-To-Repeat:
Just try to build the mentioned port.
>Fix:
Remove this files:
 sys/dev/sound/pci/au88x0.c
 sys/dev/sound/pci/au88x0.h
Change this file:
 sys/conf/files
removing commented out line about snd_au88x0.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: gavin 
State-Changed-When: Wed Jan 7 10:14:30 UTC 2009 
State-Changed-Why:  
Files removed in SVN r186851 


Responsible-Changed-From-To: freebsd-bugs->rafan 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Wed Jan 7 10:14:30 UTC 2009 
Responsible-Changed-Why:  
Over to committer as MFC reminder 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/124343: commit references a PR
Date: Wed, 14 Jan 2009 06:50:42 +0000 (UTC)

 Author: rafan
 Date: Wed Jan 14 06:50:28 2009
 New Revision: 187209
 URL: http://svn.freebsd.org/changeset/base/187209
 
 Log:
   MFC r186851
   
    - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernel
      module. These files cause manual interaction when building
      ports/audio/aureal-kmod which provides a usable i386-only driver (it requires
      linking against some linux object files distributed by vendor which bankrupted
      back in 2000).
   
    MFC after:    1 week
   
   PR:		124343
 
 Deleted:
   stable/7/sys/dev/sound/pci/au88x0.c
   stable/7/sys/dev/sound/pci/au88x0.h
   stable/7/sys/modules/sound/driver/au88x0/
 Modified:
   stable/7/sys/   (props changed)
   stable/7/sys/conf/NOTES
   stable/7/sys/conf/files
   stable/7/sys/contrib/pf/   (props changed)
   stable/7/sys/dev/cxgb/   (props changed)
 
 Modified: stable/7/sys/conf/NOTES
 ==============================================================================
 --- stable/7/sys/conf/NOTES	Wed Jan 14 05:08:52 2009	(r187208)
 +++ stable/7/sys/conf/NOTES	Wed Jan 14 06:50:28 2009	(r187209)
 @@ -1990,8 +1990,6 @@ device		sound
  # snd_ad1816:		Analog Devices AD1816 ISA PnP/non-PnP.
  # snd_als4000:		Avance Logic ALS4000 PCI.
  # snd_atiixp:		ATI IXP 200/300/400 PCI.
 -# snd_au88x0		Aureal Vortex 1/2/Advantage PCI. This driver
 -#			lacks support for playback and recording.
  # snd_audiocs:		Crystal Semiconductor CS4231 SBus/EBus. Only
  #			for sparc64.
  # snd_cmi:		CMedia CMI8338/CMI8738 PCI.
 @@ -2035,7 +2033,6 @@ device		sound
  device		snd_ad1816
  device		snd_als4000
  device		snd_atiixp
 -#device		snd_au88x0
  #device		snd_audiocs
  device		snd_cmi
  device		snd_cs4281
 
 Modified: stable/7/sys/conf/files
 ==============================================================================
 --- stable/7/sys/conf/files	Wed Jan 14 05:08:52 2009	(r187208)
 +++ stable/7/sys/conf/files	Wed Jan 14 06:50:28 2009	(r187209)
 @@ -965,7 +965,6 @@ dev/sound/isa/sbc.c		optional snd_sbc is
  dev/sound/isa/sndbuf_dma.c	optional sound isa
  dev/sound/pci/als4000.c		optional snd_als4000 pci
  dev/sound/pci/atiixp.c		optional snd_atiixp pci
 -#dev/sound/pci/au88x0.c		optional snd_au88x0 pci
  dev/sound/pci/cmi.c		optional snd_cmi pci
  dev/sound/pci/cs4281.c		optional snd_cs4281 pci
  dev/sound/pci/csa.c		optional snd_csa pci \
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Jan 14 10:18:38 UTC 2009 
State-Changed-Why:  
MFC to both 6.x and 7.x. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/124343: commit references a PR
Date: Wed, 14 Jan 2009 10:17:52 +0000 (UTC)

 Author: rafan
 Date: Wed Jan 14 10:17:35 2009
 New Revision: 187213
 URL: http://svn.freebsd.org/changeset/base/187213
 
 Log:
   MFC r186851
   
    - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernel
      module. These files cause manual interaction when building
      ports/audio/aureal-kmod which provides a usable i386-only driver (it requires
      linking against some linux object files distributed by vendor which bankrupted
      back in 2000).
   
    MFC after:    1 week
   
   PR:           124343
 
 Deleted:
   stable/6/sys/dev/sound/pci/au88x0.c
   stable/6/sys/dev/sound/pci/au88x0.h
   stable/6/sys/modules/sound/driver/au88x0/
 Modified:
   stable/6/sys/   (props changed)
   stable/6/sys/conf/NOTES
   stable/6/sys/conf/files
 
 Modified: stable/6/sys/conf/NOTES
 ==============================================================================
 --- stable/6/sys/conf/NOTES	Wed Jan 14 10:02:47 2009	(r187212)
 +++ stable/6/sys/conf/NOTES	Wed Jan 14 10:17:35 2009	(r187213)
 @@ -1996,8 +1996,6 @@ device		sound
  # snd_ad1816:		Analog Devices AD1816 ISA PnP/non-PnP.
  # snd_als4000:		Avance Logic ALS4000 PCI.
  # snd_atiixp:		ATI IXP 200/300/400 PCI.
 -# snd_au88x0		Aureal Vortex 1/2/Advantage PCI. This driver
 -#			lacks support for playback and recording.
  # snd_audiocs:		Crystal Semiconductor CS4231 SBus/EBus. Only
  #			for sparc64.
  # snd_cmi:		CMedia CMI8338/CMI8738 PCI.
 @@ -2039,7 +2037,6 @@ device		sound
  device		snd_ad1816
  device		snd_als4000
  device		snd_atiixp
 -#device		snd_au88x0
  #device		snd_audiocs
  device		snd_cmi
  device		snd_cs4281
 
 Modified: stable/6/sys/conf/files
 ==============================================================================
 --- stable/6/sys/conf/files	Wed Jan 14 10:02:47 2009	(r187212)
 +++ stable/6/sys/conf/files	Wed Jan 14 10:17:35 2009	(r187213)
 @@ -918,7 +918,6 @@ dev/sound/isa/sbc.c		optional snd_sbc is
  dev/sound/isa/sndbuf_dma.c	optional sound isa
  dev/sound/pci/als4000.c		optional snd_als4000 pci
  dev/sound/pci/atiixp.c		optional snd_atiixp pci
 -#dev/sound/pci/au88x0.c		optional snd_au88x0 pci
  dev/sound/pci/cmi.c		optional snd_cmi pci
  dev/sound/pci/cs4281.c		optional snd_cs4281 pci
  dev/sound/pci/csa.c		optional snd_csa pci \
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
