svn commit: r187209 - in stable/7/sys: . conf contrib/pf dev/cxgb dev/sound/pci modules/sound/driver/au88x0

Rong-En Fan rafan at FreeBSD.org
Tue Jan 13 22:50:30 PST 2009


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 \


More information about the svn-src-all mailing list