1995-01-25 23:45:33 +03:00
|
|
|
# $NetBSD: files.amiga,v 1.16 1995/01/25 20:45:33 cgd Exp $
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
device mainbus at root {}
|
|
|
|
|
|
|
|
device cpu at mainbus
|
|
|
|
|
|
|
|
# zorro II expansion bus.
|
1994-12-28 12:13:40 +03:00
|
|
|
device zbus at mainbus {}
|
|
|
|
file arch/amiga/dev/zbus.c zbus
|
1994-05-08 09:54:39 +04:00
|
|
|
|
|
|
|
define event {}
|
|
|
|
file arch/amiga/dev/event.c event
|
|
|
|
|
|
|
|
device clock at mainbus
|
|
|
|
file arch/amiga/dev/clock.c
|
|
|
|
|
|
|
|
# keyboard
|
|
|
|
device kbd at mainbus: event
|
|
|
|
file arch/amiga/dev/kbd.c kbd needs-flag
|
|
|
|
|
|
|
|
# serial port
|
|
|
|
device ser at mainbus: tty
|
|
|
|
file arch/amiga/dev/ser.c ser needs-count
|
|
|
|
|
|
|
|
# parellel port
|
|
|
|
device par at mainbus
|
|
|
|
file arch/amiga/dev/par.c par needs-count
|
|
|
|
|
|
|
|
# mouse
|
|
|
|
pseudo-device mouse
|
|
|
|
file arch/amiga/dev/ms.c mouse needs-count
|
|
|
|
|
1994-05-29 05:44:26 +04:00
|
|
|
device fdc at mainbus { unit = -1 }
|
1994-05-08 09:54:39 +04:00
|
|
|
|
|
|
|
device fd at fdc
|
|
|
|
file arch/amiga/dev/fd.c fd needs-flag
|
|
|
|
major {fd = 2}
|
|
|
|
|
|
|
|
# graphic devices
|
|
|
|
define grfbus {}
|
|
|
|
|
|
|
|
device grf at grfbus {}
|
|
|
|
file arch/amiga/dev/grf.c grf needs-count
|
|
|
|
|
|
|
|
device ite at grf
|
|
|
|
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
|
|
|
|
|
|
|
# custom chips grf
|
|
|
|
device grfcc at mainbus: grfbus
|
1994-06-15 23:04:20 +04:00
|
|
|
file arch/amiga/dev/grf_cc.c grfcc needs-flag
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/ite_cc.c grfcc ite
|
|
|
|
|
|
|
|
pseudo-device view
|
|
|
|
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
|
|
|
|
|
|
|
|
# retina grf
|
1994-12-28 12:13:40 +03:00
|
|
|
device grfrt at zbus: grfbus
|
1994-06-15 23:04:20 +04:00
|
|
|
file arch/amiga/dev/grf_rt.c grfrt needs-flag
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/ite_rt.c grfrt ite
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
# cirrus grf (A2000 or Picasso)
|
|
|
|
device grfcl at zbus: grfbus
|
|
|
|
file arch/amiga/dev/grf_cl.c grfcl needs-flag
|
1994-05-08 09:54:39 +04:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
# retina ZIII grf
|
1994-12-28 12:13:40 +03:00
|
|
|
device grfrh at zbus: grfbus
|
1994-06-15 23:04:20 +04:00
|
|
|
file arch/amiga/dev/grf_rh.c grfrh needs-flag
|
1994-06-05 11:43:34 +04:00
|
|
|
file arch/amiga/dev/ite_rh.c grfrh ite
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
# cirrus grf (Zorro III boards)
|
|
|
|
#device grfcl at zbus: grfbus
|
|
|
|
#device grfclx at zbus: grfbus
|
|
|
|
#file arch/amiga/dev/grf_cl.c grfcl grfclx needs-flag
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# handle gvp's odd autoconf info..
|
1994-12-28 12:13:40 +03:00
|
|
|
device gvpbus at zbus {}
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/gvpbus.c gvpbus
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
device le at zbus: ifnet, ether
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/if_le.c le needs-count
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
device ed at zbus: ifnet, ether
|
1994-07-16 06:26:05 +04:00
|
|
|
file arch/amiga/dev/if_ed.c ed needs-flag
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
device ex at zbus: ifnet, ether
|
|
|
|
file arch/amiga/dev/if_ex.c ex needs-count
|
|
|
|
|
|
|
|
# Alf Data MultiFaceCard 3
|
|
|
|
#device mfch at zbus: tty
|
|
|
|
#file arch/amiga/dev/mfch.c mfch needs-count
|
|
|
|
# bsc/Alf Data MultiFaceCard
|
|
|
|
device mfc at zbus { unit = -1 }
|
|
|
|
|
|
|
|
device mfcs at mfc
|
|
|
|
device mfcp at mfc
|
|
|
|
file arch/amiga/dev/mfc.c mfcs mfcp needs-count
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
define scsi {}
|
|
|
|
|
|
|
|
# wd 33c93 contrllers
|
|
|
|
define sbic
|
|
|
|
file arch/amiga/dev/sbic.c sbic
|
|
|
|
|
|
|
|
# C= A2091
|
1994-12-28 12:13:40 +03:00
|
|
|
device atzsc at zbus: scsi, sbic
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/atzsc.c atzsc needs-flag
|
|
|
|
|
|
|
|
# GVP series II
|
|
|
|
device gtsc at gvpbus: scsi, sbic
|
|
|
|
file arch/amiga/dev/gtsc.c gtsc needs-flag
|
|
|
|
|
|
|
|
# Amiga 3000 internal
|
|
|
|
device ahsc at mainbus: scsi, sbic
|
|
|
|
file arch/amiga/dev/ahsc.c ahsc needs-flag
|
|
|
|
|
|
|
|
# ncr 57c710 controllers
|
|
|
|
define siop
|
|
|
|
file arch/amiga/dev/siop.c siop
|
|
|
|
|
|
|
|
# PPI Zeus
|
1994-12-28 12:13:40 +03:00
|
|
|
device zssc at zbus: scsi, siop
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/zssc.c zssc needs-flag
|
|
|
|
|
|
|
|
# CSA Magnum
|
1994-12-28 12:13:40 +03:00
|
|
|
device mgnsc at zbus: scsi, siop
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/mgnsc.c mgnsc needs-flag
|
|
|
|
|
1994-05-12 09:56:28 +04:00
|
|
|
# MacroSystems Warp Engine
|
1994-12-28 12:13:40 +03:00
|
|
|
device wesc at zbus: scsi, siop
|
1994-05-12 09:56:28 +04:00
|
|
|
file arch/amiga/dev/wesc.c wesc needs-flag
|
|
|
|
|
1994-10-06 22:07:20 +03:00
|
|
|
# C= A4091
|
1994-12-28 12:13:40 +03:00
|
|
|
device afsc at zbus: scsi, siop
|
1994-10-06 22:07:20 +03:00
|
|
|
file arch/amiga/dev/afsc.c afsc needs-flag
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
# ncr 5380 controllers
|
|
|
|
define sci
|
1994-05-29 08:49:51 +04:00
|
|
|
file arch/amiga/dev/sci.c sci
|
1994-05-08 09:54:39 +04:00
|
|
|
|
|
|
|
# Supra Wordsync II
|
1994-12-28 12:13:40 +03:00
|
|
|
device wstsc at zbus: scsi, sci
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/wstsc.c wstsc needs-flag
|
|
|
|
|
|
|
|
# IVS
|
1994-12-28 12:13:40 +03:00
|
|
|
device ivsc at zbus: scsi, sci
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/ivsc.c ivsc needs-flag
|
|
|
|
|
|
|
|
# CSA twelve gauge.
|
1994-12-28 12:13:40 +03:00
|
|
|
device otgsc at zbus: scsi, sci
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/otgsc.c otgsc needs-flag
|
|
|
|
|
|
|
|
# MLH
|
1994-12-28 12:13:40 +03:00
|
|
|
device mlhsc at zbus: scsi, sci
|
1994-05-08 09:54:39 +04:00
|
|
|
file arch/amiga/dev/mlhsc.c mlhsc needs-flag
|
|
|
|
|
1994-12-28 12:13:40 +03:00
|
|
|
# Emulex ESP216 & FAS216 controllers
|
|
|
|
define fas
|
|
|
|
file arch/amiga/dev/fas.c fas
|
|
|
|
|
|
|
|
# FastlaneZ3
|
|
|
|
device flz3sc at zbus: scsi, fas
|
|
|
|
file arch/amiga/dev/flz3sc.c flz3sc needs-flag
|
|
|
|
|
1994-05-22 11:22:10 +04:00
|
|
|
# Amiga 4000/1200 IDE masquerading as SCSI
|
1994-05-12 09:56:28 +04:00
|
|
|
device idesc at mainbus: scsi
|
|
|
|
file arch/amiga/dev/idesc.c idesc needs-flag
|
|
|
|
|
1994-05-08 09:54:39 +04:00
|
|
|
device scsibus at scsi {target = -1, lun = -1}
|
|
|
|
|
|
|
|
device cd at scsibus: disk
|
|
|
|
file scsi/cd.c cd needs-flag
|
|
|
|
major {cd = 6}
|
|
|
|
device sd at scsibus: disk
|
|
|
|
file scsi/sd.c sd needs-flag
|
|
|
|
major {sd = 4}
|
|
|
|
device st at scsibus: tape
|
|
|
|
file scsi/st.c st needs-flag
|
|
|
|
major {st = 5}
|
|
|
|
device ch at scsibus: disk
|
|
|
|
file scsi/ch.c ch needs-flag
|
|
|
|
device uk at scsibus: disk
|
|
|
|
file scsi/uk.c uk needs-flag
|
|
|
|
device su at scsibus: disk
|
|
|
|
file scsi/su.c su needs-flag
|
|
|
|
|
|
|
|
|
|
|
|
# list of standard files...
|
|
|
|
file dev/cons.c ite ser
|
|
|
|
file scsi/scsi_base.c scsi
|
|
|
|
file scsi/scsi_ioctl.c scsi
|
|
|
|
file scsi/scsiconf.c scsi
|
|
|
|
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
|
1994-05-25 11:59:02 +04:00
|
|
|
file arch/m68k/m68k/copy.s
|
1994-12-01 20:24:23 +03:00
|
|
|
file compat/sunos/sunos_misc.c compat_sunos
|
|
|
|
file compat/sunos/sunos_init_sysent.c compat_sunos
|
|
|
|
file compat/sunos/sunos_ioctl.c compat_sunos
|
|
|
|
file compat/sunos/sunos_exec.c compat_sunos
|