files.amiga revision 1.1
11.1Schopps#
21.1Schopps#	$Id: files.amiga,v 1.1 1994/05/08 05:54:39 chopps Exp $
31.1Schopps#
41.1Schopps
51.1Schoppsmaxusers 2 8 64
61.1Schopps
71.1Schoppsdevice	mainbus at root {}
81.1Schopps
91.1Schoppsdevice	cpu at mainbus
101.1Schopps
111.1Schopps# zorro II expansion bus.
121.1Schoppsdevice	ztwobus at mainbus {}
131.1Schoppsfile	arch/amiga/dev/ztwobus.c	ztwobus
141.1Schopps
151.1Schoppsdefine	event {}
161.1Schoppsfile	arch/amiga/dev/event.c		event
171.1Schopps
181.1Schoppsdevice	clock at mainbus
191.1Schoppsfile	arch/amiga/dev/clock.c
201.1Schopps
211.1Schopps# keyboard
221.1Schoppsdevice	kbd at mainbus: event
231.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
241.1Schopps
251.1Schopps# serial port
261.1Schoppsdevice	ser at mainbus:	tty
271.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
281.1Schopps
291.1Schopps# parellel port
301.1Schoppsdevice	par at mainbus
311.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
321.1Schopps
331.1Schopps# mouse
341.1Schoppspseudo-device	mouse
351.1Schoppsfile	arch/amiga/dev/ms.c		mouse needs-count
361.1Schopps
371.1Schoppsdevice	fdc at mainbus {}
381.1Schopps
391.1Schoppsdevice	fd at fdc
401.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
411.1Schoppsmajor	{fd = 2}
421.1Schopps
431.1Schopps# graphic devices
441.1Schoppsdefine	grfbus {}
451.1Schopps
461.1Schoppsdevice	grf at grfbus {}
471.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
481.1Schopps
491.1Schoppsdevice	ite at grf
501.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
511.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
521.1Schoppsfile	arch/amiga/dev/kf_8x8.c		ite
531.1Schoppsfile	arch/amiga/dev/kf_8x11.c	KFONT_8X11
541.1Schoppsfile	arch/amiga/dev/kf_custom.c	KFONT_CUSTOM
551.1Schopps
561.1Schopps
571.1Schopps# custom chips grf
581.1Schoppsdevice	grfcc at mainbus: grfbus
591.1Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc
601.1Schoppsfile	arch/amiga/dev/ite_cc.c		grfcc ite
611.1Schopps
621.1Schoppspseudo-device	view
631.1Schoppsfile	arch/amiga/dev/view.c		view grfcc needs-count
641.1Schoppsfile	arch/amiga/dev/grfabs.c		grfcc view
651.1Schoppsfile	arch/amiga/dev/grfabs_cc.c	grfcc view
661.1Schoppsfile	arch/amiga/dev/grfabs_ccglb.c	grfcc view
671.1Schopps
681.1Schopps# retina grf
691.1Schoppsdevice	grfrt at ztwobus: grfbus
701.1Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt
711.1Schoppsfile	arch/amiga/dev/ite_rt.c		grfrt ite
721.1Schopps
731.1Schopps# device	zthreebus at mainbus {}
741.1Schopps
751.1Schopps# handle gvp's odd autoconf info..
761.1Schoppsdevice	gvpbus at ztwobus {}
771.1Schoppsfile	arch/amiga/dev/gvpbus.c		gvpbus
781.1Schopps
791.1Schoppsdevice	le at ztwobus
801.1Schoppsfile	arch/amiga/dev/if_le.c		le needs-count
811.1Schopps
821.1Schoppsdefine	scsi {}
831.1Schopps
841.1Schopps# wd 33c93 contrllers
851.1Schoppsdefine	sbic 
861.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
871.1Schopps
881.1Schopps# C= A2091
891.1Schoppsdevice atzsc at ztwobus: scsi, sbic
901.1Schoppsfile	arch/amiga/dev/atzsc.c		atzsc needs-flag
911.1Schopps
921.1Schopps# GVP series II
931.1Schoppsdevice	gtsc at gvpbus: scsi, sbic
941.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
951.1Schopps
961.1Schopps# Amiga 3000 internal
971.1Schoppsdevice	ahsc at mainbus: scsi, sbic
981.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
991.1Schopps
1001.1Schopps# ncr 57c710 controllers
1011.1Schoppsdefine	siop
1021.1Schoppsfile	arch/amiga/dev/siop.c		siop
1031.1Schopps
1041.1Schopps# PPI Zeus
1051.1Schoppsdevice	zssc at ztwobus: scsi, siop
1061.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
1071.1Schopps
1081.1Schopps# CSA Magnum
1091.1Schoppsdevice	mgnsc at ztwobus: scsi, siop
1101.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
1111.1Schopps
1121.1Schopps# ncr 5380 controllers
1131.1Schoppsdefine	sci
1141.1Schoppsfile	arch/amiga/dev/ncrd.c		sci
1151.1Schopps
1161.1Schopps# Supra Wordsync II
1171.1Schoppsdevice	wstsc at ztwobus: scsi, sci
1181.1Schoppsfile	arch/amiga/dev/wstsc.c		wstsc needs-flag
1191.1Schopps
1201.1Schopps# IVS 
1211.1Schoppsdevice	ivsc at ztwobus: scsi, sci
1221.1Schoppsfile	arch/amiga/dev/ivsc.c		ivsc needs-flag
1231.1Schopps
1241.1Schopps# CSA twelve gauge.
1251.1Schoppsdevice	otgsc at ztwobus: scsi, sci
1261.1Schoppsfile	arch/amiga/dev/otgsc.c		otgsc needs-flag
1271.1Schopps
1281.1Schopps# MLH
1291.1Schoppsdevice	mlhsc at ztwobus: scsi, sci
1301.1Schoppsfile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
1311.1Schopps
1321.1Schoppsdevice	scsibus at scsi	{target = -1, lun = -1}
1331.1Schopps
1341.1Schoppsdevice	cd at scsibus: disk
1351.1Schoppsfile	scsi/cd.c			cd needs-flag
1361.1Schoppsmajor	{cd = 6}
1371.1Schoppsdevice	sd at scsibus: disk
1381.1Schoppsfile	scsi/sd.c			sd needs-flag
1391.1Schoppsmajor	{sd = 4}
1401.1Schoppsdevice	st at scsibus: tape
1411.1Schoppsfile	scsi/st.c			st needs-flag
1421.1Schoppsmajor	{st = 5}
1431.1Schoppsdevice	ch at scsibus: disk
1441.1Schoppsfile	scsi/ch.c			ch needs-flag
1451.1Schoppsdevice	uk at scsibus: disk
1461.1Schoppsfile	scsi/uk.c			uk needs-flag
1471.1Schoppsdevice	su at scsibus: disk
1481.1Schoppsfile	scsi/su.c			su needs-flag
1491.1Schopps
1501.1Schopps
1511.1Schopps# list of standard files...
1521.1Schoppsfile	dev/cons.c			ite ser
1531.1Schoppsfile	scsi/scsi_base.c		scsi
1541.1Schoppsfile	scsi/scsi_ioctl.c		scsi
1551.1Schoppsfile	scsi/scsiconf.c			scsi
1561.1Schoppsfile	arch/amiga/amiga/amiga_init.c
1571.1Schoppsfile	arch/amiga/amiga/autoconf.c
1581.1Schoppsfile	arch/amiga/amiga/cia.c
1591.1Schoppsfile	arch/amiga/amiga/conf.c
1601.1Schoppsfile	arch/amiga/amiga/disksubr.c
1611.1Schoppsfile	arch/amiga/amiga/dkbad.c
1621.1Schoppsfile	arch/amiga/amiga/machdep.c
1631.1Schoppsfile	arch/amiga/amiga/mem.c
1641.1Schoppsfile	arch/amiga/amiga/pmap.c
1651.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
1661.1Schoppsfile	arch/amiga/amiga/trap.c
1671.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
1681.1Schoppsfile	arch/amiga/amiga/cc.c
1691.1Schoppsfile	compat/sunos/sun_misc.c		compat_sunos
1701.1Schoppsfile	compat/sunos/sun_sysent.c	compat_sunos
1711.1Schoppsfile	compat/sunos/sun_ioctl.c	compat_sunos
1721.1Schoppsfile	compat/sunos/sun_exec.c		compat_sunos
173