files.amiga revision 1.107
11.107Sis#	$NetBSD: files.amiga,v 1.107 2001/05/08 06:09:30 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.107Sisdefopt				LEV6_DEFER
261.105Sis
271.105Sisdefopt				IOBZCLOCK
281.83Sis
291.83Sisdevice  mainbus {}
301.83Sisattach  mainbus at root
311.1Schopps
321.72Sthorpejdevice	cpu
331.37Sthorpejattach	cpu at mainbus
341.1Schopps
351.94Sis# for bus_space
361.94Sis
371.94Sisdefine	amibus_bl
381.94Sisfile	arch/amiga/amiga/amiga_bus_simple_4.c
391.94Sis
401.94Sisdefine	amibus_ww
411.94Sisfile	arch/amiga/amiga/amiga_bus_simple_2word.c
421.94Sis
431.95Saymericdefine amibus_wb
441.95Saymericfile	arch/amiga/amiga/amiga_bus_simple_1word.c
451.95Saymeric
461.98Sisdefine	amibus_b16
471.98Sisfile	arch/amiga/amiga/amiga_bus_simple_16.c	amibus_b16
481.106Sis
491.106Sisdefine	amibus_b800
501.106Sisfile	arch/amiga/amiga/amiga_bus_simple_0x800.c	amibus_b800
511.98Sis
521.43Sis# zorro expansion bus.
531.72Sthorpejdevice	zbus {}
541.37Sthorpejattach	zbus at mainbus
551.15Schoppsfile	arch/amiga/dev/zbus.c		zbus
561.1Schopps
571.1Schoppsdefine	event {}
581.1Schoppsfile	arch/amiga/dev/event.c		event
591.1Schopps
601.72Sthorpejdevice	clock
611.37Sthorpejattach	clock at mainbus
621.1Schoppsfile	arch/amiga/dev/clock.c
631.56Sveegofile	dev/clock_subr.c
641.60Sis
651.60Sis# A2000 internal hwc
661.72Sthorpejdevice	a2kbbc
671.60Sisattach	a2kbbc at mainbus
681.60Sisfile	arch/amiga/dev/a2kbbc.c		a2kbbc
691.60Sis
701.60Sis# A3000/4000 internal hwc
711.72Sthorpejdevice	a34kbbc
721.60Sisattach	a34kbbc at mainbus
731.60Sisfile	arch/amiga/dev/a34kbbc.c	a34kbbc
741.1Schopps
751.1Schopps# keyboard
761.104Sisdevice	kbd: event,wskbddev
771.37Sthorpejattach	kbd at mainbus
781.1Schoppsfile	arch/amiga/dev/kbd.c		kbd needs-flag
791.104Sisfile	arch/amiga/dev/wskbdmap_amiga.c	kbd
801.1Schopps
811.1Schopps# serial port
821.72Sthorpejdevice	ser: tty
831.37Sthorpejattach	ser at mainbus
841.1Schoppsfile	arch/amiga/dev/ser.c		ser needs-count
851.1Schopps
861.43Sis# parallel port
871.72Sthorpejdevice	par
881.37Sthorpejattach	par at mainbus
891.1Schoppsfile	arch/amiga/dev/par.c		par needs-count
901.1Schopps
911.57Sis# audio
921.72Sthorpejdevice	aucc: audio
931.68Sisattach	aucc at mainbus
941.68Sisfile	arch/amiga/dev/aucc.c		aucc needs-flag 
951.68Sis
961.72Sthorpejdevice	melody: audio, tms320av110
971.68Sisattach	melody at zbus
981.68Sisfile	arch/amiga/dev/melody.c		melody
991.57Sis
1001.1Schopps# mouse
1011.72Sthorpejdevice	ms: event
1021.42Sisattach	ms at mainbus
1031.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1041.1Schopps
1051.56Sveego# floppy
1061.72Sthorpejdevice	fdc { unit = -1 }
1071.37Sthorpejattach	fdc at mainbus
1081.1Schopps
1091.72Sthorpejdevice	fd: disk
1101.37Sthorpejattach	fd at fdc
1111.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1121.1Schoppsmajor	{fd = 2}
1131.1Schopps
1141.1Schopps# graphic devices
1151.1Schoppsdefine	grfbus {}
1161.1Schopps
1171.72Sthorpejdevice	grf {}
1181.37Sthorpejattach	grf at grfbus
1191.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1201.1Schopps
1211.72Sthorpejdevice	ite: tty
1221.37Sthorpejattach	ite at grf
1231.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1241.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1251.104Sisfile	arch/amiga/dev/kf_8x8.c		ite | amidisplaycc
1261.4Schoppsfile	arch/amiga/dev/kf_8x11.c	kfont_8x11
1271.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1281.1Schopps
1291.56Sveego# custom chips grf (ite0 grf0)
1301.72Sthorpejdevice	grfcc: grfbus
1311.37Sthorpejattach	grfcc at mainbus
1321.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1331.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1341.1Schopps
1351.104Sis# wscons interface to custom chips
1361.104Sisdevice	amidisplaycc: wsemuldisplaydev
1371.104Sisattach	amidisplaycc at mainbus
1381.104Sisfile	arch/amiga/dev/amidisplaycc.c   amidisplaycc needs-flag
1391.104Sis
1401.104Sisinclude "dev/wscons/files.wscons"
1411.104Sis
1421.88Sthorpejdefpseudo	view
1431.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1441.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1451.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1461.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1471.1Schopps
1481.56Sveego# retina ZII grf (ite1 grf1)
1491.72Sthorpejdevice	grfrt: grfbus
1501.37Sthorpejattach	grfrt at zbus
1511.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1521.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1531.1Schopps
1541.56Sveego# retina ZIII grf (ite2 grf2)
1551.72Sthorpejdevice	grfrh: grfbus
1561.56Sveegoattach	grfrh at zbus
1571.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1581.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1591.56Sveego
1601.56Sveego# cirrus grf (ite3 grf3)
1611.72Sthorpejdevice	grfcl: grfbus
1621.37Sthorpejattach	grfcl at zbus
1631.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1641.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1651.31Schopps
1661.56Sveego# A2410 grf (ite4 grf4)
1671.72Sthorpejdevice	grful: grfbus
1681.37Sthorpejattach	grful at zbus
1691.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1701.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1711.39Scgdfile	arch/amiga/dev/grf_ultms.g	grful
1721.1Schopps
1731.56Sveego# CyberVison 64 grf (ite5 grf5)
1741.72Sthorpejdevice	grfcv: grfbus
1751.56Sveegoattach	grfcv at zbus
1761.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1771.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1781.48Sveego
1791.56Sveego# Tseng grf (ite6 grf6)
1801.72Sthorpejdevice	grfet: grfbus
1811.48Sveegoattach	grfet at zbus
1821.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
1831.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
1841.70Sveego
1851.70Sveego# CyberVison 64/3D grf (ite7 grf7)
1861.72Sthorpejdevice	grfcv3d: grfbus
1871.70Sveegoattach	grfcv3d at zbus
1881.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
1891.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
1901.48Sveego
1911.45Sthorpej# device defined in sys/conf/files
1921.56Sveego# A2065, Ameristar, Ariadne ethernet cards
1931.74Sdrochnerattach	le at zbus with le_zbus: le24
1941.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
1951.78Sveego
1961.78Sveego# AriadneII ethernet card
1971.78Sveego# device defined in sys/conf/files
1981.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
1991.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2001.37Sthorpej
2011.56Sveego# Hydra ethernet card
2021.72Sthorpejdevice	ed: ifnet, ether, arp
2031.37Sthorpejattach	ed at zbus with ed_zbus
2041.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2051.18Schopps
2061.18Schopps# C=/Ameristar A2060 / 560
2071.37Sthorpejattach	bah at zbus with bah_zbus
2081.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2091.1Schopps
2101.56Sveego# CEI A4066 EthernetPLUS
2111.72Sthorpejdevice	es: ifnet, ether, arp
2121.37Sthorpejattach	es at zbus
2131.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2141.30Schopps
2151.56Sveego# Quicknet ethernet card
2161.72Sthorpejdevice	qn: ifnet, ether, arp
2171.37Sthorpejattach	qn at zbus
2181.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2191.28Schopps
2201.28Schopps# A2232 msc serial ports
2211.72Sthorpejdevice	msc: tty
2221.37Sthorpejattach	msc at zbus
2231.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2241.15Schopps
2251.15Schopps# bsc/Alf Data MultiFaceCard
2261.72Sthorpejdevice	mfc { unit = -1 }
2271.38Smhitchattach	mfc at zbus
2281.15Schopps
2291.72Sthorpejdevice	mfcs: tty
2301.37Sthorpejattach	mfcs at mfc
2311.72Sthorpejdevice	mfcp
2321.37Sthorpejattach	mfcp at mfc
2331.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2341.15Schopps
2351.69Sis# direct bus ISA-chip i/o
2361.69Sisdefine	supio {port = -1}
2371.69Sis
2381.62Sis# DraCo superio chip
2391.62Sis
2401.72Sthorpejdevice	drsupio: supio
2411.62Sisattach	drsupio at mainbus
2421.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2431.69Sis
2441.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2451.72Sthorpejdevice	hyper: supio
2461.69Sisattach	hyper at zbus
2471.69Sisfile	arch/amiga/dev/hyper.c		hyper
2481.98Sis
2491.98Sis# IOBlix
2501.98Sisdevice	iobl: supio, amibus_b16
2511.98Sisattach	iobl at zbus with iobl_zbus
2521.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2531.98Sis
2541.62Sis
2551.68Sisattach	com at supio with com_supio
2561.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2571.75Sis
2581.75Sis# ISDN Blaster, ISDN Master
2591.75Sisdevice	aster: supio
2601.75Sisattach	aster at zbus
2611.75Sisfile	arch/amiga/dev/aster.c		aster
2621.102Sis
2631.102Sisattach	isic at supio with isic_supio
2641.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2651.68Sis
2661.63Sis# handle gvp's odd autoconf info..
2671.72Sthorpejdevice	gvpbus {}
2681.63Sisattach	gvpbus at zbus
2691.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2701.62Sis
2711.72Sthorpejdevice	lpt
2721.63Sisfile	dev/ic/lpt.c			lpt needs-flag
2731.63Sis
2741.63Sisattach	lpt at supio with lpt_supio
2751.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2761.63Sis
2771.89Sthorpejinclude "dev/scsipi/files.scsipi"
2781.56Sveegomajor	{sd = 4}
2791.56Sveegomajor	{cd = 7}
2801.56Sveego
2811.1Schopps# wd 33c93 contrllers
2821.1Schoppsdefine	sbic 
2831.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2841.1Schopps
2851.1Schopps# GVP series II
2861.72Sthorpejdevice	gtsc: scsi, sbic
2871.37Sthorpejattach	gtsc at gvpbus
2881.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
2891.1Schopps
2901.1Schopps# Amiga 3000 internal
2911.72Sthorpejdevice	ahsc: scsi, sbic
2921.37Sthorpejattach	ahsc at mainbus
2931.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
2941.1Schopps
2951.56Sveego# C= A2091
2961.72Sthorpejdevice atzsc: scsi, sbic
2971.56Sveegoattach atzsc at zbus
2981.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
2991.56Sveego
3001.56Sveego# ncr 5380 controllers
3011.56Sveegodefine	sci
3021.56Sveegofile	arch/amiga/dev/sci.c		sci
3031.56Sveego
3041.56Sveego# Supra Wordsync II
3051.72Sthorpejdevice	wstsc: scsi, sci
3061.56Sveegoattach	wstsc at zbus
3071.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3081.56Sveego
3091.56Sveego# IVS 
3101.72Sthorpejdevice	ivsc: scsi, sci
3111.56Sveegoattach	ivsc at zbus
3121.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3131.56Sveego
3141.56Sveego# MLH
3151.72Sthorpejdevice	mlhsc: scsi, sci
3161.56Sveegoattach	mlhsc at zbus
3171.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3181.56Sveego
3191.56Sveego# CSA twelve gauge.
3201.72Sthorpejdevice	otgsc: scsi, sci
3211.56Sveegoattach	otgsc at zbus
3221.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3231.56Sveego
3241.1Schopps# ncr 57c710 controllers
3251.99Sbouyerdefine	asiop
3261.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3271.1Schopps
3281.1Schopps# PPI Zeus
3291.99Sbouyerdevice	zssc: scsi, asiop
3301.37Sthorpejattach	zssc at zbus
3311.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3321.1Schopps
3331.1Schopps# CSA Magnum
3341.99Sbouyerdevice	mgnsc: scsi, asiop
3351.37Sthorpejattach	mgnsc at zbus
3361.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3371.1Schopps
3381.56Sveego# MacroSystems USA Warp Engine
3391.99Sbouyerdevice	wesc: scsi, asiop
3401.37Sthorpejattach	wesc at zbus
3411.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3421.12Schopps
3431.56Sveego# C= A4091 & A4000T
3441.99Sbouyerdevice	afsc: scsi, asiop
3451.37Sthorpejattach	afsc at zbus
3461.99Sbouyerdevice	aftsc: scsi, asiop
3471.37Sthorpejattach	aftsc at mainbus
3481.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3491.80Sis
3501.80Sis# ncr 57c720/770 controllers
3511.80Sisdefine	siopng
3521.80Sisfile	arch/amiga/dev/siop2.c		siopng
3531.80Sis
3541.80Sis# CyberStorm MKIII scsi
3551.80Sisdevice	cbiiisc: scsi, siopng
3561.80Sisattach	cbiiisc at zbus
3571.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3581.2Schopps
3591.15Schopps# Emulex ESP216 & FAS216 controllers
3601.15Schopps
3611.15Schopps# FastlaneZ3
3621.72Sthorpejdevice	flsc: scsi, ncr53c9x
3631.37Sthorpejattach	flsc at zbus
3641.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3651.25Schopps
3661.66Smhitch# Blizzard1230-I,II
3671.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3681.37Sthorpejattach	bzsc at zbus
3691.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3701.66Smhitch
3711.66Smhitch# Blizzard12x0-IV
3721.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3731.66Smhitchattach	bzivsc at zbus
3741.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3751.49Sis
3761.51Sis# Blizzard2060 scsi
3771.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3781.51Sisattach	bztzsc at zbus
3791.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3801.65Smhitch
3811.65Smhitch# CyberSCSI [I] scsi
3821.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3831.65Smhitchattach	cbsc at zbus
3841.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3851.65Smhitch
3861.65Smhitch# CyberSCSI MKII scsi
3871.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
3881.65Smhitchattach	cbiisc at zbus
3891.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
3901.2Schopps
3911.56Sveego# EMPLANT
3921.72Sthorpejdevice	empsc: scsi, sci
3931.56Sveegoattach	empsc at zbus
3941.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
3951.56Sveego
3961.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI
3971.72Sthorpejdevice	idesc: scsi
3981.37Sthorpejattach	idesc at mainbus
3991.2Schoppsfile	arch/amiga/dev/idesc.c		idesc needs-flag
4001.1Schopps
4011.56Sveego# MacroSystem DraCo internal
4021.99Sbouyerdevice	drsc: scsi, asiop
4031.56Sveegoattach	drsc at mainbus
4041.56Sveegofile  arch/amiga/dev/drsc.c           drsc needs-flag
4051.59Sis
4061.59Sis# MacroSystem DraCo internal DS2404 hwc
4071.72Sthorpejdevice	drbbc
4081.59Sisattach	drbbc at mainbus
4091.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4101.56Sveego
4111.92Sis# kernel floating point emulator
4121.58Sisinclude	"arch/m68k/fpe/files.fpe"
4131.58Sis
4141.92Sis# Motorola 68060 support package
4151.92Sisinclude	"arch/m68k/060sp/files.060sp"
4161.92Sis
4171.64Sis# list of standard files...
4181.64Sis
4191.39Scgdfile	dev/cons.c			ite | ser
4201.39Scgdfile	dev/cninit.c			ite | ser
4211.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4221.1Schoppsfile	arch/amiga/amiga/autoconf.c
4231.1Schoppsfile	arch/amiga/amiga/cia.c
4241.1Schoppsfile	arch/amiga/amiga/conf.c
4251.1Schoppsfile	arch/amiga/amiga/disksubr.c
4261.1Schoppsfile	arch/amiga/amiga/dkbad.c
4271.1Schoppsfile	arch/amiga/amiga/machdep.c
4281.1Schoppsfile	arch/amiga/amiga/mem.c
4291.1Schoppsfile	arch/amiga/amiga/pmap.c
4301.103Saymericfile	arch/amiga/amiga/procfs_machdep.c	procfs
4311.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
4321.1Schoppsfile	arch/amiga/amiga/trap.c
4331.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
4341.1Schoppsfile	arch/amiga/amiga/cc.c
4351.17Schoppsfile	arch/amiga/amiga/db_memrw.c	ddb
4361.73Smhitchfile	arch/amiga/dev/md_root.c		memory_disk_hooks
4371.90Sisfile	arch/m68k/m68k/cacheops.c
4381.95Saymeric
4391.95Saymericdefine	gayle
4401.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4411.95Saymeric
4421.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4431.95Saymericdevice	pccard: pcmciabus, gayle
4441.95Saymericattach	pccard at mainbus
4451.95Saymeric
4461.95Saymericinclude "dev/pcmcia/files.pcmcia"
4471.100Sisinclude "dev/mii/files.mii"
4481.96Smhitch
4491.96Smhitchinclude "dev/ata/files.ata"
4501.96Smhitchmajor	{wd = 17}
4511.96Smhitch
4521.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4531.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4541.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4551.68Sis
4561.73Smhitchmajor	{md = 15}	# Memory disk (for mini-kernel)
4571.97Sostermajor	{raid = 16}	# RAIDframe
4581.24Schristos
4591.24Schristos# Compatibility modules
4601.24Schristos
4611.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4621.85Skleinkinclude "compat/sunos/files.sunos"
4631.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4641.86Skleink
4651.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4661.86Skleinkinclude "compat/svr4/files.svr4"
4671.57Sis
4681.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4691.79Sitohyinclude "compat/linux/files.linux"
4701.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4711.79Sitohy
4721.79Sitohy# OSS audio driver compatibility
4731.79Sitohyinclude "compat/ossaudio/files.ossaudio"
474