files.amiga revision 1.106
11.106Sis#	$NetBSD: files.amiga,v 1.106 2001/03/17 22:03:13 is 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.105Sis
261.105Sisdefopt				IOBZCLOCK
271.83Sis
281.83Sisdevice  mainbus {}
291.83Sisattach  mainbus at root
301.1Schopps
311.72Sthorpejdevice	cpu
321.37Sthorpejattach	cpu at mainbus
331.1Schopps
341.94Sis# for bus_space
351.94Sis
361.94Sisdefine	amibus_bl
371.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
381.94Sis
391.94Sisdefine	amibus_ww
401.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
411.94Sis
421.95Saymericdefine amibus_wb
431.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
441.95Saymeric
451.98Sisdefine	amibus_b16
461.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
471.106Sis
481.106Sisdefine	amibus_b800
491.106Sisfile	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
501.98Sis
511.43Sis# zorro expansion bus.
521.72Sthorpejdevice	zbus {}
531.37Sthorpejattach	zbus at mainbus
541.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
551.1Schopps
561.1Schoppsdefine	event {}
571.1Schoppsfile	arch/amiga/dev/event.c		event
581.1Schopps
591.72Sthorpejdevice	clock
601.37Sthorpejattach	clock at mainbus
611.1Schoppsfile	arch/amiga/dev/clock.c
621.56Sveegofile	dev/clock_subr.c
631.60Sis
641.60Sis# A2000 internal hwc
651.72Sthorpejdevice	a2kbbc
661.60Sisattach	a2kbbc at mainbus
671.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
681.60Sis
691.60Sis# A3000/4000 internal hwc
701.72Sthorpejdevice	a34kbbc
711.60Sisattach	a34kbbc at mainbus
721.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
731.1Schopps
741.1Schopps# keyboard
751.104Sisdevice	kbd: event,wskbddev
761.37Sthorpejattach	kbd at mainbus
771.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
781.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
791.1Schopps
801.1Schopps# serial port
811.72Sthorpejdevice	ser: tty
821.37Sthorpejattach	ser at mainbus
831.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
841.1Schopps
851.43Sis# parallel port
861.72Sthorpejdevice	par
871.37Sthorpejattach	par at mainbus
881.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
891.1Schopps
901.57Sis# audio
911.72Sthorpejdevice	aucc: audio
921.68Sisattach	aucc at mainbus
931.68Sisfile	arch/amiga/dev/aucc.c		aucc needs-flag 
941.68Sis
951.72Sthorpejdevice	melody: audio, tms320av110
961.68Sisattach	melody at zbus
971.68Sisfile	arch/amiga/dev/melody.c		melody
981.57Sis
991.1Schopps# mouse
1001.72Sthorpejdevice	ms: event
1011.42Sisattach	ms at mainbus
1021.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1031.1Schopps
1041.56Sveego# floppy
1051.72Sthorpejdevice	fdc { unit = -1 }
1061.37Sthorpejattach	fdc at mainbus
1071.1Schopps
1081.72Sthorpejdevice	fd: disk
1091.37Sthorpejattach	fd at fdc
1101.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1111.1Schoppsmajor	{fd = 2}
1121.1Schopps
1131.1Schopps# graphic devices
1141.1Schoppsdefine	grfbus {}
1151.1Schopps
1161.72Sthorpejdevice	grf {}
1171.37Sthorpejattach	grf at grfbus
1181.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1191.1Schopps
1201.72Sthorpejdevice	ite: tty
1211.37Sthorpejattach	ite at grf
1221.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1231.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1241.104Sisfile	arch/amiga/dev/kf_8x8.c		ite | amidisplaycc
1251.4Schoppsfile	arch/amiga/dev/kf_8x11.c	kfont_8x11
1261.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1271.1Schopps
1281.56Sveego# custom chips grf (ite0 grf0)
1291.72Sthorpejdevice	grfcc: grfbus
1301.37Sthorpejattach	grfcc at mainbus
1311.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1321.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1331.1Schopps
1341.104Sis# wscons interface to custom chips
1351.104Sisdevice	amidisplaycc: wsemuldisplaydev
1361.104Sisattach	amidisplaycc at mainbus
1371.104Sisfile	arch/amiga/dev/amidisplaycc.c   amidisplaycc needs-flag
1381.104Sis
1391.104Sisinclude "dev/wscons/files.wscons"
1401.104Sis
1411.88Sthorpejdefpseudo	view
1421.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1431.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1441.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1451.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1461.1Schopps
1471.56Sveego# retina ZII grf (ite1 grf1)
1481.72Sthorpejdevice	grfrt: grfbus
1491.37Sthorpejattach	grfrt at zbus
1501.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1511.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1521.1Schopps
1531.56Sveego# retina ZIII grf (ite2 grf2)
1541.72Sthorpejdevice	grfrh: grfbus
1551.56Sveegoattach	grfrh at zbus
1561.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1571.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1581.56Sveego
1591.56Sveego# cirrus grf (ite3 grf3)
1601.72Sthorpejdevice	grfcl: grfbus
1611.37Sthorpejattach	grfcl at zbus
1621.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1631.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1641.31Schopps
1651.56Sveego# A2410 grf (ite4 grf4)
1661.72Sthorpejdevice	grful: grfbus
1671.37Sthorpejattach	grful at zbus
1681.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1691.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1701.39Scgdfile	arch/amiga/dev/grf_ultms.g	grful
1711.1Schopps
1721.56Sveego# CyberVison 64 grf (ite5 grf5)
1731.72Sthorpejdevice	grfcv: grfbus
1741.56Sveegoattach	grfcv at zbus
1751.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1761.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1771.48Sveego
1781.56Sveego# Tseng grf (ite6 grf6)
1791.72Sthorpejdevice	grfet: grfbus
1801.48Sveegoattach	grfet at zbus
1811.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
1821.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
1831.70Sveego
1841.70Sveego# CyberVison 64/3D grf (ite7 grf7)
1851.72Sthorpejdevice	grfcv3d: grfbus
1861.70Sveegoattach	grfcv3d at zbus
1871.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
1881.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
1891.48Sveego
1901.45Sthorpej# device defined in sys/conf/files
1911.56Sveego# A2065, Ameristar, Ariadne ethernet cards
1921.74Sdrochnerattach	le at zbus with le_zbus: le24
1931.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
1941.78Sveego
1951.78Sveego# AriadneII ethernet card
1961.78Sveego# device defined in sys/conf/files
1971.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
1981.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
1991.37Sthorpej
2001.56Sveego# Hydra ethernet card
2011.72Sthorpejdevice	ed: ifnet, ether, arp
2021.37Sthorpejattach	ed at zbus with ed_zbus
2031.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2041.18Schopps
2051.18Schopps# C=/Ameristar A2060 / 560
2061.37Sthorpejattach	bah at zbus with bah_zbus
2071.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2081.1Schopps
2091.56Sveego# CEI A4066 EthernetPLUS
2101.72Sthorpejdevice	es: ifnet, ether, arp
2111.37Sthorpejattach	es at zbus
2121.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2131.30Schopps
2141.56Sveego# Quicknet ethernet card
2151.72Sthorpejdevice	qn: ifnet, ether, arp
2161.37Sthorpejattach	qn at zbus
2171.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2181.28Schopps
2191.28Schopps# A2232 msc serial ports
2201.72Sthorpejdevice	msc: tty
2211.37Sthorpejattach	msc at zbus
2221.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2231.15Schopps
2241.15Schopps# bsc/Alf Data MultiFaceCard
2251.72Sthorpejdevice	mfc { unit = -1 }
2261.38Smhitchattach	mfc at zbus
2271.15Schopps
2281.72Sthorpejdevice	mfcs: tty
2291.37Sthorpejattach	mfcs at mfc
2301.72Sthorpejdevice	mfcp
2311.37Sthorpejattach	mfcp at mfc
2321.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2331.15Schopps
2341.69Sis# direct bus ISA-chip i/o
2351.69Sisdefine	supio {port = -1}
2361.69Sis
2371.62Sis# DraCo superio chip
2381.62Sis
2391.72Sthorpejdevice	drsupio: supio
2401.62Sisattach	drsupio at mainbus
2411.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2421.69Sis
2431.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2441.72Sthorpejdevice	hyper: supio
2451.69Sisattach	hyper at zbus
2461.69Sisfile	arch/amiga/dev/hyper.c		hyper
2471.98Sis
2481.98Sis# IOBlix
2491.98Sisdevice	iobl: supio, amibus_b16
2501.98Sisattach	iobl at zbus with iobl_zbus
2511.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2521.98Sis
2531.62Sis
2541.68Sisattach	com at supio with com_supio
2551.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2561.75Sis
2571.75Sis# ISDN Blaster, ISDN Master
2581.75Sisdevice	aster: supio
2591.75Sisattach	aster at zbus
2601.75Sisfile	arch/amiga/dev/aster.c		aster
2611.102Sis
2621.102Sisattach	isic at supio with isic_supio
2631.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2641.68Sis
2651.63Sis# handle gvp's odd autoconf info..
2661.72Sthorpejdevice	gvpbus {}
2671.63Sisattach	gvpbus at zbus
2681.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2691.62Sis
2701.72Sthorpejdevice	lpt
2711.63Sisfile	dev/ic/lpt.c			lpt needs-flag
2721.63Sis
2731.63Sisattach	lpt at supio with lpt_supio
2741.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2751.63Sis
2761.89Sthorpejinclude "dev/scsipi/files.scsipi"
2771.56Sveegomajor	{sd = 4}
2781.56Sveegomajor	{cd = 7}
2791.56Sveego
2801.1Schopps# wd 33c93 contrllers
2811.1Schoppsdefine	sbic 
2821.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2831.1Schopps
2841.1Schopps# GVP series II
2851.72Sthorpejdevice	gtsc: scsi, sbic
2861.37Sthorpejattach	gtsc at gvpbus
2871.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
2881.1Schopps
2891.1Schopps# Amiga 3000 internal
2901.72Sthorpejdevice	ahsc: scsi, sbic
2911.37Sthorpejattach	ahsc at mainbus
2921.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
2931.1Schopps
2941.56Sveego# C= A2091
2951.72Sthorpejdevice atzsc: scsi, sbic
2961.56Sveegoattach atzsc at zbus
2971.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
2981.56Sveego
2991.56Sveego# ncr 5380 controllers
3001.56Sveegodefine	sci
3011.56Sveegofile	arch/amiga/dev/sci.c		sci
3021.56Sveego
3031.56Sveego# Supra Wordsync II
3041.72Sthorpejdevice	wstsc: scsi, sci
3051.56Sveegoattach	wstsc at zbus
3061.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3071.56Sveego
3081.56Sveego# IVS 
3091.72Sthorpejdevice	ivsc: scsi, sci
3101.56Sveegoattach	ivsc at zbus
3111.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3121.56Sveego
3131.56Sveego# MLH
3141.72Sthorpejdevice	mlhsc: scsi, sci
3151.56Sveegoattach	mlhsc at zbus
3161.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3171.56Sveego
3181.56Sveego# CSA twelve gauge.
3191.72Sthorpejdevice	otgsc: scsi, sci
3201.56Sveegoattach	otgsc at zbus
3211.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3221.56Sveego
3231.1Schopps# ncr 57c710 controllers
3241.99Sbouyerdefine	asiop
3251.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3261.1Schopps
3271.1Schopps# PPI Zeus
3281.99Sbouyerdevice	zssc: scsi, asiop
3291.37Sthorpejattach	zssc at zbus
3301.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3311.1Schopps
3321.1Schopps# CSA Magnum
3331.99Sbouyerdevice	mgnsc: scsi, asiop
3341.37Sthorpejattach	mgnsc at zbus
3351.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3361.1Schopps
3371.56Sveego# MacroSystems USA Warp Engine
3381.99Sbouyerdevice	wesc: scsi, asiop
3391.37Sthorpejattach	wesc at zbus
3401.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3411.12Schopps
3421.56Sveego# C= A4091 & A4000T
3431.99Sbouyerdevice	afsc: scsi, asiop
3441.37Sthorpejattach	afsc at zbus
3451.99Sbouyerdevice	aftsc: scsi, asiop
3461.37Sthorpejattach	aftsc at mainbus
3471.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3481.80Sis
3491.80Sis# ncr 57c720/770 controllers
3501.80Sisdefine	siopng
3511.80Sisfile	arch/amiga/dev/siop2.c		siopng
3521.80Sis
3531.80Sis# CyberStorm MKIII scsi
3541.80Sisdevice	cbiiisc: scsi, siopng
3551.80Sisattach	cbiiisc at zbus
3561.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3571.2Schopps
3581.15Schopps# Emulex ESP216 & FAS216 controllers
3591.15Schopps
3601.15Schopps# FastlaneZ3
3611.72Sthorpejdevice	flsc: scsi, ncr53c9x
3621.37Sthorpejattach	flsc at zbus
3631.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3641.25Schopps
3651.66Smhitch# Blizzard1230-I,II
3661.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3671.37Sthorpejattach	bzsc at zbus
3681.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3691.66Smhitch
3701.66Smhitch# Blizzard12x0-IV
3711.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3721.66Smhitchattach	bzivsc at zbus
3731.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3741.49Sis
3751.51Sis# Blizzard2060 scsi
3761.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3771.51Sisattach	bztzsc at zbus
3781.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3791.65Smhitch
3801.65Smhitch# CyberSCSI [I] scsi
3811.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3821.65Smhitchattach	cbsc at zbus
3831.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3841.65Smhitch
3851.65Smhitch# CyberSCSI MKII scsi
3861.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
3871.65Smhitchattach	cbiisc at zbus
3881.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
3891.2Schopps
3901.56Sveego# EMPLANT
3911.72Sthorpejdevice	empsc: scsi, sci
3921.56Sveegoattach	empsc at zbus
3931.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
3941.56Sveego
3951.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI
3961.72Sthorpejdevice	idesc: scsi
3971.37Sthorpejattach	idesc at mainbus
3981.2Schoppsfile	arch/amiga/dev/idesc.c		idesc needs-flag
3991.1Schopps
4001.56Sveego# MacroSystem DraCo internal
4011.99Sbouyerdevice	drsc: scsi, asiop
4021.56Sveegoattach	drsc at mainbus
4031.56Sveegofile  arch/amiga/dev/drsc.c           drsc needs-flag
4041.59Sis
4051.59Sis# MacroSystem DraCo internal DS2404 hwc
4061.72Sthorpejdevice	drbbc
4071.59Sisattach	drbbc at mainbus
4081.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4091.56Sveego
4101.92Sis# kernel floating point emulator
4111.58Sisinclude	"arch/m68k/fpe/files.fpe"
4121.58Sis
4131.92Sis# Motorola 68060 support package
4141.92Sisinclude	"arch/m68k/060sp/files.060sp"
4151.92Sis
4161.64Sis# list of standard files...
4171.64Sis
4181.39Scgdfile	dev/cons.c			ite | ser
4191.39Scgdfile	dev/cninit.c			ite | ser
4201.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4211.1Schoppsfile	arch/amiga/amiga/autoconf.c
4221.1Schoppsfile	arch/amiga/amiga/cia.c
4231.1Schoppsfile	arch/amiga/amiga/conf.c
4241.1Schoppsfile	arch/amiga/amiga/disksubr.c
4251.1Schoppsfile	arch/amiga/amiga/dkbad.c
4261.1Schoppsfile	arch/amiga/amiga/machdep.c
4271.1Schoppsfile	arch/amiga/amiga/mem.c
4281.1Schoppsfile	arch/amiga/amiga/pmap.c
4291.103Saymericfile	arch/amiga/amiga/procfs_machdep.c	procfs
4301.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
4311.1Schoppsfile	arch/amiga/amiga/trap.c
4321.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
4331.1Schoppsfile	arch/amiga/amiga/cc.c
4341.17Schoppsfile	arch/amiga/amiga/db_memrw.c	ddb
4351.73Smhitchfile	arch/amiga/dev/md_root.c		memory_disk_hooks
4361.90Sisfile	arch/m68k/m68k/cacheops.c
4371.95Saymeric
4381.95Saymericdefine	gayle
4391.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4401.95Saymeric
4411.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4421.95Saymericdevice	pccard: pcmciabus, gayle
4431.95Saymericattach	pccard at mainbus
4441.95Saymeric
4451.95Saymericinclude "dev/pcmcia/files.pcmcia"
4461.100Sisinclude "dev/mii/files.mii"
4471.96Smhitch
4481.96Smhitchinclude "dev/ata/files.ata"
4491.96Smhitchmajor	{wd = 17}
4501.96Smhitch
4511.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4521.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4531.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4541.68Sis
4551.73Smhitchmajor	{md = 15}	# Memory disk (for mini-kernel)
4561.97Sostermajor	{raid = 16}	# RAIDframe
4571.24Schristos
4581.24Schristos# Compatibility modules
4591.24Schristos
4601.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4611.85Skleinkinclude "compat/sunos/files.sunos"
4621.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4631.86Skleink
4641.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4651.86Skleinkinclude "compat/svr4/files.svr4"
4661.57Sis
4671.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4681.79Sitohyinclude "compat/linux/files.linux"
4691.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4701.79Sitohy
4711.79Sitohy# OSS audio driver compatibility
4721.79Sitohyinclude "compat/ossaudio/files.ossaudio"
473