synchronize (addition of repulse driver).
This commit is contained in:
parent
bd5a12de41
commit
e2ad09e624
|
@ -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 @@ audio* at aucc?
|
|||
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
|
||||
|
|
|
@ -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 @@ lpt0 at drsupio? port ? # DraCo parallel
|
|||
|
||||
#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
|
||||
|
|
|
@ -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 @@ lpt0 at drsupio? port ? # DraCo parallel
|
|||
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue