Source-Changes-HG archive

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

[src/trunk]: src/sys/conf put `audiocs' stuff in here so we can share it betw...



details:   https://anonhg.NetBSD.org/src/rev/1c7ad0654a08
branches:  trunk
changeset: 473490:1c7ad0654a08
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jun 05 14:32:08 1999 +0000

description:
put `audiocs' stuff in here so we can share it between sbus & ebus.

diffstat:

 sys/conf/files |  18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r c6c1030fcb04 -r 1c7ad0654a08 sys/conf/files
--- a/sys/conf/files    Sat Jun 05 14:29:10 1999 +0000
+++ b/sys/conf/files    Sat Jun 05 14:32:08 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.289 1999/05/20 06:01:16 lukem Exp $
+#      $NetBSD: files,v 1.290 1999/06/05 14:32:08 mrg Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -194,10 +194,6 @@
 device adw: scsi
 file   dev/ic/adw.c                    adw
 
-# AMD 7930 audio/ISDN codec
-device audioamd: audio
-file   dev/ic/am7930.c                         audioamd
-
 # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
 # (Must be declared before AHA to ensure bha probes before aha.
 #  Probing AHA first configures bhas as aha, via their AHA
@@ -239,6 +235,10 @@
 file   dev/ic/am79900.c                le32
 file   dev/ic/lance.c                  le24 | le32
 
+# Sun HME Ethernet controllers
+#device        hme: arp, ether, ifnet
+#file  dev/ic/hme.c                    hme
+
 # 8390-family Ethernet controllers
 define dp8390nic
 file   dev/ic/dp8390.c                 dp8390nic
@@ -334,6 +334,14 @@
 define ad1848
 file   dev/ic/ad1848.c                 ad1848
 
+# AMD 7930 audio/ISDN codec
+device audioamd: audio
+file   dev/ic/am7930.c                 audioamd
+
+# SPARC `SUNW,audiocs'
+device audiocs: audio, auconv, ad1848
+file   dev/ic/cs4231.c                 audiocs
+
 # LSI64854 DMA controller back-end
 define lsi64854
 file   dev/ic/lsi64854.c               lsi64854



Home | Main Index | Thread Index | Old Index