Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2009 10:17:35 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r187213 - in stable/6/sys: . conf dev/sound/pci modules/sound/driver/au88x0
Message-ID:  <200901141017.n0EAHZWF032449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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