files.amiga revision 1.148
11.148Srkujawa#	$NetBSD: files.amiga,v 1.148 2011/09/19 19:15:29 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.112Slukemdefparam			IOBZCLOCK
371.83Sis
381.111Slukemdevice	mainbus {}
391.111Slukemattach	mainbus at root
401.1Schopps
411.72Sthorpejdevice	cpu
421.37Sthorpejattach	cpu at mainbus
431.1Schopps
441.94Sis# for bus_space
451.94Sisdefine	amibus_bl
461.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
471.94Sis
481.94Sisdefine	amibus_ww
491.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
501.94Sis
511.95Saymericdefine amibus_wb
521.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
531.95Saymeric
541.98Sisdefine	amibus_b16
551.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
561.106Sis
571.106Sisdefine	amibus_b800
581.106Sisfile	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
591.98Sis
601.146Srkujawafile	arch/amiga/amiga/bus.c
611.146Srkujawa
621.43Sis# zorro expansion bus.
631.72Sthorpejdevice	zbus {}
641.37Sthorpejattach	zbus at mainbus
651.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
661.1Schopps
671.1Schoppsdefine	event {}
681.1Schoppsfile	arch/amiga/dev/event.c		event
691.1Schopps
701.72Sthorpejdevice	clock
711.37Sthorpejattach	clock at mainbus
721.1Schoppsfile	arch/amiga/dev/clock.c
731.60Sis
741.60Sis# A2000 internal hwc
751.72Sthorpejdevice	a2kbbc
761.60Sisattach	a2kbbc at mainbus
771.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
781.60Sis
791.60Sis# A3000/4000 internal hwc
801.72Sthorpejdevice	a34kbbc
811.60Sisattach	a34kbbc at mainbus
821.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
831.1Schopps
841.1Schopps# keyboard
851.104Sisdevice	kbd: event,wskbddev
861.37Sthorpejattach	kbd at mainbus
871.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
881.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
891.1Schopps
901.1Schopps# serial port
911.72Sthorpejdevice	ser: tty
921.37Sthorpejattach	ser at mainbus
931.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
941.1Schopps
951.43Sis# parallel port
961.72Sthorpejdevice	par
971.37Sthorpejattach	par at mainbus
981.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
991.1Schopps
1001.57Sis# audio
1011.121Saugustssdevice	aucc: audiobus
1021.68Sisattach	aucc at mainbus
1031.111Slukemfile	arch/amiga/dev/aucc.c		aucc needs-flag
1041.68Sis
1051.121Saugustssdevice	melody: audiobus, tms320av110
1061.68Sisattach	melody at zbus
1071.68Sisfile	arch/amiga/dev/melody.c		melody
1081.109Sis
1091.121Saugustssdevice repulse: audiobus, ac97, mulaw
1101.109Sisattach	repulse at zbus
1111.109Sisfile	arch/amiga/dev/repulse.c	repulse
1121.117Sis
1131.121Saugustssdevice toccata: audiobus, ad1848, auconv
1141.117Sisattach	toccata at zbus
1151.117Sisfile	arch/amiga/dev/toccata.c	toccata
1161.57Sis
1171.1Schopps# mouse
1181.132Sjandbergdevice	ms: event, wsmousedev
1191.42Sisattach	ms at mainbus
1201.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1211.1Schopps
1221.56Sveego# floppy
1231.72Sthorpejdevice	fdc { unit = -1 }
1241.37Sthorpejattach	fdc at mainbus
1251.1Schopps
1261.72Sthorpejdevice	fd: disk
1271.37Sthorpejattach	fd at fdc
1281.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1291.1Schopps
1301.1Schopps# graphic devices
1311.1Schoppsdefine	grfbus {}
1321.1Schopps
1331.72Sthorpejdevice	grf {}
1341.37Sthorpejattach	grf at grfbus
1351.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1361.1Schopps
1371.72Sthorpejdevice	ite: tty
1381.37Sthorpejattach	ite at grf
1391.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1401.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1411.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1421.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x8.c	kfont_cons_iso8859_1 &
1431.120Sheinz	( ite | amidisplaycc )
1441.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x11.c	kfont_cons_iso8859_1 &
1451.120Sheinz	kfont_8x11
1461.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x8.c	kfont_cons_iso8859_2 &
1471.120Sheinz	( ite | amidisplaycc )
1481.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x11.c	kfont_cons_iso8859_2 &
1491.120Sheinz	kfont_8x11
1501.1Schopps
1511.56Sveego# custom chips grf (ite0 grf0)
1521.72Sthorpejdevice	grfcc: grfbus
1531.37Sthorpejattach	grfcc at mainbus
1541.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1551.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1561.1Schopps
1571.104Sis# wscons interface to custom chips
1581.104Sisdevice	amidisplaycc: wsemuldisplaydev
1591.104Sisattach	amidisplaycc at mainbus
1601.111Slukemfile	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
1611.104Sis
1621.88Sthorpejdefpseudo	view
1631.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1641.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1651.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1661.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1671.1Schopps
1681.56Sveego# retina ZII grf (ite1 grf1)
1691.72Sthorpejdevice	grfrt: grfbus
1701.37Sthorpejattach	grfrt at zbus
1711.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1721.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1731.1Schopps
1741.56Sveego# retina ZIII grf (ite2 grf2)
1751.72Sthorpejdevice	grfrh: grfbus
1761.56Sveegoattach	grfrh at zbus
1771.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1781.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1791.56Sveego
1801.56Sveego# cirrus grf (ite3 grf3)
1811.72Sthorpejdevice	grfcl: grfbus
1821.37Sthorpejattach	grfcl at zbus
1831.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1841.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1851.31Schopps
1861.56Sveego# A2410 grf (ite4 grf4)
1871.72Sthorpejdevice	grful: grfbus
1881.37Sthorpejattach	grful at zbus
1891.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1901.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1911.122Sjdolecekfile	arch/amiga/dev/grf_ultms.c	grful
1921.1Schopps
1931.56Sveego# CyberVison 64 grf (ite5 grf5)
1941.72Sthorpejdevice	grfcv: grfbus
1951.56Sveegoattach	grfcv at zbus
1961.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1971.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1981.48Sveego
1991.56Sveego# Tseng grf (ite6 grf6)
2001.72Sthorpejdevice	grfet: grfbus
2011.48Sveegoattach	grfet at zbus
2021.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
2031.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
2041.70Sveego
2051.70Sveego# CyberVison 64/3D grf (ite7 grf7)
2061.72Sthorpejdevice	grfcv3d: grfbus
2071.70Sveegoattach	grfcv3d at zbus
2081.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
2091.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
2101.48Sveego
2111.45Sthorpej# device defined in sys/conf/files
2121.56Sveego# A2065, Ameristar, Ariadne ethernet cards
2131.74Sdrochnerattach	le at zbus with le_zbus: le24
2141.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
2151.78Sveego
2161.78Sveego# AriadneII ethernet card
2171.78Sveego# device defined in sys/conf/files
2181.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2191.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2201.37Sthorpej
2211.56Sveego# Hydra ethernet card
2221.72Sthorpejdevice	ed: ifnet, ether, arp
2231.37Sthorpejattach	ed at zbus with ed_zbus
2241.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2251.18Schopps
2261.18Schopps# C=/Ameristar A2060 / 560
2271.37Sthorpejattach	bah at zbus with bah_zbus
2281.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2291.1Schopps
2301.56Sveego# CEI A4066 EthernetPLUS
2311.72Sthorpejdevice	es: ifnet, ether, arp
2321.37Sthorpejattach	es at zbus
2331.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2341.30Schopps
2351.56Sveego# Quicknet ethernet card
2361.72Sthorpejdevice	qn: ifnet, ether, arp
2371.37Sthorpejattach	qn at zbus
2381.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2391.28Schopps
2401.28Schopps# A2232 msc serial ports
2411.72Sthorpejdevice	msc: tty
2421.37Sthorpejattach	msc at zbus
2431.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2441.15Schopps
2451.15Schopps# bsc/Alf Data MultiFaceCard
2461.72Sthorpejdevice	mfc { unit = -1 }
2471.38Smhitchattach	mfc at zbus
2481.15Schopps
2491.72Sthorpejdevice	mfcs: tty
2501.37Sthorpejattach	mfcs at mfc
2511.72Sthorpejdevice	mfcp
2521.37Sthorpejattach	mfcp at mfc
2531.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2541.15Schopps
2551.69Sis# direct bus ISA-chip i/o
2561.69Sisdefine	supio {port = -1}
2571.69Sis
2581.62Sis# DraCo superio chip
2591.62Sis
2601.72Sthorpejdevice	drsupio: supio
2611.62Sisattach	drsupio at mainbus
2621.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2631.69Sis
2641.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2651.72Sthorpejdevice	hyper: supio
2661.69Sisattach	hyper at zbus
2671.69Sisfile	arch/amiga/dev/hyper.c		hyper
2681.98Sis
2691.98Sis# IOBlix
2701.98Sisdevice	iobl: supio, amibus_b16
2711.98Sisattach	iobl at zbus with iobl_zbus
2721.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2731.98Sis
2741.62Sis
2751.68Sisattach	com at supio with com_supio
2761.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2771.75Sis
2781.75Sis# ISDN Blaster, ISDN Master
2791.75Sisdevice	aster: supio
2801.75Sisattach	aster at zbus
2811.75Sisfile	arch/amiga/dev/aster.c		aster
2821.102Sis
2831.102Sisattach	isic at supio with isic_supio
2841.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2851.68Sis
2861.63Sis# handle gvp's odd autoconf info..
2871.72Sthorpejdevice	gvpbus {}
2881.63Sisattach	gvpbus at zbus
2891.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2901.62Sis
2911.63Sisattach	lpt at supio with lpt_supio
2921.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2931.63Sis
2941.89Sthorpejinclude "dev/scsipi/files.scsipi"
2951.56Sveego
2961.1Schopps# wd 33c93 contrllers
2971.111Slukemdefine	sbic
2981.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2991.1Schopps
3001.1Schopps# GVP series II
3011.72Sthorpejdevice	gtsc: scsi, sbic
3021.37Sthorpejattach	gtsc at gvpbus
3031.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
3041.1Schopps
3051.1Schopps# Amiga 3000 internal
3061.72Sthorpejdevice	ahsc: scsi, sbic
3071.37Sthorpejattach	ahsc at mainbus
3081.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
3091.1Schopps
3101.56Sveego# C= A2091
3111.72Sthorpejdevice atzsc: scsi, sbic
3121.56Sveegoattach atzsc at zbus
3131.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3141.56Sveego
3151.56Sveego# ncr 5380 controllers
3161.56Sveegodefine	sci
3171.56Sveegofile	arch/amiga/dev/sci.c		sci
3181.56Sveego
3191.56Sveego# Supra Wordsync II
3201.72Sthorpejdevice	wstsc: scsi, sci
3211.56Sveegoattach	wstsc at zbus
3221.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3231.56Sveego
3241.111Slukem# IVS
3251.72Sthorpejdevice	ivsc: scsi, sci
3261.56Sveegoattach	ivsc at zbus
3271.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3281.56Sveego
3291.56Sveego# MLH
3301.72Sthorpejdevice	mlhsc: scsi, sci
3311.56Sveegoattach	mlhsc at zbus
3321.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3331.56Sveego
3341.56Sveego# CSA twelve gauge.
3351.72Sthorpejdevice	otgsc: scsi, sci
3361.56Sveegoattach	otgsc at zbus
3371.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3381.56Sveego
3391.1Schopps# ncr 57c710 controllers
3401.99Sbouyerdefine	asiop
3411.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3421.1Schopps
3431.1Schopps# PPI Zeus
3441.99Sbouyerdevice	zssc: scsi, asiop
3451.37Sthorpejattach	zssc at zbus
3461.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3471.1Schopps
3481.1Schopps# CSA Magnum
3491.99Sbouyerdevice	mgnsc: scsi, asiop
3501.37Sthorpejattach	mgnsc at zbus
3511.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3521.1Schopps
3531.56Sveego# MacroSystems USA Warp Engine
3541.99Sbouyerdevice	wesc: scsi, asiop
3551.37Sthorpejattach	wesc at zbus
3561.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3571.12Schopps
3581.143Sphx# Phase5 Blizzard 603e+ SCSI
3591.143Sphxdevice	bppcsc: scsi, asiop
3601.143Sphxattach	bppcsc at zbus
3611.143Sphxfile	arch/amiga/dev/bppcsc.c		bppcsc needs-flag
3621.143Sphx
3631.56Sveego# C= A4091 & A4000T
3641.99Sbouyerdevice	afsc: scsi, asiop
3651.37Sthorpejattach	afsc at zbus
3661.99Sbouyerdevice	aftsc: scsi, asiop
3671.37Sthorpejattach	aftsc at mainbus
3681.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3691.80Sis
3701.80Sis# ncr 57c720/770 controllers
3711.80Sisdefine	siopng
3721.80Sisfile	arch/amiga/dev/siop2.c		siopng
3731.80Sis
3741.80Sis# CyberStorm MKIII scsi
3751.80Sisdevice	cbiiisc: scsi, siopng
3761.80Sisattach	cbiiisc at zbus
3771.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3781.2Schopps
3791.15Schopps# Emulex ESP216 & FAS216 controllers
3801.15Schopps
3811.15Schopps# FastlaneZ3
3821.72Sthorpejdevice	flsc: scsi, ncr53c9x
3831.37Sthorpejattach	flsc at zbus
3841.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3851.25Schopps
3861.66Smhitch# Blizzard1230-I,II
3871.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3881.37Sthorpejattach	bzsc at zbus
3891.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3901.66Smhitch
3911.66Smhitch# Blizzard12x0-IV
3921.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3931.66Smhitchattach	bzivsc at zbus
3941.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3951.49Sis
3961.51Sis# Blizzard2060 scsi
3971.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3981.51Sisattach	bztzsc at zbus
3991.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
4001.65Smhitch
4011.65Smhitch# CyberSCSI [I] scsi
4021.72Sthorpejdevice	cbsc: scsi, ncr53c9x
4031.65Smhitchattach	cbsc at zbus
4041.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
4051.65Smhitch
4061.65Smhitch# CyberSCSI MKII scsi
4071.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
4081.65Smhitchattach	cbiisc at zbus
4091.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
4101.2Schopps
4111.56Sveego# EMPLANT
4121.72Sthorpejdevice	empsc: scsi, sci
4131.56Sveegoattach	empsc at zbus
4141.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
4151.56Sveego
4161.56Sveego# MacroSystem DraCo internal
4171.99Sbouyerdevice	drsc: scsi, asiop
4181.56Sveegoattach	drsc at mainbus
4191.111Slukemfile	arch/amiga/dev/drsc.c		drsc needs-flag
4201.59Sis
4211.59Sis# MacroSystem DraCo internal DS2404 hwc
4221.72Sthorpejdevice	drbbc
4231.59Sisattach	drbbc at mainbus
4241.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4251.56Sveego
4261.92Sis# kernel floating point emulator
4271.58Sisinclude	"arch/m68k/fpe/files.fpe"
4281.58Sis
4291.92Sis# Motorola 68060 support package
4301.92Sisinclude	"arch/m68k/060sp/files.060sp"
4311.92Sis
4321.64Sis# list of standard files...
4331.64Sis
4341.130Saymericfile	dev/cons.c
4351.130Saymericfile	dev/cninit.c
4361.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4371.1Schoppsfile	arch/amiga/amiga/autoconf.c
4381.1Schoppsfile	arch/amiga/amiga/cia.c
4391.1Schoppsfile	arch/amiga/amiga/conf.c
4401.1Schoppsfile	arch/amiga/amiga/disksubr.c
4411.1Schoppsfile	arch/amiga/amiga/dkbad.c
4421.1Schoppsfile	arch/amiga/amiga/machdep.c
4431.137Smhitchfile	arch/amiga/amiga/pmap_bootstrap.c
4441.1Schoppsfile	arch/amiga/amiga/trap.c
4451.1Schoppsfile	arch/amiga/amiga/cc.c
4461.116Sjdolecekfile	dev/md_root.c			memory_disk_hooks
4471.90Sisfile	arch/m68k/m68k/cacheops.c
4481.126Schsfile	arch/m68k/m68k/db_memrw.c	ddb
4491.141Smhitchfile	arch/m68k/m68k/pmap_motorola.c
4501.134Schsfile	arch/m68k/m68k/procfs_machdep.c	procfs
4511.127Schsfile	arch/m68k/m68k/sys_machdep.c
4521.125Schsfile	arch/m68k/m68k/vm_machdep.c
4531.95Saymeric
4541.95Saymericdefine	gayle
4551.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4561.95Saymeric
4571.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4581.95Saymericdevice	pccard: pcmciabus, gayle
4591.95Saymericattach	pccard at mainbus
4601.95Saymeric
4611.95Saymericinclude "dev/pcmcia/files.pcmcia"
4621.96Smhitch
4631.96Smhitchinclude "dev/ata/files.ata"
4641.96Smhitch
4651.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4661.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4671.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4681.68Sis
4691.138Sis# Buddha wdc
4701.138Sisattach	wdc at zbus with wdc_buddha
4711.138Sisfile	arch/amiga/dev/wdc_buddha.c	wdc_buddha
4721.138Sis
4731.24Schristos# Compatibility modules
4741.114Saymeric
4751.114Saymeric# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
4761.114Saymericinclude "compat/aoutm68k/files.aoutm68k"
4771.24Schristos
4781.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4791.85Skleinkinclude "compat/sunos/files.sunos"
4801.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4811.86Skleink
4821.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4831.86Skleinkinclude "compat/svr4/files.svr4"
4841.57Sis
4851.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4861.79Sitohyinclude "compat/linux/files.linux"
4871.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4881.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
4891.79Sitohy
4901.79Sitohy# OSS audio driver compatibility
4911.79Sitohyinclude "compat/ossaudio/files.ossaudio"
4921.123Sgehenna
4931.145Srkujawa# Bluetooth stack
4941.145Srkujawainclude "dev/bluetooth/files.bluetooth"
4951.145Srkujawa
4961.146Srkujawa# PCI bus
4971.146Srkujawafile	arch/amiga/pci/p5pb.c		pci
4981.147Srkujawafile	arch/amiga/pci/mppb.c		pci
4991.148Srkujawafile	arch/amiga/pci/pci_machdep.c	pci
5001.146Srkujawa
5011.146Srkujawadevice	p5pb: pcibus
5021.146Srkujawaattach	p5pb at zbus
5031.146Srkujawa
5041.147Srkujawadevice	mppb: pcibus
5051.147Srkujawaattach	mppb at zbus
5061.147Srkujawa
5071.146Srkujawainclude	"dev/i2o/files.i2o"
5081.146Srkujawainclude	"dev/pci/files.pci"
5091.146Srkujawa#include "dev/wsfb/files.wsfb"
5101.146Srkujawa
5111.146Srkujawainclude	"arch/amiga/conf/majors.amiga"
5121.146Srkujawa
513