files.amiga revision 1.117
11.117Sis#	$NetBSD: files.amiga,v 1.117 2002/01/21 22:13:25 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.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.117Sis
1061.117Sisdevice toccata: audio, ad1848, auconv
1071.117Sisattach	toccata at zbus
1081.117Sisfile	arch/amiga/dev/toccata.c	toccata
1091.57Sis
1101.1Schopps# mouse
1111.72Sthorpejdevice	ms: event
1121.42Sisattach	ms at mainbus
1131.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1141.1Schopps
1151.56Sveego# floppy
1161.72Sthorpejdevice	fdc { unit = -1 }
1171.37Sthorpejattach	fdc at mainbus
1181.1Schopps
1191.72Sthorpejdevice	fd: disk
1201.37Sthorpejattach	fd at fdc
1211.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1221.1Schoppsmajor	{fd = 2}
1231.1Schopps
1241.1Schopps# graphic devices
1251.1Schoppsdefine	grfbus {}
1261.1Schopps
1271.72Sthorpejdevice	grf {}
1281.37Sthorpejattach	grf at grfbus
1291.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1301.1Schopps
1311.72Sthorpejdevice	ite: tty
1321.37Sthorpejattach	ite at grf
1331.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1341.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1351.104Sisfile	arch/amiga/dev/kf_8x8.c		ite | amidisplaycc
1361.4Schoppsfile	arch/amiga/dev/kf_8x11.c	kfont_8x11
1371.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1381.1Schopps
1391.56Sveego# custom chips grf (ite0 grf0)
1401.72Sthorpejdevice	grfcc: grfbus
1411.37Sthorpejattach	grfcc at mainbus
1421.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1431.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1441.1Schopps
1451.104Sis# wscons interface to custom chips
1461.104Sisdevice	amidisplaycc: wsemuldisplaydev
1471.104Sisattach	amidisplaycc at mainbus
1481.111Slukemfile	arch/amiga/dev/amidisplaycc.c	amidisplaycc needs-flag
1491.104Sis
1501.104Sisinclude "dev/wscons/files.wscons"
1511.115Sjandberginclude "dev/wsfont/files.wsfont"
1521.104Sis
1531.88Sthorpejdefpseudo	view
1541.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1551.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1561.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1571.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1581.1Schopps
1591.56Sveego# retina ZII grf (ite1 grf1)
1601.72Sthorpejdevice	grfrt: grfbus
1611.37Sthorpejattach	grfrt at zbus
1621.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1631.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1641.1Schopps
1651.56Sveego# retina ZIII grf (ite2 grf2)
1661.72Sthorpejdevice	grfrh: grfbus
1671.56Sveegoattach	grfrh at zbus
1681.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1691.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1701.56Sveego
1711.56Sveego# cirrus grf (ite3 grf3)
1721.72Sthorpejdevice	grfcl: grfbus
1731.37Sthorpejattach	grfcl at zbus
1741.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1751.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1761.31Schopps
1771.56Sveego# A2410 grf (ite4 grf4)
1781.72Sthorpejdevice	grful: grfbus
1791.37Sthorpejattach	grful at zbus
1801.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1811.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1821.39Scgdfile	arch/amiga/dev/grf_ultms.g	grful
1831.1Schopps
1841.56Sveego# CyberVison 64 grf (ite5 grf5)
1851.72Sthorpejdevice	grfcv: grfbus
1861.56Sveegoattach	grfcv at zbus
1871.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1881.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1891.48Sveego
1901.56Sveego# Tseng grf (ite6 grf6)
1911.72Sthorpejdevice	grfet: grfbus
1921.48Sveegoattach	grfet at zbus
1931.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
1941.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
1951.70Sveego
1961.70Sveego# CyberVison 64/3D grf (ite7 grf7)
1971.72Sthorpejdevice	grfcv3d: grfbus
1981.70Sveegoattach	grfcv3d at zbus
1991.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
2001.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
2011.48Sveego
2021.45Sthorpej# device defined in sys/conf/files
2031.56Sveego# A2065, Ameristar, Ariadne ethernet cards
2041.74Sdrochnerattach	le at zbus with le_zbus: le24
2051.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
2061.78Sveego
2071.78Sveego# AriadneII ethernet card
2081.78Sveego# device defined in sys/conf/files
2091.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2101.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2111.37Sthorpej
2121.56Sveego# Hydra ethernet card
2131.72Sthorpejdevice	ed: ifnet, ether, arp
2141.37Sthorpejattach	ed at zbus with ed_zbus
2151.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2161.18Schopps
2171.18Schopps# C=/Ameristar A2060 / 560
2181.37Sthorpejattach	bah at zbus with bah_zbus
2191.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2201.1Schopps
2211.56Sveego# CEI A4066 EthernetPLUS
2221.72Sthorpejdevice	es: ifnet, ether, arp
2231.37Sthorpejattach	es at zbus
2241.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2251.30Schopps
2261.56Sveego# Quicknet ethernet card
2271.72Sthorpejdevice	qn: ifnet, ether, arp
2281.37Sthorpejattach	qn at zbus
2291.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2301.28Schopps
2311.28Schopps# A2232 msc serial ports
2321.72Sthorpejdevice	msc: tty
2331.37Sthorpejattach	msc at zbus
2341.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2351.15Schopps
2361.15Schopps# bsc/Alf Data MultiFaceCard
2371.72Sthorpejdevice	mfc { unit = -1 }
2381.38Smhitchattach	mfc at zbus
2391.15Schopps
2401.72Sthorpejdevice	mfcs: tty
2411.37Sthorpejattach	mfcs at mfc
2421.72Sthorpejdevice	mfcp
2431.37Sthorpejattach	mfcp at mfc
2441.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2451.15Schopps
2461.69Sis# direct bus ISA-chip i/o
2471.69Sisdefine	supio {port = -1}
2481.69Sis
2491.62Sis# DraCo superio chip
2501.62Sis
2511.72Sthorpejdevice	drsupio: supio
2521.62Sisattach	drsupio at mainbus
2531.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2541.69Sis
2551.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2561.72Sthorpejdevice	hyper: supio
2571.69Sisattach	hyper at zbus
2581.69Sisfile	arch/amiga/dev/hyper.c		hyper
2591.98Sis
2601.98Sis# IOBlix
2611.98Sisdevice	iobl: supio, amibus_b16
2621.98Sisattach	iobl at zbus with iobl_zbus
2631.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2641.98Sis
2651.62Sis
2661.68Sisattach	com at supio with com_supio
2671.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2681.75Sis
2691.75Sis# ISDN Blaster, ISDN Master
2701.75Sisdevice	aster: supio
2711.75Sisattach	aster at zbus
2721.75Sisfile	arch/amiga/dev/aster.c		aster
2731.102Sis
2741.102Sisattach	isic at supio with isic_supio
2751.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2761.68Sis
2771.63Sis# handle gvp's odd autoconf info..
2781.72Sthorpejdevice	gvpbus {}
2791.63Sisattach	gvpbus at zbus
2801.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2811.62Sis
2821.72Sthorpejdevice	lpt
2831.63Sisfile	dev/ic/lpt.c			lpt needs-flag
2841.63Sis
2851.63Sisattach	lpt at supio with lpt_supio
2861.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2871.63Sis
2881.89Sthorpejinclude "dev/scsipi/files.scsipi"
2891.56Sveegomajor	{sd = 4}
2901.56Sveegomajor	{cd = 7}
2911.56Sveego
2921.1Schopps# wd 33c93 contrllers
2931.111Slukemdefine	sbic
2941.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2951.1Schopps
2961.1Schopps# GVP series II
2971.72Sthorpejdevice	gtsc: scsi, sbic
2981.37Sthorpejattach	gtsc at gvpbus
2991.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
3001.1Schopps
3011.1Schopps# Amiga 3000 internal
3021.72Sthorpejdevice	ahsc: scsi, sbic
3031.37Sthorpejattach	ahsc at mainbus
3041.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
3051.1Schopps
3061.56Sveego# C= A2091
3071.72Sthorpejdevice atzsc: scsi, sbic
3081.56Sveegoattach atzsc at zbus
3091.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3101.56Sveego
3111.56Sveego# ncr 5380 controllers
3121.56Sveegodefine	sci
3131.56Sveegofile	arch/amiga/dev/sci.c		sci
3141.56Sveego
3151.56Sveego# Supra Wordsync II
3161.72Sthorpejdevice	wstsc: scsi, sci
3171.56Sveegoattach	wstsc at zbus
3181.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3191.56Sveego
3201.111Slukem# IVS
3211.72Sthorpejdevice	ivsc: scsi, sci
3221.56Sveegoattach	ivsc at zbus
3231.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3241.56Sveego
3251.56Sveego# MLH
3261.72Sthorpejdevice	mlhsc: scsi, sci
3271.56Sveegoattach	mlhsc at zbus
3281.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3291.56Sveego
3301.56Sveego# CSA twelve gauge.
3311.72Sthorpejdevice	otgsc: scsi, sci
3321.56Sveegoattach	otgsc at zbus
3331.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3341.56Sveego
3351.1Schopps# ncr 57c710 controllers
3361.99Sbouyerdefine	asiop
3371.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3381.1Schopps
3391.1Schopps# PPI Zeus
3401.99Sbouyerdevice	zssc: scsi, asiop
3411.37Sthorpejattach	zssc at zbus
3421.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3431.1Schopps
3441.1Schopps# CSA Magnum
3451.99Sbouyerdevice	mgnsc: scsi, asiop
3461.37Sthorpejattach	mgnsc at zbus
3471.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3481.1Schopps
3491.56Sveego# MacroSystems USA Warp Engine
3501.99Sbouyerdevice	wesc: scsi, asiop
3511.37Sthorpejattach	wesc at zbus
3521.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3531.12Schopps
3541.56Sveego# C= A4091 & A4000T
3551.99Sbouyerdevice	afsc: scsi, asiop
3561.37Sthorpejattach	afsc at zbus
3571.99Sbouyerdevice	aftsc: scsi, asiop
3581.37Sthorpejattach	aftsc at mainbus
3591.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3601.80Sis
3611.80Sis# ncr 57c720/770 controllers
3621.80Sisdefine	siopng
3631.80Sisfile	arch/amiga/dev/siop2.c		siopng
3641.80Sis
3651.80Sis# CyberStorm MKIII scsi
3661.80Sisdevice	cbiiisc: scsi, siopng
3671.80Sisattach	cbiiisc at zbus
3681.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3691.2Schopps
3701.15Schopps# Emulex ESP216 & FAS216 controllers
3711.15Schopps
3721.15Schopps# FastlaneZ3
3731.72Sthorpejdevice	flsc: scsi, ncr53c9x
3741.37Sthorpejattach	flsc at zbus
3751.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3761.25Schopps
3771.66Smhitch# Blizzard1230-I,II
3781.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3791.37Sthorpejattach	bzsc at zbus
3801.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3811.66Smhitch
3821.66Smhitch# Blizzard12x0-IV
3831.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3841.66Smhitchattach	bzivsc at zbus
3851.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3861.49Sis
3871.51Sis# Blizzard2060 scsi
3881.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3891.51Sisattach	bztzsc at zbus
3901.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3911.65Smhitch
3921.65Smhitch# CyberSCSI [I] scsi
3931.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3941.65Smhitchattach	cbsc at zbus
3951.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3961.65Smhitch
3971.65Smhitch# CyberSCSI MKII scsi
3981.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
3991.65Smhitchattach	cbiisc at zbus
4001.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
4011.2Schopps
4021.56Sveego# EMPLANT
4031.72Sthorpejdevice	empsc: scsi, sci
4041.56Sveegoattach	empsc at zbus
4051.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
4061.56Sveego
4071.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI
4081.72Sthorpejdevice	idesc: scsi
4091.37Sthorpejattach	idesc at mainbus
4101.2Schoppsfile	arch/amiga/dev/idesc.c		idesc needs-flag
4111.1Schopps
4121.56Sveego# MacroSystem DraCo internal
4131.99Sbouyerdevice	drsc: scsi, asiop
4141.56Sveegoattach	drsc at mainbus
4151.111Slukemfile	arch/amiga/dev/drsc.c		drsc needs-flag
4161.59Sis
4171.59Sis# MacroSystem DraCo internal DS2404 hwc
4181.72Sthorpejdevice	drbbc
4191.59Sisattach	drbbc at mainbus
4201.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4211.56Sveego
4221.92Sis# kernel floating point emulator
4231.58Sisinclude	"arch/m68k/fpe/files.fpe"
4241.58Sis
4251.92Sis# Motorola 68060 support package
4261.92Sisinclude	"arch/m68k/060sp/files.060sp"
4271.92Sis
4281.64Sis# list of standard files...
4291.64Sis
4301.39Scgdfile	dev/cons.c			ite | ser
4311.39Scgdfile	dev/cninit.c			ite | ser
4321.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4331.1Schoppsfile	arch/amiga/amiga/autoconf.c
4341.1Schoppsfile	arch/amiga/amiga/cia.c
4351.1Schoppsfile	arch/amiga/amiga/conf.c
4361.1Schoppsfile	arch/amiga/amiga/disksubr.c
4371.1Schoppsfile	arch/amiga/amiga/dkbad.c
4381.1Schoppsfile	arch/amiga/amiga/machdep.c
4391.1Schoppsfile	arch/amiga/amiga/mem.c
4401.1Schoppsfile	arch/amiga/amiga/pmap.c
4411.103Saymericfile	arch/amiga/amiga/procfs_machdep.c	procfs
4421.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
4431.1Schoppsfile	arch/amiga/amiga/trap.c
4441.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
4451.1Schoppsfile	arch/amiga/amiga/cc.c
4461.17Schoppsfile	arch/amiga/amiga/db_memrw.c	ddb
4471.116Sjdolecekfile	dev/md_root.c			memory_disk_hooks
4481.90Sisfile	arch/m68k/m68k/cacheops.c
4491.95Saymeric
4501.95Saymericdefine	gayle
4511.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4521.95Saymeric
4531.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4541.95Saymericdevice	pccard: pcmciabus, gayle
4551.95Saymericattach	pccard at mainbus
4561.95Saymeric
4571.95Saymericinclude "dev/pcmcia/files.pcmcia"
4581.100Sisinclude "dev/mii/files.mii"
4591.96Smhitch
4601.96Smhitchinclude "dev/ata/files.ata"
4611.96Smhitchmajor	{wd = 17}
4621.96Smhitch
4631.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4641.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4651.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4661.68Sis
4671.73Smhitchmajor	{md = 15}	# Memory disk (for mini-kernel)
4681.97Sostermajor	{raid = 16}	# RAIDframe
4691.24Schristos
4701.24Schristos# Compatibility modules
4711.114Saymeric
4721.114Saymeric# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
4731.114Saymericinclude "compat/aoutm68k/files.aoutm68k"
4741.24Schristos
4751.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4761.85Skleinkinclude "compat/sunos/files.sunos"
4771.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4781.86Skleink
4791.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4801.86Skleinkinclude "compat/svr4/files.svr4"
4811.57Sis
4821.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4831.79Sitohyinclude "compat/linux/files.linux"
4841.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4851.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
4861.79Sitohy
4871.79Sitohy# OSS audio driver compatibility
4881.79Sitohyinclude "compat/ossaudio/files.ossaudio"
489