Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2009 03:15:22 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186851 - in head/sys: conf dev/sound/pci modules/sound/driver/au88x0
Message-ID:  <200901070315.n073FM6E049672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rafan
Date: Wed Jan  7 03:15:22 2009
New Revision: 186851
URL: http://svn.freebsd.org/changeset/base/186851

Log:
  - 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

Deleted:
  head/sys/dev/sound/pci/au88x0.c
  head/sys/dev/sound/pci/au88x0.h
  head/sys/modules/sound/driver/au88x0/
Modified:
  head/sys/conf/NOTES
  head/sys/conf/files

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Wed Jan  7 01:31:09 2009	(r186850)
+++ head/sys/conf/NOTES	Wed Jan  7 03:15:22 2009	(r186851)
@@ -1984,8 +1984,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.
@@ -2029,7 +2027,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: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Jan  7 01:31:09 2009	(r186850)
+++ head/sys/conf/files	Wed Jan  7 03:15:22 2009	(r186851)
@@ -1337,7 +1337,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?200901070315.n073FM6E049672>