1997-07-19 04:01:40 +04:00
|
|
|
# $NetBSD: files.amiga,v 1.60 1997/07/19 00:01:47 is Exp $
|
1995-01-25 23:45:33 +03:00
|
|
|
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
|
1994-05-08 09:54:39 +04:00
|
|
|
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device mainbus {}
|
|
|
|
attach mainbus at root
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1996-04-27 00:21:59 +04:00
|
|
|
# zorro expansion bus.
|
1996-03-17 04:16:48 +03:00
|
|
|
device zbus {}
|
|
|
|
attach zbus at mainbus
|
1994-12-28 12:13:40 +03:00
|
|
|
file arch/amiga/dev/zbus.c zbus
|
1994-05-08 09:54:39 +04:00
|
|
|
|
|
|
|
define event {}
|
|
|
|
file arch/amiga/dev/event.c event
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device clock
|
|
|
|
attach clock at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/clock.c
|
1997-05-26 02:03:08 +04:00
|
|
|
file dev/clock_subr.c
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-07-19 04:01:40 +04:00
|
|
|
# A2000 internal hwc
|
|
|
|
device a2kbbc
|
|
|
|
attach a2kbbc at mainbus
|
|
|
|
file arch/amiga/dev/a2kbbc.c a2kbbc
|
|
|
|
|
|
|
|
# A3000/4000 internal hwc
|
|
|
|
device a34kbbc
|
|
|
|
attach a34kbbc at mainbus
|
|
|
|
file arch/amiga/dev/a34kbbc.c a34kbbc
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# keyboard
|
1996-03-17 04:16:48 +03:00
|
|
|
device kbd: event
|
|
|
|
attach kbd at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/kbd.c kbd needs-flag
|
|
|
|
|
|
|
|
# serial port
|
1996-03-17 04:16:48 +03:00
|
|
|
device ser: tty
|
|
|
|
attach ser at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/ser.c ser needs-count
|
|
|
|
|
1996-04-27 00:21:59 +04:00
|
|
|
# parallel port
|
1996-03-17 04:16:48 +03:00
|
|
|
device par
|
|
|
|
attach par at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/par.c par needs-count
|
|
|
|
|
1997-06-15 02:24:02 +04:00
|
|
|
# audio
|
|
|
|
device aucc: audio
|
|
|
|
attach aucc at mainbus
|
|
|
|
file arch/amiga/dev/aucc.c aucc needs-flag
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# mouse
|
1996-04-24 15:41:16 +04:00
|
|
|
device ms: event
|
|
|
|
attach ms at mainbus
|
1996-04-28 00:51:07 +04:00
|
|
|
file arch/amiga/dev/ms.c ms needs-flag
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# floppy
|
1996-03-17 04:16:48 +03:00
|
|
|
device fdc { unit = -1 }
|
|
|
|
attach fdc at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device fd
|
|
|
|
attach fd at fdc
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/fd.c fd needs-flag
|
|
|
|
major {fd = 2}
|
|
|
|
|
|
|
|
# graphic devices
|
|
|
|
define grfbus {}
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device grf {}
|
|
|
|
attach grf at grfbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/grf.c grf needs-count
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device ite
|
|
|
|
attach ite at grf
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/ite.c ite needs-flag
|
|
|
|
file arch/amiga/dev/kbdmap.c ite
|
|
|
|
file arch/amiga/dev/kf_8x8.c ite
|
1994-05-22 23:33:25 +04:00
|
|
|
file arch/amiga/dev/kf_8x11.c kfont_8x11
|
|
|
|
file arch/amiga/dev/kf_custom.c kfont_custom
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# custom chips grf (ite0 grf0)
|
1996-03-17 04:16:48 +03:00
|
|
|
device grfcc: grfbus
|
|
|
|
attach grfcc at mainbus
|
1994-06-15 23:04:20 +04:00
|
|
|
file arch/amiga/dev/grf_cc.c grfcc needs-flag
|
1996-03-17 22:36:33 +03:00
|
|
|
file arch/amiga/dev/ite_cc.c grfcc & ite
|
1994-05-08 09:54:39 +04:00
|
|
|
|
|
|
|
pseudo-device view
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/amiga/dev/view.c view | grfcc needs-count
|
|
|
|
file arch/amiga/dev/grfabs.c grfcc | view
|
|
|
|
file arch/amiga/dev/grfabs_cc.c grfcc | view
|
|
|
|
file arch/amiga/dev/grfabs_ccglb.c grfcc | view
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# retina ZII grf (ite1 grf1)
|
1996-03-17 04:16:48 +03:00
|
|
|
device grfrt: grfbus
|
|
|
|
attach grfrt at zbus
|
1994-06-15 23:04:20 +04:00
|
|
|
file arch/amiga/dev/grf_rt.c grfrt needs-flag
|
1996-03-17 22:36:33 +03:00
|
|
|
file arch/amiga/dev/ite_rt.c grfrt & ite
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# retina ZIII grf (ite2 grf2)
|
|
|
|
device grfrh: grfbus
|
|
|
|
attach grfrh at zbus
|
|
|
|
file arch/amiga/dev/grf_rh.c grfrh needs-flag
|
|
|
|
file arch/amiga/dev/ite_rh.c grfrh & ite
|
|
|
|
|
|
|
|
# cirrus grf (ite3 grf3)
|
1996-03-17 04:16:48 +03:00
|
|
|
device grfcl: grfbus
|
|
|
|
attach grfcl at zbus
|
1994-12-28 12:13:40 +03:00
|
|
|
file arch/amiga/dev/grf_cl.c grfcl needs-flag
|
1996-03-17 22:36:33 +03:00
|
|
|
file arch/amiga/dev/ite_cl.c grfcl & ite
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# A2410 grf (ite4 grf4)
|
1996-03-17 04:16:48 +03:00
|
|
|
device grful: grfbus
|
|
|
|
attach grful at zbus
|
1995-08-18 20:15:43 +04:00
|
|
|
file arch/amiga/dev/grf_ul.c grful needs-flag
|
1996-03-17 22:36:33 +03:00
|
|
|
file arch/amiga/dev/ite_ul.c grful & ite
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/amiga/dev/grf_ultms.g grful
|
1995-08-18 20:15:43 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# CyberVison 64 grf (ite5 grf5)
|
|
|
|
device grfcv: grfbus
|
|
|
|
attach grfcv at zbus
|
|
|
|
file arch/amiga/dev/grf_cv.c grfcv needs-flag
|
|
|
|
file arch/amiga/dev/ite_cv.c grfcv & ite
|
1996-05-20 01:04:48 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# Tseng grf (ite6 grf6)
|
1996-05-20 01:04:48 +04:00
|
|
|
device grfet: grfbus
|
|
|
|
attach grfet at zbus
|
|
|
|
file arch/amiga/dev/grf_et.c grfet needs-flag
|
|
|
|
file arch/amiga/dev/ite_et.c grfet & ite
|
|
|
|
|
1996-05-07 04:34:17 +04:00
|
|
|
# device defined in sys/conf/files
|
1997-05-26 02:03:08 +04:00
|
|
|
# A2065, Ameristar, Ariadne ethernet cards
|
1996-05-12 20:17:19 +04:00
|
|
|
attach le at zbus with le_zbus
|
|
|
|
file arch/amiga/dev/if_le.c le_zbus needs-flag
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# Hydra ethernet card
|
1997-03-15 21:09:08 +03:00
|
|
|
device ed: ifnet, ether, arp
|
1996-03-17 04:16:48 +03:00
|
|
|
attach ed at zbus with ed_zbus
|
|
|
|
file arch/amiga/dev/if_ed.c ed_zbus needs-flag
|
1994-07-16 06:26:05 +04:00
|
|
|
|
1995-03-01 01:06:05 +03:00
|
|
|
# C=/Ameristar A2060 / 560
|
1997-03-15 21:09:08 +03:00
|
|
|
device bah: ifnet, arc, arp
|
1996-03-17 04:16:48 +03:00
|
|
|
attach bah at zbus with bah_zbus
|
|
|
|
file arch/amiga/dev/if_bah.c bah_zbus needs-flag
|
1995-03-01 01:06:05 +03:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# CEI A4066 EthernetPLUS
|
1997-03-15 21:09:08 +03:00
|
|
|
device es: ifnet, ether, arp
|
1996-03-17 04:16:48 +03:00
|
|
|
attach es at zbus
|
1995-11-30 03:56:23 +03:00
|
|
|
file arch/amiga/dev/if_es.c es needs-flag
|
1994-12-28 12:13:40 +03:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# Quicknet ethernet card
|
1997-03-15 21:09:08 +03:00
|
|
|
device qn: ifnet, ether, arp
|
1996-03-17 04:16:48 +03:00
|
|
|
attach qn at zbus
|
1995-10-07 21:04:27 +03:00
|
|
|
file arch/amiga/dev/if_qn.c qn needs-flag
|
|
|
|
|
1995-09-30 04:52:37 +03:00
|
|
|
# A2232 msc serial ports
|
1996-03-17 04:16:48 +03:00
|
|
|
device msc: tty
|
|
|
|
attach msc at zbus
|
1995-09-30 04:52:37 +03:00
|
|
|
file arch/amiga/dev/msc.c msc needs-count
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
# bsc/Alf Data MultiFaceCard
|
1996-03-17 04:16:48 +03:00
|
|
|
device mfc { unit = -1 }
|
1996-03-17 08:53:57 +03:00
|
|
|
attach mfc at zbus
|
1994-12-28 12:13:40 +03:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device mfcs
|
|
|
|
attach mfcs at mfc
|
|
|
|
device mfcp
|
|
|
|
attach mfcp at mfc
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/amiga/dev/mfc.c mfcs | mfcp needs-count
|
1994-12-28 12:13:40 +03:00
|
|
|
|
1996-12-04 19:36:36 +03:00
|
|
|
# DraCo internal com port
|
|
|
|
device drcom: tty
|
|
|
|
attach drcom at mainbus
|
|
|
|
file arch/amiga/dev/drcom.c drcom needs-count
|
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
include "../../../scsi/files.scsi"
|
|
|
|
major {sd = 4}
|
|
|
|
major {st = 5}
|
|
|
|
major {cd = 7}
|
|
|
|
|
|
|
|
# handle gvp's odd autoconf info..
|
|
|
|
device gvpbus {}
|
|
|
|
attach gvpbus at zbus
|
|
|
|
file arch/amiga/dev/gvpbus.c gvpbus
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# wd 33c93 contrllers
|
|
|
|
define sbic
|
|
|
|
file arch/amiga/dev/sbic.c sbic
|
|
|
|
|
|
|
|
# GVP series II
|
1996-03-17 04:16:48 +03:00
|
|
|
device gtsc: scsi, sbic
|
|
|
|
attach gtsc at gvpbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/gtsc.c gtsc needs-flag
|
|
|
|
|
|
|
|
# Amiga 3000 internal
|
1996-03-17 04:16:48 +03:00
|
|
|
device ahsc: scsi, sbic
|
|
|
|
attach ahsc at mainbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/ahsc.c ahsc needs-flag
|
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# C= A2091
|
|
|
|
device atzsc: scsi, sbic
|
|
|
|
attach atzsc at zbus
|
|
|
|
file arch/amiga/dev/atzsc.c atzsc needs-flag
|
|
|
|
|
|
|
|
# ncr 5380 controllers
|
|
|
|
define sci
|
|
|
|
file arch/amiga/dev/sci.c sci
|
|
|
|
|
|
|
|
# Supra Wordsync II
|
|
|
|
device wstsc: scsi, sci
|
|
|
|
attach wstsc at zbus
|
|
|
|
file arch/amiga/dev/wstsc.c wstsc needs-flag
|
|
|
|
|
|
|
|
# IVS
|
|
|
|
device ivsc: scsi, sci
|
|
|
|
attach ivsc at zbus
|
|
|
|
file arch/amiga/dev/ivsc.c ivsc needs-flag
|
|
|
|
|
|
|
|
# MLH
|
|
|
|
device mlhsc: scsi, sci
|
|
|
|
attach mlhsc at zbus
|
|
|
|
file arch/amiga/dev/mlhsc.c mlhsc needs-flag
|
|
|
|
|
|
|
|
# CSA twelve gauge.
|
|
|
|
device otgsc: scsi, sci
|
|
|
|
attach otgsc at zbus
|
|
|
|
file arch/amiga/dev/otgsc.c otgsc needs-flag
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# ncr 57c710 controllers
|
|
|
|
define siop
|
|
|
|
file arch/amiga/dev/siop.c siop
|
|
|
|
|
|
|
|
# PPI Zeus
|
1996-03-17 04:16:48 +03:00
|
|
|
device zssc: scsi, siop
|
|
|
|
attach zssc at zbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/zssc.c zssc needs-flag
|
|
|
|
|
|
|
|
# CSA Magnum
|
1996-03-17 04:16:48 +03:00
|
|
|
device mgnsc: scsi, siop
|
|
|
|
attach mgnsc at zbus
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/mgnsc.c mgnsc needs-flag
|
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# MacroSystems USA Warp Engine
|
1996-03-17 04:16:48 +03:00
|
|
|
device wesc: scsi, siop
|
|
|
|
attach wesc at zbus
|
1994-05-12 09:56:28 +04:00
|
|
|
file arch/amiga/dev/wesc.c wesc needs-flag
|
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# C= A4091 & A4000T
|
1996-03-17 04:16:48 +03:00
|
|
|
device afsc: scsi, siop
|
|
|
|
attach afsc at zbus
|
|
|
|
device aftsc: scsi, siop
|
|
|
|
attach aftsc at mainbus
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/amiga/dev/afsc.c afsc | aftsc needs-flag
|
1994-10-06 22:07:20 +03:00
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
# Emulex ESP216 & FAS216 controllers
|
1995-05-12 17:09:17 +04:00
|
|
|
define sfas
|
|
|
|
file arch/amiga/dev/sfas.c sfas
|
1994-12-28 12:13:40 +03:00
|
|
|
|
|
|
|
# FastlaneZ3
|
1996-03-17 04:16:48 +03:00
|
|
|
device flsc: scsi, sfas
|
|
|
|
attach flsc at zbus
|
1995-05-12 17:09:17 +04:00
|
|
|
file arch/amiga/dev/flsc.c flsc needs-flag
|
|
|
|
|
1996-10-17 19:42:36 +04:00
|
|
|
# Blizzard1230-I,II
|
1996-03-17 04:16:48 +03:00
|
|
|
device bzsc: scsi, sfas
|
|
|
|
attach bzsc at zbus
|
1995-05-12 17:09:17 +04:00
|
|
|
file arch/amiga/dev/bzsc.c bzsc needs-flag
|
1994-12-28 12:13:40 +03:00
|
|
|
|
1996-12-16 19:17:27 +03:00
|
|
|
# Blizzard2060 scsi
|
|
|
|
device bztzsc: scsi, sfas
|
|
|
|
attach bztzsc at zbus
|
|
|
|
file arch/amiga/dev/bztzsc.c bztzsc needs-flag
|
1996-10-17 19:42:36 +04:00
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# EMPLANT
|
|
|
|
device empsc: scsi, sci
|
|
|
|
attach empsc at zbus
|
|
|
|
file arch/amiga/dev/empsc.c empsc needs-flag
|
|
|
|
|
1994-05-22 11:22:10 +04:00
|
|
|
# Amiga 4000/1200 IDE masquerading as SCSI
|
1996-03-17 04:16:48 +03:00
|
|
|
device idesc: scsi
|
|
|
|
attach idesc at mainbus
|
1994-05-12 09:56:28 +04:00
|
|
|
file arch/amiga/dev/idesc.c idesc needs-flag
|
|
|
|
|
1997-05-26 02:03:08 +04:00
|
|
|
# MacroSystem DraCo internal
|
|
|
|
device drsc: scsi, siop
|
|
|
|
attach drsc at mainbus
|
|
|
|
file arch/amiga/dev/drsc.c drsc needs-flag
|
|
|
|
|
1997-07-18 03:29:28 +04:00
|
|
|
# MacroSystem DraCo internal DS2404 hwc
|
|
|
|
device drbbc
|
|
|
|
attach drbbc at mainbus
|
|
|
|
file arch/amiga/dev/drbbc.c drbbc
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# list of standard files...
|
1997-07-16 04:01:51 +04:00
|
|
|
include "arch/m68k/fpe/files.fpe"
|
|
|
|
|
1996-03-17 16:21:09 +03:00
|
|
|
file dev/cons.c ite | ser
|
|
|
|
file dev/cninit.c ite | ser
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/amiga/amiga_init.c
|
|
|
|
file arch/amiga/amiga/autoconf.c
|
|
|
|
file arch/amiga/amiga/cia.c
|
|
|
|
file arch/amiga/amiga/conf.c
|
|
|
|
file arch/amiga/amiga/disksubr.c
|
|
|
|
file arch/amiga/amiga/dkbad.c
|
|
|
|
file arch/amiga/amiga/machdep.c
|
|
|
|
file arch/amiga/amiga/mem.c
|
|
|
|
file arch/amiga/amiga/pmap.c
|
|
|
|
file arch/amiga/amiga/sys_machdep.c
|
|
|
|
file arch/amiga/amiga/trap.c
|
|
|
|
file arch/amiga/amiga/vm_machdep.c
|
|
|
|
file arch/amiga/amiga/cc.c
|
1995-02-12 22:18:33 +03:00
|
|
|
file arch/amiga/amiga/db_memrw.c ddb
|
1997-05-26 02:03:08 +04:00
|
|
|
major {vnd = 6}
|
1995-04-27 16:08:54 +04:00
|
|
|
|
|
|
|
# Compatibility modules
|
|
|
|
|
|
|
|
# SunOS Binary Compatibility (COMPAT_SUNOS)
|
|
|
|
include "../../../compat/sunos/files.sunos"
|
1995-04-23 03:36:56 +04:00
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|
1997-06-15 02:24:02 +04:00
|
|
|
|