add Toccata.
This commit is contained in:
parent
f8f98db732
commit
fbd27d85b3
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: AMIGA,v 1.42 2002/01/27 11:12:39 jdolecek Exp $
|
||||
# $NetBSD: AMIGA,v 1.43 2002/01/27 13:18:24 is Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.170 2002/01/27 11:07:38 jdolecek Exp $
|
||||
# Created from: #NetBSD: GENERIC,v 1.171 2002/01/27 13:01:46 is Exp $
|
||||
|
||||
#GENERIC machine description file
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
#device.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.42 $"
|
||||
#ident "GENERIC-$Revision: 1.43 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
@ -277,7 +277,7 @@ lpt* at iobl? port ? # IOBlix parallel ports
|
|||
#Keyboard device. Optionally can attach a wskbd.
|
||||
#wskbd works together with a wsdisplay so enable them both if you will.
|
||||
#Don't enable wskbd if you use ite.
|
||||
#
|
||||
|
||||
#XXX in std.amiga: kbd0 at mainbus0
|
||||
#wskbd0 at kbd0 console ?
|
||||
|
||||
|
@ -302,6 +302,9 @@ audio* at melody?
|
|||
repulse* at zbus0 # ALiENDESiGN Repulse
|
||||
audio* at repulse?
|
||||
|
||||
toccata* at zbus0 # MacroSystem GmbH Toccata
|
||||
audio* at toccata?
|
||||
|
||||
#Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
ne* at zbus0 # AriadneII, X-surf
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: DRACO,v 1.58 2002/01/27 11:12:39 jdolecek Exp $
|
||||
# $NetBSD: DRACO,v 1.59 2002/01/27 13:18:24 is Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.170 2002/01/27 11:07:38 jdolecek Exp $
|
||||
# Created from: #NetBSD: GENERIC,v 1.171 2002/01/27 13:01:46 is Exp $
|
||||
|
||||
#GENERIC machine description file
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
#device.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.58 $"
|
||||
#ident "GENERIC-$Revision: 1.59 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
@ -215,7 +215,7 @@ lpt* at iobl? port ? # IOBlix parallel ports
|
|||
#Keyboard device. Optionally can attach a wskbd.
|
||||
#wskbd works together with a wsdisplay so enable them both if you will.
|
||||
#Don't enable wskbd if you use ite.
|
||||
#
|
||||
|
||||
#XXX in std.amiga: kbd0 at mainbus0
|
||||
#wskbd0 at kbd0 console ?
|
||||
|
||||
|
@ -231,6 +231,9 @@ lpt0 at drsupio? port ? # DraCo parallel
|
|||
repulse* at zbus0 # ALiENDESiGN Repulse
|
||||
audio* at repulse?
|
||||
|
||||
toccata* at zbus0 # MacroSystem GmbH Toccata
|
||||
audio* at toccata?
|
||||
|
||||
#Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
ne* at zbus0 # AriadneII, X-surf
|
||||
|
|
Loading…
Reference in New Issue