Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pci Pull up revisions 1.117, 1.120 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/c237d4be7835
branches:  netbsd-1-5
changeset: 491659:c237d4be7835
user:      he <he%NetBSD.org@localhost>
date:      Sun May 06 15:14:14 2001 +0000

description:
Pull up revisions 1.117,1.120 (requested by he):
  Add driver for Cirrus Logic CrystalClear PCI Audio CS4281.

diffstat:

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

diffs (24 lines):

diff -r 4aab87b74fd0 -r c237d4be7835 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sun May 06 15:13:08 2001 +0000
+++ b/sys/dev/pci/files.pci     Sun May 06 15:14:14 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.96.2.8 2001/05/06 14:40:07 he Exp $
+#      $NetBSD: files.pci,v 1.96.2.9 2001/05/06 15:14:14 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -200,6 +200,14 @@
 attach  clcs at pci
 file dev/pci/cs4280.c                  clcs
 
+# Cirrus Logic CrystalClear PCI Audio CS4281
+device clct: audio, auconv, mulaw, ac97
+attach  clct at pci
+file dev/pci/cs4281.c                  clct
+
+# Shared code for Cirrus Logic CrystalClear PCI Audio CS4280 and CS4281
+file dev/pci/cs428x.c                  clcs | clct
+
 # Forte Media FM801
 device  fms { }: audio, auconv, mulaw, ac97, midibus
 attach  fms at pci



Home | Main Index | Thread Index | Old Index