Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/dev/pci Pull up revision 1.233 (requested by kent in ...



details:   https://anonhg.NetBSD.org/src/rev/b76d39491190
branches:  netbsd-3
changeset: 576407:b76d39491190
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 16:39:24 2005 +0000

description:
Pull up revision 1.233 (requested by kent in ticket #494):
An audio driver for High Definition Audio.
The driver is highly experimental at this moment:
- limieted support for playback
- support for no mixer controls
- support for no recording

diffstat:

 sys/dev/pci/files.pci |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c02ca7121107 -r b76d39491190 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sat Jul 02 16:38:53 2005 +0000
+++ b/sys/dev/pci/files.pci     Sat Jul 02 16:39:24 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.232 2005/02/27 00:27:32 perry Exp $
+#      $NetBSD: files.pci,v 1.232.2.1 2005/07/02 16:39:24 tron Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -437,6 +437,11 @@
 attach auixp at pci
 file   dev/pci/auixp.c                 auixp
 
+# High Definition Audio
+device azalia: audiobus, auconv, mulaw, ac97, aurateconv
+attach azalia at pci
+file   dev/pci/azalia.c                azalia
+
 # NeoMagic 256 AC'97 Audio
 device neo: audiobus, auconv, mulaw, ac97
 attach neo at pci



Home | Main Index | Thread Index | Old Index