files.amiga revision 1.109
11.109Sis#	$NetBSD: files.amiga,v 1.109 2001/08/25 21:15:45 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.109Sis
1001.109Sisdevice repulse: audio, ac97, mulaw
1011.109Sisattach	repulse at zbus
1021.109Sisfile	arch/amiga/dev/repulse.c	repulse
1031.57Sis
1041.1Schopps# mouse
1051.72Sthorpejdevice	ms: event
1061.42Sisattach	ms at mainbus
1071.44Sveegofile	arch/amiga/dev/ms.c		ms needs-flag
1081.1Schopps
1091.56Sveego# floppy
1101.72Sthorpejdevice	fdc { unit = -1 }
1111.37Sthorpejattach	fdc at mainbus
1121.1Schopps
1131.72Sthorpejdevice	fd: disk
1141.37Sthorpejattach	fd at fdc
1151.1Schoppsfile	arch/amiga/dev/fd.c		fd needs-flag
1161.1Schoppsmajor	{fd = 2}
1171.1Schopps
1181.1Schopps# graphic devices
1191.1Schoppsdefine	grfbus {}
1201.1Schopps
1211.72Sthorpejdevice	grf {}
1221.37Sthorpejattach	grf at grfbus
1231.1Schoppsfile	arch/amiga/dev/grf.c		grf needs-count
1241.1Schopps
1251.72Sthorpejdevice	ite: tty
1261.37Sthorpejattach	ite at grf
1271.1Schoppsfile	arch/amiga/dev/ite.c		ite needs-flag
1281.1Schoppsfile	arch/amiga/dev/kbdmap.c		ite
1291.104Sisfile	arch/amiga/dev/kf_8x8.c		ite | amidisplaycc
1301.4Schoppsfile	arch/amiga/dev/kf_8x11.c	kfont_8x11
1311.4Schoppsfile	arch/amiga/dev/kf_custom.c	kfont_custom
1321.1Schopps
1331.56Sveego# custom chips grf (ite0 grf0)
1341.72Sthorpejdevice	grfcc: grfbus
1351.37Sthorpejattach	grfcc at mainbus
1361.10Schoppsfile	arch/amiga/dev/grf_cc.c		grfcc needs-flag
1371.40Sisfile	arch/amiga/dev/ite_cc.c		grfcc & ite
1381.1Schopps
1391.104Sis# wscons interface to custom chips
1401.104Sisdevice	amidisplaycc: wsemuldisplaydev
1411.104Sisattach	amidisplaycc at mainbus
1421.104Sisfile	arch/amiga/dev/amidisplaycc.c   amidisplaycc needs-flag
1431.104Sis
1441.104Sisinclude "dev/wscons/files.wscons"
1451.104Sis
1461.88Sthorpejdefpseudo	view
1471.39Scgdfile	arch/amiga/dev/view.c		view | grfcc needs-count
1481.104Sisfile	arch/amiga/dev/grfabs.c		grfcc | view | amidisplaycc
1491.104Sisfile	arch/amiga/dev/grfabs_cc.c	grfcc | view | amidisplaycc
1501.104Sisfile	arch/amiga/dev/grfabs_ccglb.c	grfcc | view | amidisplaycc
1511.1Schopps
1521.56Sveego# retina ZII grf (ite1 grf1)
1531.72Sthorpejdevice	grfrt: grfbus
1541.37Sthorpejattach	grfrt at zbus
1551.10Schoppsfile	arch/amiga/dev/grf_rt.c		grfrt needs-flag
1561.40Sisfile	arch/amiga/dev/ite_rt.c		grfrt & ite
1571.1Schopps
1581.56Sveego# retina ZIII grf (ite2 grf2)
1591.72Sthorpejdevice	grfrh: grfbus
1601.56Sveegoattach	grfrh at zbus
1611.56Sveegofile	arch/amiga/dev/grf_rh.c		grfrh needs-flag
1621.56Sveegofile	arch/amiga/dev/ite_rh.c		grfrh & ite
1631.56Sveego
1641.56Sveego# cirrus grf (ite3 grf3)
1651.72Sthorpejdevice	grfcl: grfbus
1661.37Sthorpejattach	grfcl at zbus
1671.15Schoppsfile	arch/amiga/dev/grf_cl.c		grfcl needs-flag
1681.40Sisfile	arch/amiga/dev/ite_cl.c		grfcl & ite
1691.31Schopps
1701.56Sveego# A2410 grf (ite4 grf4)
1711.72Sthorpejdevice	grful: grfbus
1721.37Sthorpejattach	grful at zbus
1731.27Schoppsfile	arch/amiga/dev/grf_ul.c		grful needs-flag
1741.40Sisfile	arch/amiga/dev/ite_ul.c		grful & ite
1751.39Scgdfile	arch/amiga/dev/grf_ultms.g	grful
1761.1Schopps
1771.56Sveego# CyberVison 64 grf (ite5 grf5)
1781.72Sthorpejdevice	grfcv: grfbus
1791.56Sveegoattach	grfcv at zbus
1801.56Sveegofile	arch/amiga/dev/grf_cv.c		grfcv needs-flag
1811.56Sveegofile	arch/amiga/dev/ite_cv.c		grfcv & ite
1821.48Sveego
1831.56Sveego# Tseng grf (ite6 grf6)
1841.72Sthorpejdevice	grfet: grfbus
1851.48Sveegoattach	grfet at zbus
1861.48Sveegofile	arch/amiga/dev/grf_et.c		grfet needs-flag
1871.48Sveegofile	arch/amiga/dev/ite_et.c		grfet & ite
1881.70Sveego
1891.70Sveego# CyberVison 64/3D grf (ite7 grf7)
1901.72Sthorpejdevice	grfcv3d: grfbus
1911.70Sveegoattach	grfcv3d at zbus
1921.70Sveegofile	arch/amiga/dev/grf_cv3d.c	grfcv3d needs-flag
1931.70Sveegofile	arch/amiga/dev/ite_cv3d.c	grfcv3d & ite
1941.48Sveego
1951.45Sthorpej# device defined in sys/conf/files
1961.56Sveego# A2065, Ameristar, Ariadne ethernet cards
1971.74Sdrochnerattach	le at zbus with le_zbus: le24
1981.47Sthorpejfile	arch/amiga/dev/if_le.c		le_zbus needs-flag
1991.78Sveego
2001.78Sveego# AriadneII ethernet card
2011.78Sveego# device defined in sys/conf/files
2021.78Sveegoattach	ne at zbus with ne_zbus: rtl80x9
2031.78Sveegofile	arch/amiga/dev/if_ne_zbus.c	ne_zbus needs-flag
2041.37Sthorpej
2051.56Sveego# Hydra ethernet card
2061.72Sthorpejdevice	ed: ifnet, ether, arp
2071.37Sthorpejattach	ed at zbus with ed_zbus
2081.37Sthorpejfile	arch/amiga/dev/if_ed.c		ed_zbus needs-flag
2091.18Schopps
2101.18Schopps# C=/Ameristar A2060 / 560
2111.37Sthorpejattach	bah at zbus with bah_zbus
2121.76Sisfile	arch/amiga/dev/if_bah_zbus.c	bah_zbus
2131.1Schopps
2141.56Sveego# CEI A4066 EthernetPLUS
2151.72Sthorpejdevice	es: ifnet, ether, arp
2161.37Sthorpejattach	es at zbus
2171.32Sjtcfile	arch/amiga/dev/if_es.c		es needs-flag
2181.30Schopps
2191.56Sveego# Quicknet ethernet card
2201.72Sthorpejdevice	qn: ifnet, ether, arp
2211.37Sthorpejattach	qn at zbus
2221.30Schoppsfile	arch/amiga/dev/if_qn.c		qn needs-flag
2231.28Schopps
2241.28Schopps# A2232 msc serial ports
2251.72Sthorpejdevice	msc: tty
2261.37Sthorpejattach	msc at zbus
2271.28Schoppsfile	arch/amiga/dev/msc.c		msc needs-count
2281.15Schopps
2291.15Schopps# bsc/Alf Data MultiFaceCard
2301.72Sthorpejdevice	mfc { unit = -1 }
2311.38Smhitchattach	mfc at zbus
2321.15Schopps
2331.72Sthorpejdevice	mfcs: tty
2341.37Sthorpejattach	mfcs at mfc
2351.72Sthorpejdevice	mfcp
2361.37Sthorpejattach	mfcp at mfc
2371.39Scgdfile	arch/amiga/dev/mfc.c		mfcs | mfcp needs-count
2381.15Schopps
2391.69Sis# direct bus ISA-chip i/o
2401.69Sisdefine	supio {port = -1}
2411.69Sis
2421.62Sis# DraCo superio chip
2431.62Sis
2441.72Sthorpejdevice	drsupio: supio
2451.62Sisattach	drsupio at mainbus
2461.62Sisfile	arch/amiga/dev/drsupio.c	drsupio
2471.69Sis
2481.77Sis# ZBus HyperComs: HyperCom Z3, HyperCom 4
2491.72Sthorpejdevice	hyper: supio
2501.69Sisattach	hyper at zbus
2511.69Sisfile	arch/amiga/dev/hyper.c		hyper
2521.98Sis
2531.98Sis# IOBlix
2541.98Sisdevice	iobl: supio, amibus_b16
2551.98Sisattach	iobl at zbus with iobl_zbus
2561.98Sisfile	arch/amiga/dev/ioblix_zbus.c	iobl_zbus
2571.98Sis
2581.62Sis
2591.68Sisattach	com at supio with com_supio
2601.68Sisfile	arch/amiga/dev/com_supio.c	com_supio
2611.75Sis
2621.75Sis# ISDN Blaster, ISDN Master
2631.75Sisdevice	aster: supio
2641.75Sisattach	aster at zbus
2651.75Sisfile	arch/amiga/dev/aster.c		aster
2661.102Sis
2671.102Sisattach	isic at supio with isic_supio
2681.102Sisfile	arch/amiga/dev/isic_supio.c isic_supio
2691.68Sis
2701.63Sis# handle gvp's odd autoconf info..
2711.72Sthorpejdevice	gvpbus {}
2721.63Sisattach	gvpbus at zbus
2731.63Sisfile	arch/amiga/dev/gvpbus.c		gvpbus
2741.62Sis
2751.72Sthorpejdevice	lpt
2761.63Sisfile	dev/ic/lpt.c			lpt needs-flag
2771.63Sis
2781.63Sisattach	lpt at supio with lpt_supio
2791.63Sisfile	arch/amiga/dev/lpt_supio.c	lpt_supio
2801.63Sis
2811.89Sthorpejinclude "dev/scsipi/files.scsipi"
2821.56Sveegomajor	{sd = 4}
2831.56Sveegomajor	{cd = 7}
2841.56Sveego
2851.1Schopps# wd 33c93 contrllers
2861.1Schoppsdefine	sbic 
2871.1Schoppsfile	arch/amiga/dev/sbic.c		sbic
2881.1Schopps
2891.1Schopps# GVP series II
2901.72Sthorpejdevice	gtsc: scsi, sbic
2911.37Sthorpejattach	gtsc at gvpbus
2921.1Schoppsfile	arch/amiga/dev/gtsc.c		gtsc needs-flag
2931.1Schopps
2941.1Schopps# Amiga 3000 internal
2951.72Sthorpejdevice	ahsc: scsi, sbic
2961.37Sthorpejattach	ahsc at mainbus
2971.1Schoppsfile	arch/amiga/dev/ahsc.c		ahsc needs-flag
2981.1Schopps
2991.56Sveego# C= A2091
3001.72Sthorpejdevice atzsc: scsi, sbic
3011.56Sveegoattach atzsc at zbus
3021.56Sveegofile	arch/amiga/dev/atzsc.c		atzsc needs-flag
3031.56Sveego
3041.56Sveego# ncr 5380 controllers
3051.56Sveegodefine	sci
3061.56Sveegofile	arch/amiga/dev/sci.c		sci
3071.56Sveego
3081.56Sveego# Supra Wordsync II
3091.72Sthorpejdevice	wstsc: scsi, sci
3101.56Sveegoattach	wstsc at zbus
3111.56Sveegofile	arch/amiga/dev/wstsc.c		wstsc needs-flag
3121.56Sveego
3131.56Sveego# IVS 
3141.72Sthorpejdevice	ivsc: scsi, sci
3151.56Sveegoattach	ivsc at zbus
3161.56Sveegofile	arch/amiga/dev/ivsc.c		ivsc needs-flag
3171.56Sveego
3181.56Sveego# MLH
3191.72Sthorpejdevice	mlhsc: scsi, sci
3201.56Sveegoattach	mlhsc at zbus
3211.56Sveegofile	arch/amiga/dev/mlhsc.c		mlhsc needs-flag
3221.56Sveego
3231.56Sveego# CSA twelve gauge.
3241.72Sthorpejdevice	otgsc: scsi, sci
3251.56Sveegoattach	otgsc at zbus
3261.56Sveegofile	arch/amiga/dev/otgsc.c		otgsc needs-flag
3271.56Sveego
3281.1Schopps# ncr 57c710 controllers
3291.99Sbouyerdefine	asiop
3301.99Sbouyerfile	arch/amiga/dev/siop.c		asiop
3311.1Schopps
3321.1Schopps# PPI Zeus
3331.99Sbouyerdevice	zssc: scsi, asiop
3341.37Sthorpejattach	zssc at zbus
3351.1Schoppsfile	arch/amiga/dev/zssc.c		zssc needs-flag
3361.1Schopps
3371.1Schopps# CSA Magnum
3381.99Sbouyerdevice	mgnsc: scsi, asiop
3391.37Sthorpejattach	mgnsc at zbus
3401.1Schoppsfile	arch/amiga/dev/mgnsc.c		mgnsc needs-flag
3411.1Schopps
3421.56Sveego# MacroSystems USA Warp Engine
3431.99Sbouyerdevice	wesc: scsi, asiop
3441.37Sthorpejattach	wesc at zbus
3451.2Schoppsfile	arch/amiga/dev/wesc.c		wesc needs-flag
3461.12Schopps
3471.56Sveego# C= A4091 & A4000T
3481.99Sbouyerdevice	afsc: scsi, asiop
3491.37Sthorpejattach	afsc at zbus
3501.99Sbouyerdevice	aftsc: scsi, asiop
3511.37Sthorpejattach	aftsc at mainbus
3521.39Scgdfile	arch/amiga/dev/afsc.c		afsc | aftsc needs-flag
3531.80Sis
3541.80Sis# ncr 57c720/770 controllers
3551.80Sisdefine	siopng
3561.80Sisfile	arch/amiga/dev/siop2.c		siopng
3571.80Sis
3581.80Sis# CyberStorm MKIII scsi
3591.80Sisdevice	cbiiisc: scsi, siopng
3601.80Sisattach	cbiiisc at zbus
3611.80Sisfile	arch/amiga/dev/cbiiisc.c	cbiiisc needs-flag
3621.2Schopps
3631.15Schopps# Emulex ESP216 & FAS216 controllers
3641.15Schopps
3651.15Schopps# FastlaneZ3
3661.72Sthorpejdevice	flsc: scsi, ncr53c9x
3671.37Sthorpejattach	flsc at zbus
3681.25Schoppsfile	arch/amiga/dev/flsc.c		flsc needs-flag
3691.25Schopps
3701.66Smhitch# Blizzard1230-I,II
3711.72Sthorpejdevice	bzsc: scsi, ncr53c9x
3721.37Sthorpejattach	bzsc at zbus
3731.25Schoppsfile	arch/amiga/dev/bzsc.c		bzsc needs-flag
3741.66Smhitch
3751.66Smhitch# Blizzard12x0-IV
3761.72Sthorpejdevice	bzivsc: scsi, ncr53c9x
3771.66Smhitchattach	bzivsc at zbus
3781.66Smhitchfile	arch/amiga/dev/bzivsc.c		bzivsc needs-flag
3791.49Sis
3801.51Sis# Blizzard2060 scsi
3811.72Sthorpejdevice	bztzsc: scsi, ncr53c9x
3821.51Sisattach	bztzsc at zbus
3831.51Sisfile	arch/amiga/dev/bztzsc.c		bztzsc needs-flag
3841.65Smhitch
3851.65Smhitch# CyberSCSI [I] scsi
3861.72Sthorpejdevice	cbsc: scsi, ncr53c9x
3871.65Smhitchattach	cbsc at zbus
3881.65Smhitchfile	arch/amiga/dev/cbsc.c		cbsc needs-flag
3891.65Smhitch
3901.65Smhitch# CyberSCSI MKII scsi
3911.72Sthorpejdevice	cbiisc: scsi, ncr53c9x
3921.65Smhitchattach	cbiisc at zbus
3931.65Smhitchfile	arch/amiga/dev/cbiisc.c		cbiisc needs-flag
3941.2Schopps
3951.56Sveego# EMPLANT
3961.72Sthorpejdevice	empsc: scsi, sci
3971.56Sveegoattach	empsc at zbus
3981.56Sveegofile	arch/amiga/dev/empsc.c		empsc needs-flag
3991.56Sveego
4001.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI
4011.72Sthorpejdevice	idesc: scsi
4021.37Sthorpejattach	idesc at mainbus
4031.2Schoppsfile	arch/amiga/dev/idesc.c		idesc needs-flag
4041.1Schopps
4051.56Sveego# MacroSystem DraCo internal
4061.99Sbouyerdevice	drsc: scsi, asiop
4071.56Sveegoattach	drsc at mainbus
4081.56Sveegofile  arch/amiga/dev/drsc.c           drsc needs-flag
4091.59Sis
4101.59Sis# MacroSystem DraCo internal DS2404 hwc
4111.72Sthorpejdevice	drbbc
4121.59Sisattach	drbbc at mainbus
4131.59Sisfile	arch/amiga/dev/drbbc.c		drbbc
4141.56Sveego
4151.92Sis# kernel floating point emulator
4161.58Sisinclude	"arch/m68k/fpe/files.fpe"
4171.58Sis
4181.92Sis# Motorola 68060 support package
4191.92Sisinclude	"arch/m68k/060sp/files.060sp"
4201.92Sis
4211.64Sis# list of standard files...
4221.64Sis
4231.39Scgdfile	dev/cons.c			ite | ser
4241.39Scgdfile	dev/cninit.c			ite | ser
4251.1Schoppsfile	arch/amiga/amiga/amiga_init.c
4261.1Schoppsfile	arch/amiga/amiga/autoconf.c
4271.1Schoppsfile	arch/amiga/amiga/cia.c
4281.1Schoppsfile	arch/amiga/amiga/conf.c
4291.1Schoppsfile	arch/amiga/amiga/disksubr.c
4301.1Schoppsfile	arch/amiga/amiga/dkbad.c
4311.1Schoppsfile	arch/amiga/amiga/machdep.c
4321.1Schoppsfile	arch/amiga/amiga/mem.c
4331.1Schoppsfile	arch/amiga/amiga/pmap.c
4341.103Saymericfile	arch/amiga/amiga/procfs_machdep.c	procfs
4351.1Schoppsfile	arch/amiga/amiga/sys_machdep.c
4361.1Schoppsfile	arch/amiga/amiga/trap.c
4371.1Schoppsfile	arch/amiga/amiga/vm_machdep.c
4381.1Schoppsfile	arch/amiga/amiga/cc.c
4391.17Schoppsfile	arch/amiga/amiga/db_memrw.c	ddb
4401.73Smhitchfile	arch/amiga/dev/md_root.c		memory_disk_hooks
4411.90Sisfile	arch/m68k/m68k/cacheops.c
4421.95Saymeric
4431.95Saymericdefine	gayle
4441.95Saymericfile	arch/amiga/amiga/gayle.c		gayle
4451.95Saymeric
4461.95Saymericfile	arch/amiga/dev/gayle_pcmcia.c		pccard
4471.95Saymericdevice	pccard: pcmciabus, gayle
4481.95Saymericattach	pccard at mainbus
4491.95Saymeric
4501.95Saymericinclude "dev/pcmcia/files.pcmcia"
4511.100Sisinclude "dev/mii/files.mii"
4521.96Smhitch
4531.96Smhitchinclude "dev/ata/files.ata"
4541.96Smhitchmajor	{wd = 17}
4551.96Smhitch
4561.96Smhitch# Amiga 4000/1200 IDE using MI wdc
4571.96Smhitchattach	wdc at mainbus with wdc_amiga: gayle
4581.96Smhitchfile	arch/amiga/dev/wdc_amiga.c	wdc_amiga
4591.68Sis
4601.73Smhitchmajor	{md = 15}	# Memory disk (for mini-kernel)
4611.97Sostermajor	{raid = 16}	# RAIDframe
4621.24Schristos
4631.24Schristos# Compatibility modules
4641.24Schristos
4651.24Schristos# SunOS Binary Compatibility (COMPAT_SUNOS)
4661.85Skleinkinclude "compat/sunos/files.sunos"
4671.22Schristosfile	arch/m68k/m68k/sunos_machdep.c	compat_sunos
4681.86Skleink
4691.86Skleink# SVR4 Binary Compatibility (COMPAT_SVR4)
4701.86Skleinkinclude "compat/svr4/files.svr4"
4711.57Sis
4721.79Sitohy# Linux binary compatibility (COMPAT_LINUX)
4731.79Sitohyinclude "compat/linux/files.linux"
4741.79Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k"
4751.108Schristosfile arch/m68k/m68k/linux_trap.c		compat_linux
4761.79Sitohy
4771.79Sitohy# OSS audio driver compatibility
4781.79Sitohyinclude "compat/ossaudio/files.ossaudio"
479