files.amiga revision 1.159
11.159Srkujawa#	$NetBSD: files.amiga,v 1.159 2012/06/07 23:30:52 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.158Srkujawadefine  amibus_empb
631.158Srkujawafile	arch/amiga/pci/empb_bsm.c	amibus_empb
641.158Srkujawa
651.146Srkujawafile	arch/amiga/amiga/bus.c
661.146Srkujawa
671.43Sis# zorro expansion bus.
681.72Sthorpejdevice	zbus {}
691.37Sthorpejattach	zbus at mainbus
701.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
711.1Schopps
721.1Schoppsdefine	event {}
731.1Schoppsfile	arch/amiga/dev/event.c		event
741.1Schopps
751.72Sthorpejdevice	clock
761.37Sthorpejattach	clock at mainbus
771.1Schoppsfile	arch/amiga/dev/clock.c
781.60Sis
791.60Sis# A2000 internal hwc
801.72Sthorpejdevice	a2kbbc
811.60Sisattach	a2kbbc at mainbus
821.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
831.60Sis
841.60Sis# A3000/4000 internal hwc
851.72Sthorpejdevice	a34kbbc
861.60Sisattach	a34kbbc at mainbus
871.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
881.1Schopps
891.1Schopps# keyboard
901.104Sisdevice	kbd: event,wskbddev
911.37Sthorpejattach	kbd at mainbus
921.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
931.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
941.1Schopps
951.1Schopps# serial port
961.72Sthorpejdevice	ser: tty
971.37Sthorpejattach	ser at mainbus
981.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
991.1Schopps
1001.43Sis# parallel port
1011.72Sthorpejdevice	par
1021.37Sthorpejattach	par at mainbus
1031.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
1041.1Schopps
1051.57Sis# audio
1061.121Saugustssdevice	aucc: audiobus
1071.68Sisattach	aucc at mainbus
1081.111Slukemfile	arch/amiga/dev/aucc.c		aucc needs-flag
1091.68Sis
1101.121Saugustssdevice	melody: audiobus, tms320av110
1111.68Sisattach	melody at zbus
1121.68Sisfile	arch/amiga/dev/melody.c		melody
1131.109Sis
1141.121Saugustssdevice repulse: audiobus, ac97, mulaw
1151.109Sisattach	repulse at zbus
1161.109Sisfile	arch/amiga/dev/repulse.c	repulse
1171.117Sis
1181.121Saugustssdevice toccata: audiobus, ad1848, auconv
1191.117Sisattach	toccata at zbus
1201.117Sisfile	arch/amiga/dev/toccata.c	toccata
1211.57Sis
1221.1Schopps# mouse
1231.132Sjandbergdevice	ms: event, wsmousedev
1241.42Sisattach	ms at mainbus
1251.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1261.1Schopps
1271.56Sveego# floppy
1281.72Sthorpejdevice	fdc { unit = -1 }
1291.37Sthorpejattach	fdc at mainbus
1301.1Schopps
1311.72Sthorpejdevice	fd: disk
1321.37Sthorpejattach	fd at fdc
1331.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1341.1Schopps
1351.1Schopps# graphic devices
1361.1Schoppsdefine	grfbus {}
1371.1Schopps
1381.150Sphxdevice	grf {}: wsemuldisplaydev, vcons
1391.37Sthorpejattach	grf at grfbus
1401.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1411.1Schopps
1421.72Sthorpejdevice	ite: tty
1431.37Sthorpejattach	ite at grf
1441.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1451.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1461.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1471.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x8.c	kfont_cons_iso8859_1 &
1481.150Sphx	( ite | wsdisplay)
1491.120Sheinzfile	arch/amiga/dev/kf_iso8859_1_8x11.c	kfont_cons_iso8859_1 &
1501.120Sheinz	kfont_8x11
1511.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x8.c	kfont_cons_iso8859_2 &
1521.150Sphx	( ite | wsdisplay )
1531.120Sheinzfile	arch/amiga/dev/kf_iso8859_2_8x11.c	kfont_cons_iso8859_2 &
1541.120Sheinz	kfont_8x11
1551.1Schopps
1561.56Sveego# custom chips grf (ite0 grf0)
1571.72Sthorpejdevice	grfcc: grfbus
1581.37Sthorpejattach	grfcc at mainbus
1591.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1601.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1611.1Schopps
1621.104Sis# wscons interface to custom chips
1631.104Sisdevice	amidisplaycc: wsemuldisplaydev
1641.104Sisattach	amidisplaycc at mainbus
1651.111Slukemfile	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
1661.104Sis
1671.88Sthorpejdefpseudo	view
1681.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1691.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1701.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1711.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1721.1Schopps
1731.56Sveego# retina ZII grf (ite1 grf1)
1741.72Sthorpejdevice	grfrt: grfbus
1751.37Sthorpejattach	grfrt at zbus
1761.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1771.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1781.1Schopps
1791.56Sveego# retina ZIII grf (ite2 grf2)
1801.72Sthorpejdevice	grfrh: grfbus
1811.56Sveegoattach	grfrh at zbus
1821.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1831.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1841.56Sveego
1851.56Sveego# cirrus grf (ite3 grf3)
1861.72Sthorpejdevice	grfcl: grfbus
1871.37Sthorpejattach	grfcl at zbus
1881.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1891.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1901.31Schopps
1911.56Sveego# A2410 grf (ite4 grf4)
1921.72Sthorpejdevice	grful: grfbus
1931.37Sthorpejattach	grful at zbus
1941.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1951.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1961.122Sjdolecekfile	arch/amiga/dev/grf_ultms.c	grful
1971.1Schopps
1981.56Sveego# CyberVison 64 grf (ite5 grf5)
1991.72Sthorpejdevice	grfcv: grfbus
2001.56Sveegoattach	grfcv at zbus
2011.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
2021.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
2031.48Sveego
2041.56Sveego# Tseng grf (ite6 grf6)
2051.72Sthorpejdevice	grfet: grfbus
2061.48Sveegoattach	grfet at zbus
2071.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
2081.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
2091.70Sveego
2101.70Sveego# CyberVison 64/3D grf (ite7 grf7)
2111.72Sthorpejdevice	grfcv3d: grfbus
2121.70Sveegoattach	grfcv3d at zbus
2131.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
2141.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
2151.48Sveego
2161.45Sthorpej# device defined in sys/conf/files
2171.56Sveego# A2065, Ameristar, Ariadne ethernet cards
2181.74Sdrochnerattach	le at zbus with le_zbus: le24
2191.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
2201.78Sveego
2211.78Sveego# AriadneII ethernet card
2221.78Sveego# device defined in sys/conf/files
2231.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2241.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2251.37Sthorpej
2261.156Srkujawa# X-Surf
2271.156Srkujawadefine	xsurfbus {}
2281.156Srkujawa
2291.156Srkujawadevice	xsurf: xsurfbus 
2301.156Srkujawaattach	xsurf at zbus
2311.156Srkujawafile	arch/amiga/dev/xsurf.c		xsurf needs-flag
2321.156Srkujawa
2331.156Srkujawaattach	ne at xsurfbus with ne_xsurf: rtl80x9
2341.156Srkujawafile	arch/amiga/dev/if_ne_xsurf.c	ne_xsurf needs-flag
2351.156Srkujawa
2361.56Sveego# Hydra ethernet card
2371.72Sthorpejdevice	ed: ifnet, ether, arp
2381.37Sthorpejattach	ed at zbus with ed_zbus
2391.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2401.18Schopps
2411.18Schopps# C=/Ameristar A2060 / 560
2421.37Sthorpejattach	bah at zbus with bah_zbus
2431.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2441.1Schopps
2451.56Sveego# CEI A4066 EthernetPLUS
2461.72Sthorpejdevice	es: ifnet, ether, arp
2471.37Sthorpejattach	es at zbus
2481.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2491.30Schopps
2501.56Sveego# Quicknet ethernet card
2511.72Sthorpejdevice	qn: ifnet, ether, arp
2521.37Sthorpejattach	qn at zbus
2531.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2541.28Schopps
2551.28Schopps# A2232 msc serial ports
2561.72Sthorpejdevice	msc: tty
2571.37Sthorpejattach	msc at zbus
2581.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2591.15Schopps
2601.15Schopps# bsc/Alf Data MultiFaceCard
2611.72Sthorpejdevice	mfc { unit = -1 }
2621.38Smhitchattach	mfc at zbus
2631.15Schopps
2641.72Sthorpejdevice	mfcs: tty
2651.37Sthorpejattach	mfcs at mfc
2661.72Sthorpejdevice	mfcp
2671.37Sthorpejattach	mfcp at mfc
2681.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2691.15Schopps
2701.69Sis# direct bus ISA-chip i/o
2711.69Sisdefine	supio {port = -1}
2721.69Sis
2731.62Sis# DraCo superio chip
2741.62Sis
2751.72Sthorpejdevice	drsupio: supio
2761.62Sisattach	drsupio at mainbus
2771.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2781.69Sis
2791.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2801.72Sthorpejdevice	hyper: supio
2811.69Sisattach	hyper at zbus
2821.69Sisfile	arch/amiga/dev/hyper.c		hyper
2831.98Sis
2841.98Sis# IOBlix
2851.98Sisdevice	iobl: supio, amibus_b16
2861.98Sisattach	iobl at zbus with iobl_zbus
2871.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2881.98Sis
2891.62Sis
2901.68Sisattach	com at supio with com_supio
2911.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2921.75Sis
2931.75Sis# ISDN Blaster, ISDN Master
2941.75Sisdevice	aster: supio
2951.75Sisattach	aster at zbus
2961.75Sisfile	arch/amiga/dev/aster.c		aster
2971.102Sis
2981.102Sisattach	isic at supio with isic_supio
2991.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
3001.68Sis
3011.63Sis# handle gvp's odd autoconf info..
3021.72Sthorpejdevice	gvpbus {}
3031.63Sisattach	gvpbus at zbus
3041.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
3051.62Sis
3061.63Sisattach	lpt at supio with lpt_supio
3071.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
3081.63Sis
3091.89Sthorpejinclude "dev/scsipi/files.scsipi"
3101.56Sveego
3111.1Schopps# wd 33c93 contrllers
3121.111Slukemdefine	sbic
3131.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
3141.1Schopps
3151.1Schopps# GVP series II
3161.72Sthorpejdevice	gtsc: scsi, sbic
3171.37Sthorpejattach	gtsc at gvpbus
3181.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
3191.1Schopps
3201.1Schopps# Amiga 3000 internal
3211.72Sthorpejdevice	ahsc: scsi, sbic
3221.37Sthorpejattach	ahsc at mainbus
3231.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
3241.1Schopps
3251.56Sveego# C= A2091
3261.72Sthorpejdevice atzsc: scsi, sbic
3271.56Sveegoattach atzsc at zbus
3281.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3291.56Sveego
3301.56Sveego# ncr 5380 controllers
3311.56Sveegodefine	sci
3321.56Sveegofile	arch/amiga/dev/sci.c		sci
3331.56Sveego
3341.56Sveego# Supra Wordsync II
3351.72Sthorpejdevice	wstsc: scsi, sci
3361.56Sveegoattach	wstsc at zbus
3371.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3381.56Sveego
3391.111Slukem# IVS
3401.72Sthorpejdevice	ivsc: scsi, sci
3411.56Sveegoattach	ivsc at zbus
3421.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3431.56Sveego
3441.56Sveego# MLH
3451.72Sthorpejdevice	mlhsc: scsi, sci
3461.56Sveegoattach	mlhsc at zbus
3471.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3481.56Sveego
3491.56Sveego# CSA twelve gauge.
3501.72Sthorpejdevice	otgsc: scsi, sci
3511.56Sveegoattach	otgsc at zbus
3521.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3531.56Sveego
3541.1Schopps# ncr 57c710 controllers
3551.99Sbouyerdefine	asiop
3561.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3571.1Schopps
3581.1Schopps# PPI Zeus
3591.99Sbouyerdevice	zssc: scsi, asiop
3601.37Sthorpejattach	zssc at zbus
3611.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3621.1Schopps
3631.1Schopps# CSA Magnum
3641.99Sbouyerdevice	mgnsc: scsi, asiop
3651.37Sthorpejattach	mgnsc at zbus
3661.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3671.1Schopps
3681.56Sveego# MacroSystems USA Warp Engine
3691.99Sbouyerdevice	wesc: scsi, asiop
3701.37Sthorpejattach	wesc at zbus
3711.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3721.12Schopps
3731.56Sveego# C= A4091 & A4000T
3741.99Sbouyerdevice	afsc: scsi, asiop
3751.37Sthorpejattach	afsc at zbus
3761.99Sbouyerdevice	aftsc: scsi, asiop
3771.37Sthorpejattach	aftsc at mainbus
3781.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3791.80Sis
3801.80Sis# ncr 57c720/770 controllers
3811.80Sisdefine	siopng
3821.80Sisfile	arch/amiga/dev/siop2.c		siopng
3831.80Sis
3841.15Schopps# Emulex ESP216 & FAS216 controllers
3851.15Schopps
3861.15Schopps# FastlaneZ3
3871.72Sthorpejdevice	flsc: scsi, ncr53c9x
3881.37Sthorpejattach	flsc at zbus
3891.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3901.25Schopps
3911.66Smhitch# Blizzard1230-I,II
3921.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3931.37Sthorpejattach	bzsc at zbus
3941.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3951.66Smhitch
3961.66Smhitch# Blizzard12x0-IV
3971.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3981.66Smhitchattach	bzivsc at zbus
3991.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
4001.49Sis
4011.51Sis# Blizzard2060 scsi
4021.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
4031.51Sisattach	bztzsc at zbus
4041.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
4051.65Smhitch
4061.65Smhitch# CyberSCSI [I] scsi
4071.72Sthorpejdevice	cbsc: scsi, ncr53c9x
4081.65Smhitchattach	cbsc at zbus
4091.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
4101.65Smhitch
4111.65Smhitch# CyberSCSI MKII scsi
4121.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
4131.65Smhitchattach	cbiisc at zbus
4141.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
4151.2Schopps
4161.56Sveego# EMPLANT
4171.72Sthorpejdevice	empsc: scsi, sci
4181.56Sveegoattach	empsc at zbus
4191.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
4201.56Sveego
4211.56Sveego# MacroSystem DraCo internal
4221.99Sbouyerdevice	drsc: scsi, asiop
4231.56Sveegoattach	drsc at mainbus
4241.111Slukemfile	arch/amiga/dev/drsc.c		drsc needs-flag
4251.59Sis
4261.59Sis# MacroSystem DraCo internal DS2404 hwc
4271.72Sthorpejdevice	drbbc
4281.59Sisattach	drbbc at mainbus
4291.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4301.56Sveego
4311.92Sis# kernel floating point emulator
4321.58Sisinclude	"arch/m68k/fpe/files.fpe"
4331.58Sis
4341.92Sis# Motorola 68060 support package
4351.92Sisinclude	"arch/m68k/060sp/files.060sp"
4361.92Sis
4371.64Sis# list of standard files...
4381.64Sis
4391.130Saymericfile	dev/cons.c
4401.130Saymericfile	dev/cninit.c
4411.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4421.1Schoppsfile	arch/amiga/amiga/autoconf.c
4431.1Schoppsfile	arch/amiga/amiga/cia.c
4441.1Schoppsfile	arch/amiga/amiga/conf.c
4451.1Schoppsfile	arch/amiga/amiga/disksubr.c
4461.1Schoppsfile	arch/amiga/amiga/dkbad.c
4471.1Schoppsfile	arch/amiga/amiga/machdep.c
4481.137Smhitchfile	arch/amiga/amiga/pmap_bootstrap.c
4491.1Schoppsfile	arch/amiga/amiga/trap.c
4501.1Schoppsfile	arch/amiga/amiga/cc.c
4511.116Sjdolecekfile	dev/md_root.c			memory_disk_hooks
4521.90Sisfile	arch/m68k/m68k/cacheops.c
4531.126Schsfile	arch/m68k/m68k/db_memrw.c	ddb
4541.141Smhitchfile	arch/m68k/m68k/pmap_motorola.c
4551.134Schsfile	arch/m68k/m68k/procfs_machdep.c	procfs
4561.127Schsfile	arch/m68k/m68k/sys_machdep.c
4571.125Schsfile	arch/m68k/m68k/vm_machdep.c
4581.95Saymeric
4591.95Saymericdefine	gayle
4601.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4611.95Saymeric
4621.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4631.95Saymericdevice	pccard: pcmciabus, gayle
4641.95Saymericattach	pccard at mainbus
4651.95Saymeric
4661.95Saymericinclude "dev/pcmcia/files.pcmcia"
4671.96Smhitch
4681.96Smhitchinclude "dev/ata/files.ata"
4691.96Smhitch
4701.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4711.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4721.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4731.68Sis
4741.138Sis# Buddha wdc
4751.138Sisattach	wdc at zbus with wdc_buddha
4761.138Sisfile	arch/amiga/dev/wdc_buddha.c	wdc_buddha
4771.138Sis
4781.149Srkujawa# FastATA 
4791.149Srkujawadevice  efa: ata,wdc_common
4801.149Srkujawaattach  efa at mainbus
4811.149Srkujawafile    arch/amiga/dev/efa.c		efa
4821.149Srkujawa
4831.24Schristos# Compatibility modules
4841.114Saymeric
4851.114Saymeric# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
4861.114Saymericinclude "compat/aoutm68k/files.aoutm68k"
4871.24Schristos
4881.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4891.85Skleinkinclude "compat/sunos/files.sunos"
4901.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4911.86Skleink
4921.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4931.86Skleinkinclude "compat/svr4/files.svr4"
4941.57Sis
4951.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4961.79Sitohyinclude "compat/linux/files.linux"
4971.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4981.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
4991.79Sitohy
5001.79Sitohy# OSS audio driver compatibility
5011.79Sitohyinclude "compat/ossaudio/files.ossaudio"
5021.123Sgehenna
5031.145Srkujawa# Bluetooth stack
5041.145Srkujawainclude "dev/bluetooth/files.bluetooth"
5051.145Srkujawa
5061.151Srkujawa# Phase5 BPPC/CSPPC internal bus
5071.151Srkujawadevice	p5bus {}
5081.151Srkujawaattach	p5bus at zbus
5091.151Srkujawafile	arch/amiga/dev/p5bus.c		p5bus
5101.151Srkujawa
5111.151Srkujawadevice	p5membar {}
5121.151Srkujawaattach	p5membar at zbus
5131.151Srkujawafile	arch/amiga/pci/p5membar.c	p5membar
5141.151Srkujawa
5151.151Srkujawa# CyberStorm MKIII scsi
5161.151Srkujawadevice	cbiiisc: scsi, siopng
5171.151Srkujawaattach	cbiiisc at p5bus 
5181.151Srkujawafile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
5191.151Srkujawa
5201.151Srkujawa# Phase5 Blizzard 603e+ SCSI
5211.151Srkujawadevice	bppcsc: scsi, asiop
5221.151Srkujawaattach	bppcsc at p5bus 
5231.151Srkujawafile	arch/amiga/dev/bppcsc.c		bppcsc needs-flag
5241.151Srkujawa
5251.146Srkujawa# PCI bus
5261.148Srkujawafile	arch/amiga/pci/pci_machdep.c	pci
5271.146Srkujawa
5281.146Srkujawadevice	p5pb: pcibus
5291.151Srkujawaattach	p5pb at p5bus 
5301.159Srkujawafile	arch/amiga/pci/p5pb.c		pci
5311.146Srkujawa
5321.147Srkujawadevice	mppb: pcibus
5331.147Srkujawaattach	mppb at zbus
5341.159Srkujawafile	arch/amiga/pci/mppb.c		pci
5351.147Srkujawa
5361.152Srkujawadevice	cv3dpb: pcibus
5371.152Srkujawaattach	cv3dpb at zbus
5381.159Srkujawafile	arch/amiga/pci/cv3dpb.c		pci
5391.152Srkujawa
5401.158Srkujawadevice	empb: pcibus, amibus_empb
5411.157Srkujawaattach	empb at zbus
5421.159Srkujawafile	arch/amiga/pci/empb.c		pci
5431.157Srkujawa
5441.157Srkujawadevice	emmem {}
5451.157Srkujawaattach	emmem at zbus
5461.157Srkujawafile	arch/amiga/pci/emmem.c		emmem
5471.157Srkujawa
5481.146Srkujawainclude	"dev/i2o/files.i2o"
5491.146Srkujawainclude	"dev/pci/files.pci"
5501.146Srkujawa
5511.155Srkujawainclude "arch/amiga/clockport/files.clockport"
5521.155Srkujawa
5531.146Srkujawainclude	"arch/amiga/conf/majors.amiga"
554