files.amiga revision 1.103
11.103Saymeric#	$NetBSD: files.amiga,v 1.103 2001/01/26 10:31:29 aymeric 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.81Sisdefopt	opt_amigaccgrf.h	GRF_PAL:GRF_NTSC	# temporary workaround
91.81Sisdefopt	opt_amigaccgrf.h	GRF_NTSC
101.81Sisdefopt	opt_amigaccgrf.h	GRF_ECS GRF_AGA
111.82Sisdefopt	opt_amigaccgrf.h	GRF_A2024:GRF_ECS
121.81Sisdefopt	opt_amigaccgrf.h	GRF_AGA_VGA:GRF_AGA
131.81Sisdefopt	opt_amigaccgrf.h	GRF_SUPER72:GRF_AGA
141.92Sisdefopt	opt_amigaccgrf.h	USE_C_BFOPS
151.81Sis
161.83Sisdefopt	opt_amigacons.h		RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
171.83Sisdefopt	opt_amigacons.h		CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
181.83Sisdefopt	opt_amigacons.h		CV3DONZORRO2
191.83Sis
201.83Sisdefopt	opt_retina.h		RH_MEMCLK RH_64BIT_SPRITE RH_HARDWARECURSOR
211.83Sisdefopt	opt_retina.h		RETINA_SPEED_HACK
221.84Sis
231.84Sisdefopt				BB060STUPIDROM
241.93Sisdefopt				P5PPC68KBOARD
251.83Sis
261.83Sisdevice  mainbus {}
271.83Sisattach  mainbus at root
281.1Schopps
291.72Sthorpejdevice	cpu
301.37Sthorpejattach	cpu at mainbus
311.1Schopps
321.94Sis# for bus_space
331.94Sis
341.94Sisdefine	amibus_bl
351.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
361.94Sis
371.94Sisdefine	amibus_ww
381.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
391.94Sis
401.95Saymericdefine amibus_wb
411.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
421.95Saymeric
431.98Sisdefine	amibus_b16
441.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
451.98Sis
461.43Sis# zorro expansion bus.
471.72Sthorpejdevice	zbus {}
481.37Sthorpejattach	zbus at mainbus
491.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
501.1Schopps
511.1Schoppsdefine	event {}
521.1Schoppsfile	arch/amiga/dev/event.c		event
531.1Schopps
541.72Sthorpejdevice	clock
551.37Sthorpejattach	clock at mainbus
561.1Schoppsfile	arch/amiga/dev/clock.c
571.56Sveegofile	dev/clock_subr.c
581.60Sis
591.60Sis# A2000 internal hwc
601.72Sthorpejdevice	a2kbbc
611.60Sisattach	a2kbbc at mainbus
621.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
631.60Sis
641.60Sis# A3000/4000 internal hwc
651.72Sthorpejdevice	a34kbbc
661.60Sisattach	a34kbbc at mainbus
671.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
681.1Schopps
691.1Schopps# keyboard
701.72Sthorpejdevice	kbd: event
711.37Sthorpejattach	kbd at mainbus
721.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
731.1Schopps
741.1Schopps# serial port
751.72Sthorpejdevice	ser: tty
761.37Sthorpejattach	ser at mainbus
771.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
781.1Schopps
791.43Sis# parallel port
801.72Sthorpejdevice	par
811.37Sthorpejattach	par at mainbus
821.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
831.1Schopps
841.57Sis# audio
851.72Sthorpejdevice	aucc: audio
861.68Sisattach	aucc at mainbus
871.68Sisfile	arch/amiga/dev/aucc.c		aucc needs-flag 
881.68Sis
891.72Sthorpejdevice	melody: audio, tms320av110
901.68Sisattach	melody at zbus
911.68Sisfile	arch/amiga/dev/melody.c		melody
921.57Sis
931.1Schopps# mouse
941.72Sthorpejdevice	ms: event
951.42Sisattach	ms at mainbus
961.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
971.1Schopps
981.56Sveego# floppy
991.72Sthorpejdevice	fdc { unit = -1 }
1001.37Sthorpejattach	fdc at mainbus
1011.1Schopps
1021.72Sthorpejdevice	fd: disk
1031.37Sthorpejattach	fd at fdc
1041.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1051.1Schoppsmajor	{fd = 2}
1061.1Schopps
1071.1Schopps# graphic devices
1081.1Schoppsdefine	grfbus {}
1091.1Schopps
1101.72Sthorpejdevice	grf {}
1111.37Sthorpejattach	grf at grfbus
1121.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1131.1Schopps
1141.72Sthorpejdevice	ite: tty
1151.37Sthorpejattach	ite at grf
1161.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1171.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1181.1Schoppsfile	arch/amiga/dev/kf_8x8.c		ite
1191.4Schoppsfile	arch/amiga/dev/kf_8x11.c	kfont_8x11
1201.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1211.1Schopps
1221.56Sveego# custom chips grf (ite0 grf0)
1231.72Sthorpejdevice	grfcc: grfbus
1241.37Sthorpejattach	grfcc at mainbus
1251.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1261.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1271.1Schopps
1281.88Sthorpejdefpseudo	view
1291.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1301.39Scgdfile	arch/amiga/dev/grfabs.c		grfcc | view
1311.39Scgdfile	arch/amiga/dev/grfabs_cc.c	grfcc | view
1321.39Scgdfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view
1331.1Schopps
1341.56Sveego# retina ZII grf (ite1 grf1)
1351.72Sthorpejdevice	grfrt: grfbus
1361.37Sthorpejattach	grfrt at zbus
1371.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1381.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1391.1Schopps
1401.56Sveego# retina ZIII grf (ite2 grf2)
1411.72Sthorpejdevice	grfrh: grfbus
1421.56Sveegoattach	grfrh at zbus
1431.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1441.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1451.56Sveego
1461.56Sveego# cirrus grf (ite3 grf3)
1471.72Sthorpejdevice	grfcl: grfbus
1481.37Sthorpejattach	grfcl at zbus
1491.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1501.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1511.31Schopps
1521.56Sveego# A2410 grf (ite4 grf4)
1531.72Sthorpejdevice	grful: grfbus
1541.37Sthorpejattach	grful at zbus
1551.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1561.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1571.39Scgdfile	arch/amiga/dev/grf_ultms.g	grful
1581.1Schopps
1591.56Sveego# CyberVison 64 grf (ite5 grf5)
1601.72Sthorpejdevice	grfcv: grfbus
1611.56Sveegoattach	grfcv at zbus
1621.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1631.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1641.48Sveego
1651.56Sveego# Tseng grf (ite6 grf6)
1661.72Sthorpejdevice	grfet: grfbus
1671.48Sveegoattach	grfet at zbus
1681.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
1691.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
1701.70Sveego
1711.70Sveego# CyberVison 64/3D grf (ite7 grf7)
1721.72Sthorpejdevice	grfcv3d: grfbus
1731.70Sveegoattach	grfcv3d at zbus
1741.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
1751.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
1761.48Sveego
1771.45Sthorpej# device defined in sys/conf/files
1781.56Sveego# A2065, Ameristar, Ariadne ethernet cards
1791.74Sdrochnerattach	le at zbus with le_zbus: le24
1801.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
1811.78Sveego
1821.78Sveego# AriadneII ethernet card
1831.78Sveego# device defined in sys/conf/files
1841.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
1851.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
1861.37Sthorpej
1871.56Sveego# Hydra ethernet card
1881.72Sthorpejdevice	ed: ifnet, ether, arp
1891.37Sthorpejattach	ed at zbus with ed_zbus
1901.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
1911.18Schopps
1921.18Schopps# C=/Ameristar A2060 / 560
1931.37Sthorpejattach	bah at zbus with bah_zbus
1941.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
1951.1Schopps
1961.56Sveego# CEI A4066 EthernetPLUS
1971.72Sthorpejdevice	es: ifnet, ether, arp
1981.37Sthorpejattach	es at zbus
1991.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2001.30Schopps
2011.56Sveego# Quicknet ethernet card
2021.72Sthorpejdevice	qn: ifnet, ether, arp
2031.37Sthorpejattach	qn at zbus
2041.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2051.28Schopps
2061.28Schopps# A2232 msc serial ports
2071.72Sthorpejdevice	msc: tty
2081.37Sthorpejattach	msc at zbus
2091.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2101.15Schopps
2111.15Schopps# bsc/Alf Data MultiFaceCard
2121.72Sthorpejdevice	mfc { unit = -1 }
2131.38Smhitchattach	mfc at zbus
2141.15Schopps
2151.72Sthorpejdevice	mfcs: tty
2161.37Sthorpejattach	mfcs at mfc
2171.72Sthorpejdevice	mfcp
2181.37Sthorpejattach	mfcp at mfc
2191.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2201.15Schopps
2211.69Sis# direct bus ISA-chip i/o
2221.69Sisdefine	supio {port = -1}
2231.69Sis
2241.62Sis# DraCo superio chip
2251.62Sis
2261.72Sthorpejdevice	drsupio: supio
2271.62Sisattach	drsupio at mainbus
2281.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2291.69Sis
2301.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2311.72Sthorpejdevice	hyper: supio
2321.69Sisattach	hyper at zbus
2331.69Sisfile	arch/amiga/dev/hyper.c		hyper
2341.98Sis
2351.98Sis# IOBlix
2361.98Sisdevice	iobl: supio, amibus_b16
2371.98Sisattach	iobl at zbus with iobl_zbus
2381.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2391.98Sis
2401.62Sis
2411.68Sisattach	com at supio with com_supio
2421.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2431.75Sis
2441.75Sis# ISDN Blaster, ISDN Master
2451.75Sisdevice	aster: supio
2461.75Sisattach	aster at zbus
2471.75Sisfile	arch/amiga/dev/aster.c		aster
2481.102Sis
2491.102Sisattach	isic at supio with isic_supio
2501.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2511.68Sis
2521.63Sis# handle gvp's odd autoconf info..
2531.72Sthorpejdevice	gvpbus {}
2541.63Sisattach	gvpbus at zbus
2551.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2561.62Sis
2571.72Sthorpejdevice	lpt
2581.63Sisfile	dev/ic/lpt.c			lpt needs-flag
2591.63Sis
2601.63Sisattach	lpt at supio with lpt_supio
2611.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2621.63Sis
2631.89Sthorpejinclude "dev/scsipi/files.scsipi"
2641.56Sveegomajor	{sd = 4}
2651.56Sveegomajor	{cd = 7}
2661.56Sveego
2671.1Schopps# wd 33c93 contrllers
2681.1Schoppsdefine	sbic 
2691.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2701.1Schopps
2711.1Schopps# GVP series II
2721.72Sthorpejdevice	gtsc: scsi, sbic
2731.37Sthorpejattach	gtsc at gvpbus
2741.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
2751.1Schopps
2761.1Schopps# Amiga 3000 internal
2771.72Sthorpejdevice	ahsc: scsi, sbic
2781.37Sthorpejattach	ahsc at mainbus
2791.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
2801.1Schopps
2811.56Sveego# C= A2091
2821.72Sthorpejdevice atzsc: scsi, sbic
2831.56Sveegoattach atzsc at zbus
2841.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
2851.56Sveego
2861.56Sveego# ncr 5380 controllers
2871.56Sveegodefine	sci
2881.56Sveegofile	arch/amiga/dev/sci.c		sci
2891.56Sveego
2901.56Sveego# Supra Wordsync II
2911.72Sthorpejdevice	wstsc: scsi, sci
2921.56Sveegoattach	wstsc at zbus
2931.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
2941.56Sveego
2951.56Sveego# IVS 
2961.72Sthorpejdevice	ivsc: scsi, sci
2971.56Sveegoattach	ivsc at zbus
2981.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
2991.56Sveego
3001.56Sveego# MLH
3011.72Sthorpejdevice	mlhsc: scsi, sci
3021.56Sveegoattach	mlhsc at zbus
3031.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3041.56Sveego
3051.56Sveego# CSA twelve gauge.
3061.72Sthorpejdevice	otgsc: scsi, sci
3071.56Sveegoattach	otgsc at zbus
3081.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3091.56Sveego
3101.1Schopps# ncr 57c710 controllers
3111.99Sbouyerdefine	asiop
3121.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3131.1Schopps
3141.1Schopps# PPI Zeus
3151.99Sbouyerdevice	zssc: scsi, asiop
3161.37Sthorpejattach	zssc at zbus
3171.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3181.1Schopps
3191.1Schopps# CSA Magnum
3201.99Sbouyerdevice	mgnsc: scsi, asiop
3211.37Sthorpejattach	mgnsc at zbus
3221.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3231.1Schopps
3241.56Sveego# MacroSystems USA Warp Engine
3251.99Sbouyerdevice	wesc: scsi, asiop
3261.37Sthorpejattach	wesc at zbus
3271.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3281.12Schopps
3291.56Sveego# C= A4091 & A4000T
3301.99Sbouyerdevice	afsc: scsi, asiop
3311.37Sthorpejattach	afsc at zbus
3321.99Sbouyerdevice	aftsc: scsi, asiop
3331.37Sthorpejattach	aftsc at mainbus
3341.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3351.80Sis
3361.80Sis# ncr 57c720/770 controllers
3371.80Sisdefine	siopng
3381.80Sisfile	arch/amiga/dev/siop2.c		siopng
3391.80Sis
3401.80Sis# CyberStorm MKIII scsi
3411.80Sisdevice	cbiiisc: scsi, siopng
3421.80Sisattach	cbiiisc at zbus
3431.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3441.2Schopps
3451.15Schopps# Emulex ESP216 & FAS216 controllers
3461.15Schopps
3471.15Schopps# FastlaneZ3
3481.72Sthorpejdevice	flsc: scsi, ncr53c9x
3491.37Sthorpejattach	flsc at zbus
3501.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3511.25Schopps
3521.66Smhitch# Blizzard1230-I,II
3531.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3541.37Sthorpejattach	bzsc at zbus
3551.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3561.66Smhitch
3571.66Smhitch# Blizzard12x0-IV
3581.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3591.66Smhitchattach	bzivsc at zbus
3601.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3611.49Sis
3621.51Sis# Blizzard2060 scsi
3631.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3641.51Sisattach	bztzsc at zbus
3651.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3661.65Smhitch
3671.65Smhitch# CyberSCSI [I] scsi
3681.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3691.65Smhitchattach	cbsc at zbus
3701.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3711.65Smhitch
3721.65Smhitch# CyberSCSI MKII scsi
3731.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
3741.65Smhitchattach	cbiisc at zbus
3751.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
3761.2Schopps
3771.56Sveego# EMPLANT
3781.72Sthorpejdevice	empsc: scsi, sci
3791.56Sveegoattach	empsc at zbus
3801.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
3811.56Sveego
3821.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI
3831.72Sthorpejdevice	idesc: scsi
3841.37Sthorpejattach	idesc at mainbus
3851.2Schoppsfile	arch/amiga/dev/idesc.c		idesc needs-flag
3861.1Schopps
3871.56Sveego# MacroSystem DraCo internal
3881.99Sbouyerdevice	drsc: scsi, asiop
3891.56Sveegoattach	drsc at mainbus
3901.56Sveegofile  arch/amiga/dev/drsc.c           drsc needs-flag
3911.59Sis
3921.59Sis# MacroSystem DraCo internal DS2404 hwc
3931.72Sthorpejdevice	drbbc
3941.59Sisattach	drbbc at mainbus
3951.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
3961.56Sveego
3971.92Sis# kernel floating point emulator
3981.58Sisinclude	"arch/m68k/fpe/files.fpe"
3991.58Sis
4001.92Sis# Motorola 68060 support package
4011.92Sisinclude	"arch/m68k/060sp/files.060sp"
4021.92Sis
4031.64Sis# list of standard files...
4041.64Sis
4051.39Scgdfile	dev/cons.c			ite | ser
4061.39Scgdfile	dev/cninit.c			ite | ser
4071.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4081.1Schoppsfile	arch/amiga/amiga/autoconf.c
4091.1Schoppsfile	arch/amiga/amiga/cia.c
4101.1Schoppsfile	arch/amiga/amiga/conf.c
4111.1Schoppsfile	arch/amiga/amiga/disksubr.c
4121.1Schoppsfile	arch/amiga/amiga/dkbad.c
4131.1Schoppsfile	arch/amiga/amiga/machdep.c
4141.1Schoppsfile	arch/amiga/amiga/mem.c
4151.1Schoppsfile	arch/amiga/amiga/pmap.c
4161.103Saymericfile	arch/amiga/amiga/procfs_machdep.c	procfs
4171.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
4181.1Schoppsfile	arch/amiga/amiga/trap.c
4191.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
4201.1Schoppsfile	arch/amiga/amiga/cc.c
4211.17Schoppsfile	arch/amiga/amiga/db_memrw.c	ddb
4221.73Smhitchfile	arch/amiga/dev/md_root.c		memory_disk_hooks
4231.90Sisfile	arch/m68k/m68k/cacheops.c
4241.95Saymeric
4251.95Saymericdefine	gayle
4261.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4271.95Saymeric
4281.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4291.95Saymericdevice	pccard: pcmciabus, gayle
4301.95Saymericattach	pccard at mainbus
4311.95Saymeric
4321.95Saymericinclude "dev/pcmcia/files.pcmcia"
4331.100Sisinclude "dev/mii/files.mii"
4341.96Smhitch
4351.96Smhitchinclude "dev/ata/files.ata"
4361.96Smhitchmajor	{wd = 17}
4371.96Smhitch
4381.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4391.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4401.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4411.68Sis
4421.73Smhitchmajor	{md = 15}	# Memory disk (for mini-kernel)
4431.97Sostermajor	{raid = 16}	# RAIDframe
4441.24Schristos
4451.24Schristos# Compatibility modules
4461.24Schristos
4471.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4481.85Skleinkinclude "compat/sunos/files.sunos"
4491.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4501.86Skleink
4511.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4521.86Skleinkinclude "compat/svr4/files.svr4"
4531.57Sis
4541.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4551.79Sitohyinclude "compat/linux/files.linux"
4561.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4571.79Sitohy
4581.79Sitohy# OSS audio driver compatibility
4591.79Sitohyinclude "compat/ossaudio/files.ossaudio"
460