files.amiga revision 1.116
11.116Sjdolecek#	$NetBSD: files.amiga,v 1.116 2002/01/21 21:57:03 jdolecek 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.1Schoppsmaxusers 2 8 64
71.1Schopps
81.113Slukemdefflag	opt_amigaccgrf.h	GRF_PAL	:GRF_NTSC	# temporary workaround
91.113Slukemdefflag	opt_amigaccgrf.h	GRF_NTSC
101.113Slukemdefflag	opt_amigaccgrf.h	GRF_ECS GRF_AGA
111.113Slukemdefflag	opt_amigaccgrf.h	GRF_A2024:GRF_ECS
121.113Slukemdefflag	opt_amigaccgrf.h	GRF_AGA_VGA:GRF_AGA
131.113Slukemdefflag	opt_amigaccgrf.h	GRF_SUPER72:GRF_AGA
141.113Slukemdefflag	opt_amigaccgrf.h	USE_C_BFOPS
151.113Slukem
161.113Slukemdefflag	opt_amigacons.h		RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
171.113Slukemdefflag	opt_amigacons.h		CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
181.113Slukemdefflag	opt_amigacons.h		CV3DONZORRO2
191.113Slukemdefflag	opt_amigacons.h		SERCONSOLE
201.83Sis
211.112Slukemdefparam opt_retina.h		RH_MEMCLK
221.113Slukemdefflag	opt_retina.h		RH_64BIT_SPRITE RH_HARDWARECURSOR
231.113Slukemdefflag	opt_retina.h		RETINA_SPEED_HACK
241.84Sis
251.113Slukemdefflag				BB060STUPIDROM
261.113Slukemdefflag				P5PPC68KBOARD
271.113Slukemdefflag				LEV6_DEFER
281.105Sis
291.112Slukemdefparam			IOBZCLOCK
301.83Sis
311.111Slukemdevice	mainbus {}
321.111Slukemattach	mainbus at root
331.1Schopps
341.72Sthorpejdevice	cpu
351.37Sthorpejattach	cpu at mainbus
361.1Schopps
371.94Sis# for bus_space
381.94Sis
391.94Sisdefine	amibus_bl
401.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
411.94Sis
421.94Sisdefine	amibus_ww
431.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
441.94Sis
451.95Saymericdefine amibus_wb
461.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
471.95Saymeric
481.98Sisdefine	amibus_b16
491.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
501.106Sis
511.106Sisdefine	amibus_b800
521.106Sisfile	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
531.98Sis
541.43Sis# zorro expansion bus.
551.72Sthorpejdevice	zbus {}
561.37Sthorpejattach	zbus at mainbus
571.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
581.1Schopps
591.1Schoppsdefine	event {}
601.1Schoppsfile	arch/amiga/dev/event.c		event
611.1Schopps
621.72Sthorpejdevice	clock
631.37Sthorpejattach	clock at mainbus
641.1Schoppsfile	arch/amiga/dev/clock.c
651.56Sveegofile	dev/clock_subr.c
661.60Sis
671.60Sis# A2000 internal hwc
681.72Sthorpejdevice	a2kbbc
691.60Sisattach	a2kbbc at mainbus
701.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
711.60Sis
721.60Sis# A3000/4000 internal hwc
731.72Sthorpejdevice	a34kbbc
741.60Sisattach	a34kbbc at mainbus
751.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
761.1Schopps
771.1Schopps# keyboard
781.104Sisdevice	kbd: event,wskbddev
791.37Sthorpejattach	kbd at mainbus
801.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
811.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
821.1Schopps
831.1Schopps# serial port
841.72Sthorpejdevice	ser: tty
851.37Sthorpejattach	ser at mainbus
861.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
871.1Schopps
881.43Sis# parallel port
891.72Sthorpejdevice	par
901.37Sthorpejattach	par at mainbus
911.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
921.1Schopps
931.57Sis# audio
941.72Sthorpejdevice	aucc: audio
951.68Sisattach	aucc at mainbus
961.111Slukemfile	arch/amiga/dev/aucc.c		aucc needs-flag
971.68Sis
981.72Sthorpejdevice	melody: audio, tms320av110
991.68Sisattach	melody at zbus
1001.68Sisfile	arch/amiga/dev/melody.c		melody
1011.109Sis
1021.109Sisdevice repulse: audio, ac97, mulaw
1031.109Sisattach	repulse at zbus
1041.109Sisfile	arch/amiga/dev/repulse.c	repulse
1051.57Sis
1061.1Schopps# mouse
1071.72Sthorpejdevice	ms: event
1081.42Sisattach	ms at mainbus
1091.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1101.1Schopps
1111.56Sveego# floppy
1121.72Sthorpejdevice	fdc { unit = -1 }
1131.37Sthorpejattach	fdc at mainbus
1141.1Schopps
1151.72Sthorpejdevice	fd: disk
1161.37Sthorpejattach	fd at fdc
1171.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1181.1Schoppsmajor	{fd = 2}
1191.1Schopps
1201.1Schopps# graphic devices
1211.1Schoppsdefine	grfbus {}
1221.1Schopps
1231.72Sthorpejdevice	grf {}
1241.37Sthorpejattach	grf at grfbus
1251.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1261.1Schopps
1271.72Sthorpejdevice	ite: tty
1281.37Sthorpejattach	ite at grf
1291.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1301.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1311.104Sisfile	arch/amiga/dev/kf_8x8.c		ite | amidisplaycc
1321.4Schoppsfile	arch/amiga/dev/kf_8x11.c	kfont_8x11
1331.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1341.1Schopps
1351.56Sveego# custom chips grf (ite0 grf0)
1361.72Sthorpejdevice	grfcc: grfbus
1371.37Sthorpejattach	grfcc at mainbus
1381.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1391.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1401.1Schopps
1411.104Sis# wscons interface to custom chips
1421.104Sisdevice	amidisplaycc: wsemuldisplaydev
1431.104Sisattach	amidisplaycc at mainbus
1441.111Slukemfile	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
1451.104Sis
1461.104Sisinclude "dev/wscons/files.wscons"
1471.115Sjandberginclude "dev/wsfont/files.wsfont"
1481.104Sis
1491.88Sthorpejdefpseudo	view
1501.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1511.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1521.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1531.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1541.1Schopps
1551.56Sveego# retina ZII grf (ite1 grf1)
1561.72Sthorpejdevice	grfrt: grfbus
1571.37Sthorpejattach	grfrt at zbus
1581.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1591.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1601.1Schopps
1611.56Sveego# retina ZIII grf (ite2 grf2)
1621.72Sthorpejdevice	grfrh: grfbus
1631.56Sveegoattach	grfrh at zbus
1641.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1651.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1661.56Sveego
1671.56Sveego# cirrus grf (ite3 grf3)
1681.72Sthorpejdevice	grfcl: grfbus
1691.37Sthorpejattach	grfcl at zbus
1701.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1711.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1721.31Schopps
1731.56Sveego# A2410 grf (ite4 grf4)
1741.72Sthorpejdevice	grful: grfbus
1751.37Sthorpejattach	grful at zbus
1761.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1771.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1781.39Scgdfile	arch/amiga/dev/grf_ultms.g	grful
1791.1Schopps
1801.56Sveego# CyberVison 64 grf (ite5 grf5)
1811.72Sthorpejdevice	grfcv: grfbus
1821.56Sveegoattach	grfcv at zbus
1831.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1841.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1851.48Sveego
1861.56Sveego# Tseng grf (ite6 grf6)
1871.72Sthorpejdevice	grfet: grfbus
1881.48Sveegoattach	grfet at zbus
1891.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
1901.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
1911.70Sveego
1921.70Sveego# CyberVison 64/3D grf (ite7 grf7)
1931.72Sthorpejdevice	grfcv3d: grfbus
1941.70Sveegoattach	grfcv3d at zbus
1951.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
1961.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
1971.48Sveego
1981.45Sthorpej# device defined in sys/conf/files
1991.56Sveego# A2065, Ameristar, Ariadne ethernet cards
2001.74Sdrochnerattach	le at zbus with le_zbus: le24
2011.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
2021.78Sveego
2031.78Sveego# AriadneII ethernet card
2041.78Sveego# device defined in sys/conf/files
2051.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2061.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2071.37Sthorpej
2081.56Sveego# Hydra ethernet card
2091.72Sthorpejdevice	ed: ifnet, ether, arp
2101.37Sthorpejattach	ed at zbus with ed_zbus
2111.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2121.18Schopps
2131.18Schopps# C=/Ameristar A2060 / 560
2141.37Sthorpejattach	bah at zbus with bah_zbus
2151.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2161.1Schopps
2171.56Sveego# CEI A4066 EthernetPLUS
2181.72Sthorpejdevice	es: ifnet, ether, arp
2191.37Sthorpejattach	es at zbus
2201.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2211.30Schopps
2221.56Sveego# Quicknet ethernet card
2231.72Sthorpejdevice	qn: ifnet, ether, arp
2241.37Sthorpejattach	qn at zbus
2251.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2261.28Schopps
2271.28Schopps# A2232 msc serial ports
2281.72Sthorpejdevice	msc: tty
2291.37Sthorpejattach	msc at zbus
2301.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2311.15Schopps
2321.15Schopps# bsc/Alf Data MultiFaceCard
2331.72Sthorpejdevice	mfc { unit = -1 }
2341.38Smhitchattach	mfc at zbus
2351.15Schopps
2361.72Sthorpejdevice	mfcs: tty
2371.37Sthorpejattach	mfcs at mfc
2381.72Sthorpejdevice	mfcp
2391.37Sthorpejattach	mfcp at mfc
2401.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2411.15Schopps
2421.69Sis# direct bus ISA-chip i/o
2431.69Sisdefine	supio {port = -1}
2441.69Sis
2451.62Sis# DraCo superio chip
2461.62Sis
2471.72Sthorpejdevice	drsupio: supio
2481.62Sisattach	drsupio at mainbus
2491.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2501.69Sis
2511.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2521.72Sthorpejdevice	hyper: supio
2531.69Sisattach	hyper at zbus
2541.69Sisfile	arch/amiga/dev/hyper.c		hyper
2551.98Sis
2561.98Sis# IOBlix
2571.98Sisdevice	iobl: supio, amibus_b16
2581.98Sisattach	iobl at zbus with iobl_zbus
2591.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2601.98Sis
2611.62Sis
2621.68Sisattach	com at supio with com_supio
2631.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2641.75Sis
2651.75Sis# ISDN Blaster, ISDN Master
2661.75Sisdevice	aster: supio
2671.75Sisattach	aster at zbus
2681.75Sisfile	arch/amiga/dev/aster.c		aster
2691.102Sis
2701.102Sisattach	isic at supio with isic_supio
2711.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2721.68Sis
2731.63Sis# handle gvp's odd autoconf info..
2741.72Sthorpejdevice	gvpbus {}
2751.63Sisattach	gvpbus at zbus
2761.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2771.62Sis
2781.72Sthorpejdevice	lpt
2791.63Sisfile	dev/ic/lpt.c			lpt needs-flag
2801.63Sis
2811.63Sisattach	lpt at supio with lpt_supio
2821.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2831.63Sis
2841.89Sthorpejinclude "dev/scsipi/files.scsipi"
2851.56Sveegomajor	{sd = 4}
2861.56Sveegomajor	{cd = 7}
2871.56Sveego
2881.1Schopps# wd 33c93 contrllers
2891.111Slukemdefine	sbic
2901.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2911.1Schopps
2921.1Schopps# GVP series II
2931.72Sthorpejdevice	gtsc: scsi, sbic
2941.37Sthorpejattach	gtsc at gvpbus
2951.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
2961.1Schopps
2971.1Schopps# Amiga 3000 internal
2981.72Sthorpejdevice	ahsc: scsi, sbic
2991.37Sthorpejattach	ahsc at mainbus
3001.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
3011.1Schopps
3021.56Sveego# C= A2091
3031.72Sthorpejdevice atzsc: scsi, sbic
3041.56Sveegoattach atzsc at zbus
3051.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3061.56Sveego
3071.56Sveego# ncr 5380 controllers
3081.56Sveegodefine	sci
3091.56Sveegofile	arch/amiga/dev/sci.c		sci
3101.56Sveego
3111.56Sveego# Supra Wordsync II
3121.72Sthorpejdevice	wstsc: scsi, sci
3131.56Sveegoattach	wstsc at zbus
3141.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3151.56Sveego
3161.111Slukem# IVS
3171.72Sthorpejdevice	ivsc: scsi, sci
3181.56Sveegoattach	ivsc at zbus
3191.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3201.56Sveego
3211.56Sveego# MLH
3221.72Sthorpejdevice	mlhsc: scsi, sci
3231.56Sveegoattach	mlhsc at zbus
3241.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3251.56Sveego
3261.56Sveego# CSA twelve gauge.
3271.72Sthorpejdevice	otgsc: scsi, sci
3281.56Sveegoattach	otgsc at zbus
3291.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3301.56Sveego
3311.1Schopps# ncr 57c710 controllers
3321.99Sbouyerdefine	asiop
3331.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3341.1Schopps
3351.1Schopps# PPI Zeus
3361.99Sbouyerdevice	zssc: scsi, asiop
3371.37Sthorpejattach	zssc at zbus
3381.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3391.1Schopps
3401.1Schopps# CSA Magnum
3411.99Sbouyerdevice	mgnsc: scsi, asiop
3421.37Sthorpejattach	mgnsc at zbus
3431.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3441.1Schopps
3451.56Sveego# MacroSystems USA Warp Engine
3461.99Sbouyerdevice	wesc: scsi, asiop
3471.37Sthorpejattach	wesc at zbus
3481.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3491.12Schopps
3501.56Sveego# C= A4091 & A4000T
3511.99Sbouyerdevice	afsc: scsi, asiop
3521.37Sthorpejattach	afsc at zbus
3531.99Sbouyerdevice	aftsc: scsi, asiop
3541.37Sthorpejattach	aftsc at mainbus
3551.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3561.80Sis
3571.80Sis# ncr 57c720/770 controllers
3581.80Sisdefine	siopng
3591.80Sisfile	arch/amiga/dev/siop2.c		siopng
3601.80Sis
3611.80Sis# CyberStorm MKIII scsi
3621.80Sisdevice	cbiiisc: scsi, siopng
3631.80Sisattach	cbiiisc at zbus
3641.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3651.2Schopps
3661.15Schopps# Emulex ESP216 & FAS216 controllers
3671.15Schopps
3681.15Schopps# FastlaneZ3
3691.72Sthorpejdevice	flsc: scsi, ncr53c9x
3701.37Sthorpejattach	flsc at zbus
3711.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3721.25Schopps
3731.66Smhitch# Blizzard1230-I,II
3741.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3751.37Sthorpejattach	bzsc at zbus
3761.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3771.66Smhitch
3781.66Smhitch# Blizzard12x0-IV
3791.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3801.66Smhitchattach	bzivsc at zbus
3811.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3821.49Sis
3831.51Sis# Blizzard2060 scsi
3841.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3851.51Sisattach	bztzsc at zbus
3861.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3871.65Smhitch
3881.65Smhitch# CyberSCSI [I] scsi
3891.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3901.65Smhitchattach	cbsc at zbus
3911.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3921.65Smhitch
3931.65Smhitch# CyberSCSI MKII scsi
3941.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
3951.65Smhitchattach	cbiisc at zbus
3961.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
3971.2Schopps
3981.56Sveego# EMPLANT
3991.72Sthorpejdevice	empsc: scsi, sci
4001.56Sveegoattach	empsc at zbus
4011.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
4021.56Sveego
4031.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI
4041.72Sthorpejdevice	idesc: scsi
4051.37Sthorpejattach	idesc at mainbus
4061.2Schoppsfile	arch/amiga/dev/idesc.c		idesc needs-flag
4071.1Schopps
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.39Scgdfile	dev/cons.c			ite | ser
4271.39Scgdfile	dev/cninit.c			ite | ser
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.1Schoppsfile	arch/amiga/amiga/mem.c
4361.1Schoppsfile	arch/amiga/amiga/pmap.c
4371.103Saymericfile	arch/amiga/amiga/procfs_machdep.c	procfs
4381.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
4391.1Schoppsfile	arch/amiga/amiga/trap.c
4401.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
4411.1Schoppsfile	arch/amiga/amiga/cc.c
4421.17Schoppsfile	arch/amiga/amiga/db_memrw.c	ddb
4431.116Sjdolecekfile	dev/md_root.c			memory_disk_hooks
4441.90Sisfile	arch/m68k/m68k/cacheops.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.100Sisinclude "dev/mii/files.mii"
4551.96Smhitch
4561.96Smhitchinclude "dev/ata/files.ata"
4571.96Smhitchmajor	{wd = 17}
4581.96Smhitch
4591.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4601.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4611.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4621.68Sis
4631.73Smhitchmajor	{md = 15}	# Memory disk (for mini-kernel)
4641.97Sostermajor	{raid = 16}	# RAIDframe
4651.24Schristos
4661.24Schristos# Compatibility modules
4671.114Saymeric
4681.114Saymeric# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
4691.114Saymericinclude "compat/aoutm68k/files.aoutm68k"
4701.24Schristos
4711.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4721.85Skleinkinclude "compat/sunos/files.sunos"
4731.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4741.86Skleink
4751.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4761.86Skleinkinclude "compat/svr4/files.svr4"
4771.57Sis
4781.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4791.79Sitohyinclude "compat/linux/files.linux"
4801.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4811.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
4821.79Sitohy
4831.79Sitohy# OSS audio driver compatibility
4841.79Sitohyinclude "compat/ossaudio/files.ossaudio"
485