Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Don't include audio devices in INSTALL k...



details:   https://anonhg.NetBSD.org/src/rev/78c4d5c08546
branches:  trunk
changeset: 521270:78c4d5c08546
user:      is <is%NetBSD.org@localhost>
date:      Sun Jan 27 13:27:51 2002 +0000

description:
Don't include audio devices in INSTALL kernels.

diffstat:

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

diffs (46 lines):

diff -r 0c0ffd0feb2b -r 78c4d5c08546 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sun Jan 27 13:23:08 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sun Jan 27 13:27:51 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.172 2002/01/27 13:23:10 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.173 2002/01/27 13:27:51 is Exp $
 #
 # GENERIC machine description file
 #
@@ -34,7 +34,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.172 $"
+#ident                 "GENERIC-$Revision: 1.173 $"
 
 #ifdef INSTALL_CONFIGURATION
 makeoptions    COPTS="-Os"
@@ -353,9 +353,11 @@
 fd*            at fdc0 unit ?          # floppy disks on the later
 a34kbbc0       at mainbus0             # A3000/A4000 battery backed clock
 a2kbbc0        at mainbus0             # A2000 battery backed clock
+#ifndef INSTALL_CONFIGURATION
 aucc*          at mainbus0             # Amiga CC audio
 audio*         at aucc?
 #endif
+#endif
 
 #ifdef DRACO_CONFIGURATION
 #
@@ -372,6 +374,7 @@
 # Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
 #
 
+#ifndef INSTALL_CONFIGURATION
 #ifndef DRACO_CONFIGURATION
 # Alas, Melody-Z2 dont configure in the DraCo bus.
 melody*        at zbus0                # Melody MPEG audio decoder
@@ -383,6 +386,7 @@
 
 toccata*       at zbus0                # MacroSystem GmbH Toccata
 audio*         at toccata?
+#endif
 
 # Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne



Home | Main Index | Thread Index | Old Index