files.amiga revision 1.178
11.178Srkujawa#	$NetBSD: files.amiga,v 1.178 2016/10/03 14:26:02 rkujawa Exp $
21.16Scgd
31.16Scgd# maxpartitions must be first item in files.${ARCH}.newconf
41.16Scgdmaxpartitions 16			# NOTE THAT AMIGA IS SPECIAL!
51.1Schopps
61.129Shedefflag	opt_m060sp.h		M060SP
71.129Shedefflag				PANICBUTTON	# panic on kbd NMI if not DDB
81.129She
91.1Schoppsmaxusers 2 8 64
101.1Schopps
111.124Sthorpejdefflag	opt_amigaccgrf.h	GRF_NTSC
121.113Slukemdefflag	opt_amigaccgrf.h	GRF_PAL	:GRF_NTSC	# temporary workaround
131.113Slukemdefflag	opt_amigaccgrf.h	GRF_ECS GRF_AGA
141.113Slukemdefflag	opt_amigaccgrf.h	GRF_A2024:GRF_ECS
151.113Slukemdefflag	opt_amigaccgrf.h	GRF_AGA_VGA:GRF_AGA
161.113Slukemdefflag	opt_amigaccgrf.h	GRF_SUPER72:GRF_AGA
171.113Slukemdefflag	opt_amigaccgrf.h	USE_C_BFOPS
181.113Slukem
191.113Slukemdefflag	opt_amigacons.h		RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
201.113Slukemdefflag	opt_amigacons.h		CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
211.113Slukemdefflag	opt_amigacons.h		SERCONSOLE
221.83Sis
231.178Srkujawadefflag opt_mntva.h		MNTVA_CONSOLE
241.178Srkujawa
251.120Sheinzdefflag	opt_kfont.h		KFONT_CONS_ISO8859_1
261.120Sheinzdefflag	opt_kfont.h		KFONT_CONS_ISO8859_2
271.120Sheinz
281.112Slukemdefparam opt_retina.h		RH_MEMCLK
291.113Slukemdefflag	opt_retina.h		RH_64BIT_SPRITE RH_HARDWARECURSOR
301.113Slukemdefflag	opt_retina.h		RETINA_SPEED_HACK
311.84Sis
321.113Slukemdefflag				BB060STUPIDROM
331.113Slukemdefflag				P5PPC68KBOARD
341.113Slukemdefflag				LEV6_DEFER
351.128Sisdefflag				DEVRELOAD
361.105Sis
371.154Srkujawadefflag opt_p5pb.h		P5PB_DEBUG P5PB_CONSOLE
381.151Srkujawa
391.112Slukemdefparam			IOBZCLOCK
401.83Sis
411.111Slukemdevice	mainbus {}
421.111Slukemattach	mainbus at root
431.1Schopps
441.72Sthorpejdevice	cpu
451.37Sthorpejattach	cpu at mainbus
461.1Schopps
471.94Sis# for bus_space
481.94Sisdefine	amibus_bl
491.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
501.94Sis
511.94Sisdefine	amibus_ww
521.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
531.94Sis
541.95Saymericdefine amibus_wb
551.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
561.95Saymeric
571.98Sisdefine	amibus_b16
581.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
591.106Sis
601.106Sisdefine	amibus_b800
611.106Sisfile	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
621.98Sis
631.174Srkujawadefine	amibus_b1000
641.174Srkujawafile	arch/amiga/amiga/amiga_bus_simple_0x1000.c	amibus_b1000
651.174Srkujawa
661.172Srkujawadefine	amibus_b4000
671.172Srkujawafile	arch/amiga/amiga/amiga_bus_simple_0x4000.c	amibus_b4000
681.172Srkujawa
691.158Srkujawadefine  amibus_empb
701.158Srkujawafile	arch/amiga/pci/empb_bsm.c	amibus_empb
711.158Srkujawa
721.146Srkujawafile	arch/amiga/amiga/bus.c
731.146Srkujawa
741.43Sis# zorro expansion bus.
751.72Sthorpejdevice	zbus {}
761.37Sthorpejattach	zbus at mainbus
771.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
781.1Schopps
791.1Schoppsdefine	event {}
801.1Schoppsfile	arch/amiga/dev/event.c		event
811.1Schopps
821.72Sthorpejdevice	clock
831.37Sthorpejattach	clock at mainbus
841.1Schoppsfile	arch/amiga/dev/clock.c
851.60Sis
861.60Sis# A2000 internal hwc
871.164Srkujawadevice	a2kbbc: msm6242b
881.60Sisattach	a2kbbc at mainbus
891.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
901.60Sis
911.60Sis# A3000/4000 internal hwc
921.72Sthorpejdevice	a34kbbc
931.60Sisattach	a34kbbc at mainbus
941.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
951.1Schopps
961.1Schopps# keyboard
971.104Sisdevice	kbd: event,wskbddev
981.37Sthorpejattach	kbd at mainbus
991.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
1001.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
1011.1Schopps
1021.1Schopps# serial port
1031.72Sthorpejdevice	ser: tty
1041.37Sthorpejattach	ser at mainbus
1051.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
1061.1Schopps
1071.43Sis# parallel port
1081.72Sthorpejdevice	par
1091.37Sthorpejattach	par at mainbus
1101.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
1111.1Schopps
1121.57Sis# audio
1131.121Saugustssdevice	aucc: audiobus
1141.68Sisattach	aucc at mainbus
1151.111Slukemfile	arch/amiga/dev/aucc.c		aucc needs-flag
1161.68Sis
1171.121Saugustssdevice	melody: audiobus, tms320av110
1181.68Sisattach	melody at zbus
1191.68Sisfile	arch/amiga/dev/melody.c		melody
1201.109Sis
1211.121Saugustssdevice repulse: audiobus, ac97, mulaw
1221.109Sisattach	repulse at zbus
1231.109Sisfile	arch/amiga/dev/repulse.c	repulse
1241.117Sis
1251.121Saugustssdevice toccata: audiobus, ad1848, auconv
1261.117Sisattach	toccata at zbus
1271.117Sisfile	arch/amiga/dev/toccata.c	toccata
1281.57Sis
1291.1Schopps# mouse
1301.132Sjandbergdevice	ms: event, wsmousedev
1311.42Sisattach	ms at mainbus
1321.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1331.1Schopps
1341.56Sveego# floppy
1351.72Sthorpejdevice	fdc { unit = -1 }
1361.37Sthorpejattach	fdc at mainbus
1371.1Schopps
1381.72Sthorpejdevice	fd: disk
1391.37Sthorpejattach	fd at fdc
1401.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1411.1Schopps
1421.1Schopps# graphic devices
1431.1Schoppsdefine	grfbus {}
1441.1Schopps
1451.150Sphxdevice	grf {}: wsemuldisplaydev, vcons
1461.37Sthorpejattach	grf at grfbus
1471.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1481.1Schopps
1491.72Sthorpejdevice	ite: tty
1501.37Sthorpejattach	ite at grf
1511.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1521.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1531.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1541.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x8.c	kfont_cons_iso8859_1 &
1551.150Sphx	( ite | wsdisplay)
1561.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x11.c	kfont_cons_iso8859_1 &
1571.120Sheinz	kfont_8x11
1581.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x8.c	kfont_cons_iso8859_2 &
1591.150Sphx	( ite | wsdisplay )
1601.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x11.c	kfont_cons_iso8859_2 &
1611.120Sheinz	kfont_8x11
1621.1Schopps
1631.56Sveego# custom chips grf (ite0 grf0)
1641.72Sthorpejdevice	grfcc: grfbus
1651.37Sthorpejattach	grfcc at mainbus
1661.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1671.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1681.1Schopps
1691.104Sis# wscons interface to custom chips
1701.177Smlelstvdevice	amidisplaycc: wsemuldisplaydev, vcons
1711.104Sisattach	amidisplaycc at mainbus
1721.111Slukemfile	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
1731.104Sis
1741.88Sthorpejdefpseudo	view
1751.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1761.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1771.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1781.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1791.1Schopps
1801.56Sveego# retina ZII grf (ite1 grf1)
1811.72Sthorpejdevice	grfrt: grfbus
1821.37Sthorpejattach	grfrt at zbus
1831.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1841.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1851.1Schopps
1861.56Sveego# retina ZIII grf (ite2 grf2)
1871.72Sthorpejdevice	grfrh: grfbus
1881.56Sveegoattach	grfrh at zbus
1891.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1901.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1911.56Sveego
1921.56Sveego# cirrus grf (ite3 grf3)
1931.72Sthorpejdevice	grfcl: grfbus
1941.37Sthorpejattach	grfcl at zbus
1951.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1961.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1971.31Schopps
1981.56Sveego# A2410 grf (ite4 grf4)
1991.72Sthorpejdevice	grful: grfbus
2001.37Sthorpejattach	grful at zbus
2011.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
2021.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
2031.122Sjdolecekfile	arch/amiga/dev/grf_ultms.c	grful
2041.1Schopps
2051.56Sveego# CyberVison 64 grf (ite5 grf5)
2061.72Sthorpejdevice	grfcv: grfbus
2071.56Sveegoattach	grfcv at zbus
2081.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
2091.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
2101.48Sveego
2111.56Sveego# Tseng grf (ite6 grf6)
2121.72Sthorpejdevice	grfet: grfbus
2131.48Sveegoattach	grfet at zbus
2141.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
2151.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
2161.70Sveego
2171.70Sveego# CyberVison 64/3D grf (ite7 grf7)
2181.72Sthorpejdevice	grfcv3d: grfbus
2191.70Sveegoattach	grfcv3d at zbus
2201.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
2211.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
2221.48Sveego
2231.178Srkujawa# MNT VA2000
2241.178Srkujawadevice	mntva: wsemuldisplaydev, rasops16, rasops32, vcons, videomode
2251.178Srkujawaattach	mntva at zbus
2261.178Srkujawafile	arch/amiga/dev/mntva.c		mntva needs-flag
2271.178Srkujawa
2281.45Sthorpej# device defined in sys/conf/files
2291.56Sveego# A2065, Ameristar, Ariadne ethernet cards
2301.74Sdrochnerattach	le at zbus with le_zbus: le24
2311.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
2321.78Sveego
2331.78Sveego# AriadneII ethernet card
2341.78Sveego# device defined in sys/conf/files
2351.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2361.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2371.37Sthorpej
2381.156Srkujawa# X-Surf
2391.156Srkujawadefine	xsurfbus {}
2401.156Srkujawa
2411.156Srkujawadevice	xsurf: xsurfbus 
2421.156Srkujawaattach	xsurf at zbus
2431.156Srkujawafile	arch/amiga/dev/xsurf.c		xsurf needs-flag
2441.156Srkujawa
2451.156Srkujawaattach	ne at xsurfbus with ne_xsurf: rtl80x9
2461.156Srkujawafile	arch/amiga/dev/if_ne_xsurf.c	ne_xsurf needs-flag
2471.156Srkujawa
2481.165Srkujawaattach	wdc at xsurfbus with wdc_xsurf
2491.165Srkujawafile	arch/amiga/dev/wdc_xsurf.c	wdc_xsurf & xsurf
2501.165Srkujawa
2511.171Srkujawadefine	xshbus {}
2521.171Srkujawa
2531.171Srkujawadevice	xsh: xshbus
2541.171Srkujawaattach	xsh at zbus
2551.171Srkujawafile	arch/amiga/dev/xsh.c		xsh needs-flag
2561.171Srkujawa
2571.176Stsutsuiattach	ne at xshbus with ne_xsh: ax88190
2581.171Srkujawafile	arch/amiga/dev/if_ne_xsh.c	ne_xsh needs-flag
2591.171Srkujawa
2601.56Sveego# Hydra ethernet card
2611.72Sthorpejdevice	ed: ifnet, ether, arp
2621.161Sphxattach	ed at zbus with ed_zbus: dp8390nic
2631.161Sphxfile	arch/amiga/dev/if_ed_zbus.c	ed_zbus needs-flag
2641.18Schopps
2651.18Schopps# C=/Ameristar A2060 / 560
2661.37Sthorpejattach	bah at zbus with bah_zbus
2671.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2681.1Schopps
2691.56Sveego# CEI A4066 EthernetPLUS
2701.72Sthorpejdevice	es: ifnet, ether, arp
2711.37Sthorpejattach	es at zbus
2721.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2731.30Schopps
2741.56Sveego# Quicknet ethernet card
2751.72Sthorpejdevice	qn: ifnet, ether, arp
2761.37Sthorpejattach	qn at zbus
2771.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2781.28Schopps
2791.28Schopps# A2232 msc serial ports
2801.72Sthorpejdevice	msc: tty
2811.37Sthorpejattach	msc at zbus
2821.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2831.15Schopps
2841.15Schopps# bsc/Alf Data MultiFaceCard
2851.72Sthorpejdevice	mfc { unit = -1 }
2861.38Smhitchattach	mfc at zbus
2871.15Schopps
2881.72Sthorpejdevice	mfcs: tty
2891.37Sthorpejattach	mfcs at mfc
2901.72Sthorpejdevice	mfcp
2911.37Sthorpejattach	mfcp at mfc
2921.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2931.15Schopps
2941.69Sis# direct bus ISA-chip i/o
2951.69Sisdefine	supio {port = -1}
2961.69Sis
2971.62Sis# DraCo superio chip
2981.62Sis
2991.72Sthorpejdevice	drsupio: supio
3001.62Sisattach	drsupio at mainbus
3011.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
3021.69Sis
3031.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
3041.72Sthorpejdevice	hyper: supio
3051.69Sisattach	hyper at zbus
3061.69Sisfile	arch/amiga/dev/hyper.c		hyper
3071.98Sis
3081.98Sis# IOBlix
3091.98Sisdevice	iobl: supio, amibus_b16
3101.98Sisattach	iobl at zbus with iobl_zbus
3111.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
3121.98Sis
3131.62Sis
3141.68Sisattach	com at supio with com_supio
3151.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
3161.75Sis
3171.75Sis# ISDN Blaster, ISDN Master
3181.75Sisdevice	aster: supio
3191.75Sisattach	aster at zbus
3201.75Sisfile	arch/amiga/dev/aster.c		aster
3211.102Sis
3221.102Sisattach	isic at supio with isic_supio
3231.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
3241.68Sis
3251.63Sis# handle gvp's odd autoconf info..
3261.72Sthorpejdevice	gvpbus {}
3271.63Sisattach	gvpbus at zbus
3281.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
3291.62Sis
3301.63Sisattach	lpt at supio with lpt_supio
3311.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
3321.63Sis
3331.89Sthorpejinclude "dev/scsipi/files.scsipi"
3341.56Sveego
3351.1Schopps# wd 33c93 contrllers
3361.111Slukemdefine	sbic
3371.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
3381.1Schopps
3391.1Schopps# GVP series II
3401.72Sthorpejdevice	gtsc: scsi, sbic
3411.37Sthorpejattach	gtsc at gvpbus
3421.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
3431.1Schopps
3441.1Schopps# Amiga 3000 internal
3451.72Sthorpejdevice	ahsc: scsi, sbic
3461.37Sthorpejattach	ahsc at mainbus
3471.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
3481.1Schopps
3491.56Sveego# C= A2091
3501.72Sthorpejdevice atzsc: scsi, sbic
3511.56Sveegoattach atzsc at zbus
3521.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3531.56Sveego
3541.56Sveego# ncr 5380 controllers
3551.56Sveegodefine	sci
3561.56Sveegofile	arch/amiga/dev/sci.c		sci
3571.56Sveego
3581.56Sveego# Supra Wordsync II
3591.72Sthorpejdevice	wstsc: scsi, sci
3601.56Sveegoattach	wstsc at zbus
3611.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3621.56Sveego
3631.111Slukem# IVS
3641.72Sthorpejdevice	ivsc: scsi, sci
3651.56Sveegoattach	ivsc at zbus
3661.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3671.56Sveego
3681.56Sveego# MLH
3691.72Sthorpejdevice	mlhsc: scsi, sci
3701.56Sveegoattach	mlhsc at zbus
3711.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3721.56Sveego
3731.56Sveego# CSA twelve gauge.
3741.72Sthorpejdevice	otgsc: scsi, sci
3751.56Sveegoattach	otgsc at zbus
3761.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3771.56Sveego
3781.1Schopps# ncr 57c710 controllers
3791.99Sbouyerdefine	asiop
3801.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3811.1Schopps
3821.1Schopps# PPI Zeus
3831.99Sbouyerdevice	zssc: scsi, asiop
3841.37Sthorpejattach	zssc at zbus
3851.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3861.1Schopps
3871.1Schopps# CSA Magnum
3881.99Sbouyerdevice	mgnsc: scsi, asiop
3891.37Sthorpejattach	mgnsc at zbus
3901.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3911.1Schopps
3921.56Sveego# MacroSystems USA Warp Engine
3931.99Sbouyerdevice	wesc: scsi, asiop
3941.37Sthorpejattach	wesc at zbus
3951.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3961.12Schopps
3971.56Sveego# C= A4091 & A4000T
3981.99Sbouyerdevice	afsc: scsi, asiop
3991.37Sthorpejattach	afsc at zbus
4001.99Sbouyerdevice	aftsc: scsi, asiop
4011.37Sthorpejattach	aftsc at mainbus
4021.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
4031.80Sis
4041.80Sis# ncr 57c720/770 controllers
4051.80Sisdefine	siopng
4061.80Sisfile	arch/amiga/dev/siop2.c		siopng
4071.80Sis
4081.15Schopps# Emulex ESP216 & FAS216 controllers
4091.15Schopps
4101.15Schopps# FastlaneZ3
4111.72Sthorpejdevice	flsc: scsi, ncr53c9x
4121.37Sthorpejattach	flsc at zbus
4131.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
4141.25Schopps
4151.66Smhitch# Blizzard1230-I,II
4161.72Sthorpejdevice	bzsc: scsi, ncr53c9x
4171.37Sthorpejattach	bzsc at zbus
4181.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
4191.66Smhitch
4201.66Smhitch# Blizzard12x0-IV
4211.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
4221.66Smhitchattach	bzivsc at zbus
4231.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
4241.49Sis
4251.51Sis# Blizzard2060 scsi
4261.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
4271.51Sisattach	bztzsc at zbus
4281.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
4291.65Smhitch
4301.65Smhitch# CyberSCSI [I] scsi
4311.72Sthorpejdevice	cbsc: scsi, ncr53c9x
4321.65Smhitchattach	cbsc at zbus
4331.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
4341.65Smhitch
4351.65Smhitch# CyberSCSI MKII scsi
4361.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
4371.65Smhitchattach	cbiisc at zbus
4381.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
4391.2Schopps
4401.56Sveego# EMPLANT
4411.72Sthorpejdevice	empsc: scsi, sci
4421.56Sveegoattach	empsc at zbus
4431.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
4441.56Sveego
4451.56Sveego# MacroSystem DraCo internal
4461.99Sbouyerdevice	drsc: scsi, asiop
4471.56Sveegoattach	drsc at mainbus
4481.111Slukemfile	arch/amiga/dev/drsc.c		drsc needs-flag
4491.59Sis
4501.59Sis# MacroSystem DraCo internal DS2404 hwc
4511.72Sthorpejdevice	drbbc
4521.59Sisattach	drbbc at mainbus
4531.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4541.56Sveego
4551.92Sis# kernel floating point emulator
4561.58Sisinclude	"arch/m68k/fpe/files.fpe"
4571.58Sis
4581.92Sis# Motorola 68060 support package
4591.92Sisinclude	"arch/m68k/060sp/files.060sp"
4601.92Sis
4611.64Sis# list of standard files...
4621.64Sis
4631.130Saymericfile	dev/cons.c
4641.130Saymericfile	dev/cninit.c
4651.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4661.1Schoppsfile	arch/amiga/amiga/autoconf.c
4671.1Schoppsfile	arch/amiga/amiga/cia.c
4681.1Schoppsfile	arch/amiga/amiga/conf.c
4691.1Schoppsfile	arch/amiga/amiga/disksubr.c
4701.1Schoppsfile	arch/amiga/amiga/dkbad.c
4711.1Schoppsfile	arch/amiga/amiga/machdep.c
4721.137Smhitchfile	arch/amiga/amiga/pmap_bootstrap.c
4731.1Schoppsfile	arch/amiga/amiga/trap.c
4741.1Schoppsfile	arch/amiga/amiga/cc.c
4751.116Sjdolecekfile	dev/md_root.c			memory_disk_hooks
4761.90Sisfile	arch/m68k/m68k/cacheops.c
4771.126Schsfile	arch/m68k/m68k/db_memrw.c	ddb
4781.141Smhitchfile	arch/m68k/m68k/pmap_motorola.c
4791.134Schsfile	arch/m68k/m68k/procfs_machdep.c	procfs
4801.127Schsfile	arch/m68k/m68k/sys_machdep.c
4811.125Schsfile	arch/m68k/m68k/vm_machdep.c
4821.160Srkujawafile	arch/m68k/m68k/bus_dma.c
4831.95Saymeric
4841.95Saymericdefine	gayle
4851.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4861.95Saymeric
4871.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4881.95Saymericdevice	pccard: pcmciabus, gayle
4891.95Saymericattach	pccard at mainbus
4901.95Saymeric
4911.95Saymericinclude "dev/pcmcia/files.pcmcia"
4921.96Smhitch
4931.96Smhitchinclude "dev/ata/files.ata"
4941.96Smhitch
4951.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4961.175Srkujawaattach	wdc at mainbus with wdc_amiga: gayle, amibus_b1000
4971.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4981.68Sis
4991.138Sis# Buddha wdc
5001.138Sisattach	wdc at zbus with wdc_buddha
5011.138Sisfile	arch/amiga/dev/wdc_buddha.c	wdc_buddha
5021.138Sis
5031.149Srkujawa# FastATA 
5041.175Srkujawadevice  efa: ata, wdc_common, amibus_b1000
5051.149Srkujawaattach  efa at mainbus
5061.149Srkujawafile    arch/amiga/dev/efa.c		efa
5071.149Srkujawa
5081.24Schristos# Compatibility modules
5091.114Saymeric
5101.114Saymeric# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
5111.114Saymericinclude "compat/aoutm68k/files.aoutm68k"
5121.24Schristos
5131.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
5141.85Skleinkinclude "compat/sunos/files.sunos"
5151.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
5161.86Skleink
5171.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
5181.86Skleinkinclude "compat/svr4/files.svr4"
5191.57Sis
5201.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
5211.79Sitohyinclude "compat/linux/files.linux"
5221.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
5231.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
5241.79Sitohy
5251.79Sitohy# OSS audio driver compatibility
5261.79Sitohyinclude "compat/ossaudio/files.ossaudio"
5271.123Sgehenna
5281.145Srkujawa# Bluetooth stack
5291.145Srkujawainclude "dev/bluetooth/files.bluetooth"
5301.145Srkujawa
5311.167She# USB stack
5321.167Sheinclude "dev/usb/files.usb"
5331.167She
5341.151Srkujawa# Phase5 BPPC/CSPPC internal bus
5351.151Srkujawadevice	p5bus {}
5361.151Srkujawaattach	p5bus at zbus
5371.151Srkujawafile	arch/amiga/dev/p5bus.c		p5bus
5381.151Srkujawa
5391.151Srkujawadevice	p5membar {}
5401.151Srkujawaattach	p5membar at zbus
5411.151Srkujawafile	arch/amiga/pci/p5membar.c	p5membar
5421.151Srkujawa
5431.151Srkujawa# CyberStorm MKIII scsi
5441.151Srkujawadevice	cbiiisc: scsi, siopng
5451.151Srkujawaattach	cbiiisc at p5bus 
5461.151Srkujawafile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
5471.151Srkujawa
5481.151Srkujawa# Phase5 Blizzard 603e+ SCSI
5491.151Srkujawadevice	bppcsc: scsi, asiop
5501.151Srkujawaattach	bppcsc at p5bus 
5511.151Srkujawafile	arch/amiga/dev/bppcsc.c		bppcsc needs-flag
5521.151Srkujawa
5531.146Srkujawa# PCI bus
5541.148Srkujawafile	arch/amiga/pci/pci_machdep.c	pci
5551.146Srkujawa
5561.146Srkujawadevice	p5pb: pcibus
5571.151Srkujawaattach	p5pb at p5bus 
5581.163Sphxfile	arch/amiga/pci/p5pb.c		p5pb & pci
5591.146Srkujawa
5601.147Srkujawadevice	mppb: pcibus
5611.147Srkujawaattach	mppb at zbus
5621.163Sphxfile	arch/amiga/pci/mppb.c		mppb & pci
5631.147Srkujawa
5641.152Srkujawadevice	cv3dpb: pcibus
5651.152Srkujawaattach	cv3dpb at zbus
5661.163Sphxfile	arch/amiga/pci/cv3dpb.c		cv3dpb & pci
5671.152Srkujawa
5681.168Srkujawadefine	empmdev { }
5691.168Srkujawadevice	empm
5701.168Srkujawaattach	empm at empmdev
5711.168Srkujawafile	arch/amiga/pci/empm.c		empm needs-flag
5721.168Srkujawa
5731.168Srkujawadevice	empb: pcibus, amibus_empb, empmdev
5741.157Srkujawaattach	empb at zbus
5751.168Srkujawafile	arch/amiga/pci/empb.c		empb & pci & empm
5761.157Srkujawa
5771.169Srkujawadevice	em4k: pcibus
5781.169Srkujawaattach	em4k at zbus
5791.169Srkujawafile	arch/amiga/pci/em4k.c		em4k & pci
5801.169Srkujawa
5811.157Srkujawadevice	emmem {}
5821.157Srkujawaattach	emmem at zbus
5831.157Srkujawafile	arch/amiga/pci/emmem.c		emmem
5841.157Srkujawa
5851.146Srkujawainclude	"dev/i2o/files.i2o"
5861.146Srkujawainclude	"dev/pci/files.pci"
5871.146Srkujawa
5881.166Srkujawadevice	z3rambd: altmemdev
5891.166Srkujawaattach	z3rambd at zbus
5901.166Srkujawafile	arch/amiga/dev/z3rambd.c	z3rambd needs-flag
5911.166Srkujawa
5921.170Srkujawaattach	slhci at zbus with slhci_zbus
5931.170Srkujawafile	arch/amiga/dev/slhci_zbus.c	slhci_zbus
5941.170Srkujawa
5951.172Srkujawadefine	acafhbus {}
5961.172Srkujawa
5971.172Srkujawadevice	acafh: acafhbus, amibus_b4000
5981.172Srkujawaattach	acafh at mainbus 
5991.173Srkujawafile	arch/amiga/dev/acafh.c		acafh needs-count 
6001.172Srkujawa
6011.174Srkujawaattach	wdc at acafhbus with wdc_acafh: gayle, amibus_b1000
6021.172Srkujawafile	arch/amiga/dev/wdc_acafh.c	wdc_acafh & acafh 
6031.172Srkujawa
6041.155Srkujawainclude "arch/amiga/clockport/files.clockport"
6051.155Srkujawa
6061.146Srkujawainclude	"arch/amiga/conf/majors.amiga"
607