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 synchronize (addition of repulse driver).



details:   https://anonhg.NetBSD.org/src/rev/c7324354c88e
branches:  trunk
changeset: 514210:c7324354c88e
user:      is <is%NetBSD.org@localhost>
date:      Sat Aug 25 21:19:20 2001 +0000

description:
synchronize (addition of repulse driver).

diffstat:

 sys/arch/amiga/conf/AMIGA   |  9 ++++++---
 sys/arch/amiga/conf/DRACO   |  9 ++++++---
 sys/arch/amiga/conf/INSTALL |  9 ++++++---
 3 files changed, 18 insertions(+), 9 deletions(-)

diffs (90 lines):

diff -r 2fad62556ac2 -r c7324354c88e sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Sat Aug 25 21:15:44 2001 +0000
+++ b/sys/arch/amiga/conf/AMIGA Sat Aug 25 21:19:20 2001 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: AMIGA,v 1.37 2001/07/08 16:34:03 abs Exp $
+# $NetBSD: AMIGA,v 1.38 2001/08/25 21:19:20 is Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
+# Created from: #NetBSD: GENERIC,v 1.161 2001/08/25 21:15:46 is Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.37 $"
+#ident                 "GENERIC-$Revision: 1.38 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -281,6 +281,9 @@
 melody*        at zbus0                # Melody MPEG audio decoder
 audio*         at melody?
 
+repulse*       at zbus0                # ALiENDESiGN Repulse
+audio*         at repulse?
+
 #Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
 ne*            at zbus0                # AriadneII, X-surf
diff -r 2fad62556ac2 -r c7324354c88e sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sat Aug 25 21:15:44 2001 +0000
+++ b/sys/arch/amiga/conf/DRACO Sat Aug 25 21:19:20 2001 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: DRACO,v 1.54 2001/07/08 16:34:03 abs Exp $
+# $NetBSD: DRACO,v 1.55 2001/08/25 21:19:21 is Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
+# Created from: #NetBSD: GENERIC,v 1.161 2001/08/25 21:15:46 is Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.54 $"
+#ident                 "GENERIC-$Revision: 1.55 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -212,6 +212,9 @@
 
 #Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
 
+repulse*       at zbus0                # ALiENDESiGN Repulse
+audio*         at repulse?
+
 #Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
 ne*            at zbus0                # AriadneII, X-surf
diff -r 2fad62556ac2 -r c7324354c88e sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Sat Aug 25 21:15:44 2001 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Sat Aug 25 21:19:20 2001 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: INSTALL,v 1.16 2001/07/08 16:34:03 abs Exp $
+# $NetBSD: INSTALL,v 1.17 2001/08/25 21:19:21 is Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
+# Created from: #NetBSD: GENERIC,v 1.161 2001/08/25 21:15:46 is Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.16 $"
+#ident                 "GENERIC-$Revision: 1.17 $"
 
 makeoptions    COPTS="-Os"
 
@@ -236,6 +236,9 @@
 
 #Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
 
+repulse*       at zbus0                # ALiENDESiGN Repulse
+audio*         at repulse?
+
 #Ethernet cards:
 le*            at zbus0                # A2065, Ameristar, Ariadne
 ne*            at zbus0                # AriadneII, X-surf



Home | Main Index | Thread Index | Old Index