files.amiga revision 1.155
11.155Srkujawa#	$NetBSD: files.amiga,v 1.155 2012/04/17 09:59:03 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		CV3DONZORRO2
221.113Slukemdefflag	opt_amigacons.h		SERCONSOLE
231.83Sis
241.120Sheinzdefflag	opt_kfont.h		KFONT_CONS_ISO8859_1
251.120Sheinzdefflag	opt_kfont.h		KFONT_CONS_ISO8859_2
261.120Sheinz
271.112Slukemdefparam opt_retina.h		RH_MEMCLK
281.113Slukemdefflag	opt_retina.h		RH_64BIT_SPRITE RH_HARDWARECURSOR
291.113Slukemdefflag	opt_retina.h		RETINA_SPEED_HACK
301.84Sis
311.113Slukemdefflag				BB060STUPIDROM
321.113Slukemdefflag				P5PPC68KBOARD
331.113Slukemdefflag				LEV6_DEFER
341.128Sisdefflag				DEVRELOAD
351.105Sis
361.154Srkujawadefflag opt_p5pb.h		P5PB_DEBUG P5PB_CONSOLE
371.151Srkujawa
381.112Slukemdefparam			IOBZCLOCK
391.83Sis
401.111Slukemdevice	mainbus {}
411.111Slukemattach	mainbus at root
421.1Schopps
431.72Sthorpejdevice	cpu
441.37Sthorpejattach	cpu at mainbus
451.1Schopps
461.94Sis# for bus_space
471.94Sisdefine	amibus_bl
481.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
491.94Sis
501.94Sisdefine	amibus_ww
511.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
521.94Sis
531.95Saymericdefine amibus_wb
541.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
551.95Saymeric
561.98Sisdefine	amibus_b16
571.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
581.106Sis
591.106Sisdefine	amibus_b800
601.106Sisfile	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
611.98Sis
621.146Srkujawafile	arch/amiga/amiga/bus.c
631.146Srkujawa
641.43Sis# zorro expansion bus.
651.72Sthorpejdevice	zbus {}
661.37Sthorpejattach	zbus at mainbus
671.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
681.1Schopps
691.1Schoppsdefine	event {}
701.1Schoppsfile	arch/amiga/dev/event.c		event
711.1Schopps
721.72Sthorpejdevice	clock
731.37Sthorpejattach	clock at mainbus
741.1Schoppsfile	arch/amiga/dev/clock.c
751.60Sis
761.60Sis# A2000 internal hwc
771.72Sthorpejdevice	a2kbbc
781.60Sisattach	a2kbbc at mainbus
791.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
801.60Sis
811.60Sis# A3000/4000 internal hwc
821.72Sthorpejdevice	a34kbbc
831.60Sisattach	a34kbbc at mainbus
841.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
851.1Schopps
861.1Schopps# keyboard
871.104Sisdevice	kbd: event,wskbddev
881.37Sthorpejattach	kbd at mainbus
891.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
901.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
911.1Schopps
921.1Schopps# serial port
931.72Sthorpejdevice	ser: tty
941.37Sthorpejattach	ser at mainbus
951.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
961.1Schopps
971.43Sis# parallel port
981.72Sthorpejdevice	par
991.37Sthorpejattach	par at mainbus
1001.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
1011.1Schopps
1021.57Sis# audio
1031.121Saugustssdevice	aucc: audiobus
1041.68Sisattach	aucc at mainbus
1051.111Slukemfile	arch/amiga/dev/aucc.c		aucc needs-flag
1061.68Sis
1071.121Saugustssdevice	melody: audiobus, tms320av110
1081.68Sisattach	melody at zbus
1091.68Sisfile	arch/amiga/dev/melody.c		melody
1101.109Sis
1111.121Saugustssdevice repulse: audiobus, ac97, mulaw
1121.109Sisattach	repulse at zbus
1131.109Sisfile	arch/amiga/dev/repulse.c	repulse
1141.117Sis
1151.121Saugustssdevice toccata: audiobus, ad1848, auconv
1161.117Sisattach	toccata at zbus
1171.117Sisfile	arch/amiga/dev/toccata.c	toccata
1181.57Sis
1191.1Schopps# mouse
1201.132Sjandbergdevice	ms: event, wsmousedev
1211.42Sisattach	ms at mainbus
1221.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1231.1Schopps
1241.56Sveego# floppy
1251.72Sthorpejdevice	fdc { unit = -1 }
1261.37Sthorpejattach	fdc at mainbus
1271.1Schopps
1281.72Sthorpejdevice	fd: disk
1291.37Sthorpejattach	fd at fdc
1301.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1311.1Schopps
1321.1Schopps# graphic devices
1331.1Schoppsdefine	grfbus {}
1341.1Schopps
1351.150Sphxdevice	grf {}: wsemuldisplaydev, vcons
1361.37Sthorpejattach	grf at grfbus
1371.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1381.1Schopps
1391.72Sthorpejdevice	ite: tty
1401.37Sthorpejattach	ite at grf
1411.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1421.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1431.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1441.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x8.c	kfont_cons_iso8859_1 &
1451.150Sphx	( ite | wsdisplay)
1461.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x11.c	kfont_cons_iso8859_1 &
1471.120Sheinz	kfont_8x11
1481.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x8.c	kfont_cons_iso8859_2 &
1491.150Sphx	( ite | wsdisplay )
1501.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x11.c	kfont_cons_iso8859_2 &
1511.120Sheinz	kfont_8x11
1521.1Schopps
1531.56Sveego# custom chips grf (ite0 grf0)
1541.72Sthorpejdevice	grfcc: grfbus
1551.37Sthorpejattach	grfcc at mainbus
1561.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1571.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1581.1Schopps
1591.104Sis# wscons interface to custom chips
1601.104Sisdevice	amidisplaycc: wsemuldisplaydev
1611.104Sisattach	amidisplaycc at mainbus
1621.111Slukemfile	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
1631.104Sis
1641.88Sthorpejdefpseudo	view
1651.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1661.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1671.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1681.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1691.1Schopps
1701.56Sveego# retina ZII grf (ite1 grf1)
1711.72Sthorpejdevice	grfrt: grfbus
1721.37Sthorpejattach	grfrt at zbus
1731.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1741.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1751.1Schopps
1761.56Sveego# retina ZIII grf (ite2 grf2)
1771.72Sthorpejdevice	grfrh: grfbus
1781.56Sveegoattach	grfrh at zbus
1791.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1801.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1811.56Sveego
1821.56Sveego# cirrus grf (ite3 grf3)
1831.72Sthorpejdevice	grfcl: grfbus
1841.37Sthorpejattach	grfcl at zbus
1851.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1861.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1871.31Schopps
1881.56Sveego# A2410 grf (ite4 grf4)
1891.72Sthorpejdevice	grful: grfbus
1901.37Sthorpejattach	grful at zbus
1911.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1921.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1931.122Sjdolecekfile	arch/amiga/dev/grf_ultms.c	grful
1941.1Schopps
1951.56Sveego# CyberVison 64 grf (ite5 grf5)
1961.72Sthorpejdevice	grfcv: grfbus
1971.56Sveegoattach	grfcv at zbus
1981.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1991.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
2001.48Sveego
2011.56Sveego# Tseng grf (ite6 grf6)
2021.72Sthorpejdevice	grfet: grfbus
2031.48Sveegoattach	grfet at zbus
2041.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
2051.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
2061.70Sveego
2071.70Sveego# CyberVison 64/3D grf (ite7 grf7)
2081.72Sthorpejdevice	grfcv3d: grfbus
2091.70Sveegoattach	grfcv3d at zbus
2101.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
2111.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
2121.48Sveego
2131.45Sthorpej# device defined in sys/conf/files
2141.56Sveego# A2065, Ameristar, Ariadne ethernet cards
2151.74Sdrochnerattach	le at zbus with le_zbus: le24
2161.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
2171.78Sveego
2181.78Sveego# AriadneII ethernet card
2191.78Sveego# device defined in sys/conf/files
2201.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2211.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2221.37Sthorpej
2231.56Sveego# Hydra ethernet card
2241.72Sthorpejdevice	ed: ifnet, ether, arp
2251.37Sthorpejattach	ed at zbus with ed_zbus
2261.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2271.18Schopps
2281.18Schopps# C=/Ameristar A2060 / 560
2291.37Sthorpejattach	bah at zbus with bah_zbus
2301.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2311.1Schopps
2321.56Sveego# CEI A4066 EthernetPLUS
2331.72Sthorpejdevice	es: ifnet, ether, arp
2341.37Sthorpejattach	es at zbus
2351.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2361.30Schopps
2371.56Sveego# Quicknet ethernet card
2381.72Sthorpejdevice	qn: ifnet, ether, arp
2391.37Sthorpejattach	qn at zbus
2401.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2411.28Schopps
2421.28Schopps# A2232 msc serial ports
2431.72Sthorpejdevice	msc: tty
2441.37Sthorpejattach	msc at zbus
2451.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2461.15Schopps
2471.15Schopps# bsc/Alf Data MultiFaceCard
2481.72Sthorpejdevice	mfc { unit = -1 }
2491.38Smhitchattach	mfc at zbus
2501.15Schopps
2511.72Sthorpejdevice	mfcs: tty
2521.37Sthorpejattach	mfcs at mfc
2531.72Sthorpejdevice	mfcp
2541.37Sthorpejattach	mfcp at mfc
2551.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2561.15Schopps
2571.69Sis# direct bus ISA-chip i/o
2581.69Sisdefine	supio {port = -1}
2591.69Sis
2601.62Sis# DraCo superio chip
2611.62Sis
2621.72Sthorpejdevice	drsupio: supio
2631.62Sisattach	drsupio at mainbus
2641.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2651.69Sis
2661.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2671.72Sthorpejdevice	hyper: supio
2681.69Sisattach	hyper at zbus
2691.69Sisfile	arch/amiga/dev/hyper.c		hyper
2701.98Sis
2711.98Sis# IOBlix
2721.98Sisdevice	iobl: supio, amibus_b16
2731.98Sisattach	iobl at zbus with iobl_zbus
2741.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2751.98Sis
2761.62Sis
2771.68Sisattach	com at supio with com_supio
2781.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2791.75Sis
2801.75Sis# ISDN Blaster, ISDN Master
2811.75Sisdevice	aster: supio
2821.75Sisattach	aster at zbus
2831.75Sisfile	arch/amiga/dev/aster.c		aster
2841.102Sis
2851.102Sisattach	isic at supio with isic_supio
2861.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2871.68Sis
2881.63Sis# handle gvp's odd autoconf info..
2891.72Sthorpejdevice	gvpbus {}
2901.63Sisattach	gvpbus at zbus
2911.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2921.62Sis
2931.63Sisattach	lpt at supio with lpt_supio
2941.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2951.63Sis
2961.89Sthorpejinclude "dev/scsipi/files.scsipi"
2971.56Sveego
2981.1Schopps# wd 33c93 contrllers
2991.111Slukemdefine	sbic
3001.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
3011.1Schopps
3021.1Schopps# GVP series II
3031.72Sthorpejdevice	gtsc: scsi, sbic
3041.37Sthorpejattach	gtsc at gvpbus
3051.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
3061.1Schopps
3071.1Schopps# Amiga 3000 internal
3081.72Sthorpejdevice	ahsc: scsi, sbic
3091.37Sthorpejattach	ahsc at mainbus
3101.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
3111.1Schopps
3121.56Sveego# C= A2091
3131.72Sthorpejdevice atzsc: scsi, sbic
3141.56Sveegoattach atzsc at zbus
3151.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3161.56Sveego
3171.56Sveego# ncr 5380 controllers
3181.56Sveegodefine	sci
3191.56Sveegofile	arch/amiga/dev/sci.c		sci
3201.56Sveego
3211.56Sveego# Supra Wordsync II
3221.72Sthorpejdevice	wstsc: scsi, sci
3231.56Sveegoattach	wstsc at zbus
3241.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3251.56Sveego
3261.111Slukem# IVS
3271.72Sthorpejdevice	ivsc: scsi, sci
3281.56Sveegoattach	ivsc at zbus
3291.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3301.56Sveego
3311.56Sveego# MLH
3321.72Sthorpejdevice	mlhsc: scsi, sci
3331.56Sveegoattach	mlhsc at zbus
3341.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3351.56Sveego
3361.56Sveego# CSA twelve gauge.
3371.72Sthorpejdevice	otgsc: scsi, sci
3381.56Sveegoattach	otgsc at zbus
3391.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3401.56Sveego
3411.1Schopps# ncr 57c710 controllers
3421.99Sbouyerdefine	asiop
3431.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3441.1Schopps
3451.1Schopps# PPI Zeus
3461.99Sbouyerdevice	zssc: scsi, asiop
3471.37Sthorpejattach	zssc at zbus
3481.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3491.1Schopps
3501.1Schopps# CSA Magnum
3511.99Sbouyerdevice	mgnsc: scsi, asiop
3521.37Sthorpejattach	mgnsc at zbus
3531.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3541.1Schopps
3551.56Sveego# MacroSystems USA Warp Engine
3561.99Sbouyerdevice	wesc: scsi, asiop
3571.37Sthorpejattach	wesc at zbus
3581.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3591.12Schopps
3601.56Sveego# C= A4091 & A4000T
3611.99Sbouyerdevice	afsc: scsi, asiop
3621.37Sthorpejattach	afsc at zbus
3631.99Sbouyerdevice	aftsc: scsi, asiop
3641.37Sthorpejattach	aftsc at mainbus
3651.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3661.80Sis
3671.80Sis# ncr 57c720/770 controllers
3681.80Sisdefine	siopng
3691.80Sisfile	arch/amiga/dev/siop2.c		siopng
3701.80Sis
3711.15Schopps# Emulex ESP216 & FAS216 controllers
3721.15Schopps
3731.15Schopps# FastlaneZ3
3741.72Sthorpejdevice	flsc: scsi, ncr53c9x
3751.37Sthorpejattach	flsc at zbus
3761.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3771.25Schopps
3781.66Smhitch# Blizzard1230-I,II
3791.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3801.37Sthorpejattach	bzsc at zbus
3811.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3821.66Smhitch
3831.66Smhitch# Blizzard12x0-IV
3841.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3851.66Smhitchattach	bzivsc at zbus
3861.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3871.49Sis
3881.51Sis# Blizzard2060 scsi
3891.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3901.51Sisattach	bztzsc at zbus
3911.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3921.65Smhitch
3931.65Smhitch# CyberSCSI [I] scsi
3941.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3951.65Smhitchattach	cbsc at zbus
3961.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3971.65Smhitch
3981.65Smhitch# CyberSCSI MKII scsi
3991.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
4001.65Smhitchattach	cbiisc at zbus
4011.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
4021.2Schopps
4031.56Sveego# EMPLANT
4041.72Sthorpejdevice	empsc: scsi, sci
4051.56Sveegoattach	empsc at zbus
4061.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
4071.56Sveego
4081.56Sveego# MacroSystem DraCo internal
4091.99Sbouyerdevice	drsc: scsi, asiop
4101.56Sveegoattach	drsc at mainbus
4111.111Slukemfile	arch/amiga/dev/drsc.c		drsc needs-flag
4121.59Sis
4131.59Sis# MacroSystem DraCo internal DS2404 hwc
4141.72Sthorpejdevice	drbbc
4151.59Sisattach	drbbc at mainbus
4161.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4171.56Sveego
4181.92Sis# kernel floating point emulator
4191.58Sisinclude	"arch/m68k/fpe/files.fpe"
4201.58Sis
4211.92Sis# Motorola 68060 support package
4221.92Sisinclude	"arch/m68k/060sp/files.060sp"
4231.92Sis
4241.64Sis# list of standard files...
4251.64Sis
4261.130Saymericfile	dev/cons.c
4271.130Saymericfile	dev/cninit.c
4281.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4291.1Schoppsfile	arch/amiga/amiga/autoconf.c
4301.1Schoppsfile	arch/amiga/amiga/cia.c
4311.1Schoppsfile	arch/amiga/amiga/conf.c
4321.1Schoppsfile	arch/amiga/amiga/disksubr.c
4331.1Schoppsfile	arch/amiga/amiga/dkbad.c
4341.1Schoppsfile	arch/amiga/amiga/machdep.c
4351.137Smhitchfile	arch/amiga/amiga/pmap_bootstrap.c
4361.1Schoppsfile	arch/amiga/amiga/trap.c
4371.1Schoppsfile	arch/amiga/amiga/cc.c
4381.116Sjdolecekfile	dev/md_root.c			memory_disk_hooks
4391.90Sisfile	arch/m68k/m68k/cacheops.c
4401.126Schsfile	arch/m68k/m68k/db_memrw.c	ddb
4411.141Smhitchfile	arch/m68k/m68k/pmap_motorola.c
4421.134Schsfile	arch/m68k/m68k/procfs_machdep.c	procfs
4431.127Schsfile	arch/m68k/m68k/sys_machdep.c
4441.125Schsfile	arch/m68k/m68k/vm_machdep.c
4451.95Saymeric
4461.95Saymericdefine	gayle
4471.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4481.95Saymeric
4491.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4501.95Saymericdevice	pccard: pcmciabus, gayle
4511.95Saymericattach	pccard at mainbus
4521.95Saymeric
4531.95Saymericinclude "dev/pcmcia/files.pcmcia"
4541.96Smhitch
4551.96Smhitchinclude "dev/ata/files.ata"
4561.96Smhitch
4571.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4581.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4591.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4601.68Sis
4611.138Sis# Buddha wdc
4621.138Sisattach	wdc at zbus with wdc_buddha
4631.138Sisfile	arch/amiga/dev/wdc_buddha.c	wdc_buddha
4641.138Sis
4651.149Srkujawa# FastATA 
4661.149Srkujawadevice  efa: ata,wdc_common
4671.149Srkujawaattach  efa at mainbus
4681.149Srkujawafile    arch/amiga/dev/efa.c		efa
4691.149Srkujawa
4701.24Schristos# Compatibility modules
4711.114Saymeric
4721.114Saymeric# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
4731.114Saymericinclude "compat/aoutm68k/files.aoutm68k"
4741.24Schristos
4751.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4761.85Skleinkinclude "compat/sunos/files.sunos"
4771.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4781.86Skleink
4791.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4801.86Skleinkinclude "compat/svr4/files.svr4"
4811.57Sis
4821.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4831.79Sitohyinclude "compat/linux/files.linux"
4841.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4851.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
4861.79Sitohy
4871.79Sitohy# OSS audio driver compatibility
4881.79Sitohyinclude "compat/ossaudio/files.ossaudio"
4891.123Sgehenna
4901.145Srkujawa# Bluetooth stack
4911.145Srkujawainclude "dev/bluetooth/files.bluetooth"
4921.145Srkujawa
4931.151Srkujawa# Phase5 BPPC/CSPPC internal bus
4941.151Srkujawadevice	p5bus {}
4951.151Srkujawaattach	p5bus at zbus
4961.151Srkujawafile	arch/amiga/dev/p5bus.c		p5bus
4971.151Srkujawa
4981.151Srkujawadevice	p5membar {}
4991.151Srkujawaattach	p5membar at zbus
5001.151Srkujawafile	arch/amiga/pci/p5membar.c	p5membar
5011.151Srkujawa
5021.151Srkujawa# CyberStorm MKIII scsi
5031.151Srkujawadevice	cbiiisc: scsi, siopng
5041.151Srkujawaattach	cbiiisc at p5bus 
5051.151Srkujawafile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
5061.151Srkujawa
5071.151Srkujawa# Phase5 Blizzard 603e+ SCSI
5081.151Srkujawadevice	bppcsc: scsi, asiop
5091.151Srkujawaattach	bppcsc at p5bus 
5101.151Srkujawafile	arch/amiga/dev/bppcsc.c		bppcsc needs-flag
5111.151Srkujawa
5121.146Srkujawa# PCI bus
5131.146Srkujawafile	arch/amiga/pci/p5pb.c		pci
5141.147Srkujawafile	arch/amiga/pci/mppb.c		pci
5151.152Srkujawafile	arch/amiga/pci/cv3dpb.c		pci
5161.148Srkujawafile	arch/amiga/pci/pci_machdep.c	pci
5171.146Srkujawa
5181.146Srkujawadevice	p5pb: pcibus
5191.151Srkujawaattach	p5pb at p5bus 
5201.146Srkujawa
5211.147Srkujawadevice	mppb: pcibus
5221.147Srkujawaattach	mppb at zbus
5231.147Srkujawa
5241.152Srkujawadevice	cv3dpb: pcibus
5251.152Srkujawaattach	cv3dpb at zbus
5261.152Srkujawa
5271.146Srkujawainclude	"dev/i2o/files.i2o"
5281.146Srkujawainclude	"dev/pci/files.pci"
5291.146Srkujawa
5301.155Srkujawainclude "arch/amiga/clockport/files.clockport"
5311.155Srkujawa
5321.146Srkujawainclude	"arch/amiga/conf/majors.amiga"
5331.146Srkujawa
534