Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/macppc/conf Pull up revisions 1.79-1.80 (reque...



details:   https://anonhg.NetBSD.org/src/rev/029aa1d6f460
branches:  netbsd-1-5
changeset: 490656:029aa1d6f460
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 04 20:23:07 2001 +0000

description:
Pull up revisions 1.79-1.80 (requested by mycroft):
  Add new driver for Apple sound chip.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 9ed7ee834e26 -r 029aa1d6f460 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Feb 04 20:22:48 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Feb 04 20:23:07 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.70.2.3 2000/11/01 14:56:04 tv Exp $
+#      $NetBSD: GENERIC,v 1.70.2.4 2001/02/04 20:23:07 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.70.2.3 $"
+#ident                 "GENERIC-$Revision: 1.70.2.4 $"
 
 maxusers       32
 
@@ -179,6 +179,7 @@
 zstty* at zsc? channel ?
 mediabay* at obio?
 wdc*   at mediabay? flags 0
+awacs* at obio?                        # Apple audio device
 
 cardslot* at cbb?
 cardbus* at cardslot?
@@ -282,6 +283,7 @@
 
 # Audio support
 #audio*        at auvia?
+audio* at awacs?
 #audio*        at clcs?
 #audio*        at cmpci?
 audio* at eap?



Home | Main Index | Thread Index | Old Index