files.sparc64 revision 1.155
11.155Smacallan#	$NetBSD: files.sparc64,v 1.155 2018/10/13 20:11:48 macallan Exp $
21.1Seeh
31.1Seeh# @(#)files.sparc64	8.1 (Berkeley) 7/19/93
41.1Seeh# sparc64-specific configuration info
51.1Seeh
61.1Seeh# maxpartitions must be first item in files.${ARCH}
71.1Seehmaxpartitions 8
81.1Seeh
91.1Seehmaxusers 2 8 1024
101.56Sdarrenr
111.144Snakayamadefflag	opt_sparc_arch.h	SUN4U SUN4V
121.1Seeh
131.20Smrgdefine mainbus {}
141.154Snakayamadevice mainbus: mainbus, ofw_subr
151.1Seehattach mainbus at root
161.29Seeh
171.123Smartindefine upa {}
181.123Smartindevice upa: upa
191.123Smartinattach upa at mainbus
201.123Smartinfile	arch/sparc64/dev/upa.c
211.123Smartin
221.29Seehdevice pcons
231.29Seehattach pcons at mainbus
241.29Seehfile	arch/sparc64/dev/pcons.c		pcons needs-flag
251.1Seeh
261.35Spkinclude "dev/sun/files.sun"
271.39Sadinclude "dev/i2o/files.i2o"
281.35Spk
291.17Skleinkinclude "dev/sbus/files.sbus"
301.20Smrgattach sbus at mainbus
311.1Seehfile	arch/sparc64/dev/sbus.c			sbus
321.14Smrg
331.76Smartindevice	psycho: pcibus, sysmon_power, sysmon_taskq
341.55Slukemattach	psycho at mainbus
351.148Snakayamadevice	schizo: pcibus
361.120Smrgattach	schizo at mainbus
371.148Snakayamadevice	pyro: pcibus
381.129Smrgattach	pyro at mainbus
391.148Snakayamadevice	vpci: pcibus
401.147Spalleattach	vpci at mainbus
411.20Smrginclude "dev/pci/files.pci"
421.142Smacallanfile	arch/sparc64/dev/psycho.c		psycho needs-flag
431.120Smrgfile	arch/sparc64/dev/schizo.c		schizo
441.129Smrgfile	arch/sparc64/dev/pyro.c			pyro
451.147Spallefile	arch/sparc64/dev/vpci.c			vpci
461.147Spallefile	arch/sparc64/dev/pci_machdep.c		psycho | schizo | pyro | vpci
471.20Smrg
481.134Smrgdefine  central {}
491.134Smrgdevice	central: central
501.134Smrgattach	central at mainbus
511.134Smrgfile	arch/sparc64/dev/central.c		central
521.134Smrg
531.134Smrgdefine  fhc {}
541.134Smrgdevice	fhc: fhc
551.134Smrgattach	fhc at mainbus with fhc_mainbus
561.134Smrgattach	fhc at central with fhc_central
571.134Smrgfile	arch/sparc64/dev/fhc.c			fhc
581.134Smrgfile	arch/sparc64/dev/fhc_central.c		fhc_central
591.134Smrgfile	arch/sparc64/dev/fhc_mainbus.c		fhc_mainbus
601.134Smrg
611.20Smrg# IOMMU is for both
621.147Spallefile	arch/sparc64/dev/iommu.c		sbus | psycho | schizo | pyro | vpci
631.20Smrg
641.20Smrginclude "dev/ata/files.ata"
651.20Smrg
661.20Smrgdevice ebus {[addr = -1]}: pcibus
671.20Smrgattach ebus at pci
681.20Smrgfile	arch/sparc64/dev/ebus.c			ebus
691.129Smrgattach ebus at mainbus with ebus_mainbus
701.129Smrgfile	arch/sparc64/dev/ebus_mainbus.c		ebus_mainbus
711.1Seeh
721.150Spalledevice	vbus {}
731.150Spalleattach	vbus at mainbus
741.150Spallefile	arch/sparc64/dev/vbus.c			vbus
751.150Spalle
761.151Spalledevice	cbus {}
771.151Spalleattach	cbus at vbus
781.151Spallefile	arch/sparc64/dev/cbus.c			cbus
791.151Spalle
801.105Smrgdevice clock: mk48txx
811.107Stsutsuiattach clock at sbus with mkclock_sbus
821.107Stsutsuiattach clock at ebus with mkclock_ebus
831.134Smrgattach clock at fhc with mkclock_fhc
841.107Stsutsuifile	arch/sparc64/dev/mkclock.c		clock
851.51Seeh
861.85Stsutsuidevice rtc: mc146818
871.51Seehattach rtc at ebus with rtc_ebus
881.105Smrgfile	arch/sparc64/dev/rtc.c			rtc
891.1Seeh
901.148Snakayamadevice psm: sysmon_power
911.101Sgdamoreattach psm at ebus
921.101Sgdamorefile	arch/sparc64/dev/psm.c			psm
931.101Sgdamore
941.1Seehdevice timer
951.11Spkattach timer at mainbus, sbus
961.1Seeh
971.148Snakayamadevice	tda: sysmon_envsys
981.125Smartinattach	tda at iic
991.125Smartinfile	arch/sparc64/dev/tda.c			tda
1001.125Smartin
1011.148Snakayamadevice pcfiic: pcf8584, i2cbus
1021.125Smartinattach pcfiic at ebus
1031.126Snakayamafile	arch/sparc64/dev/pcfiic_ebus.c		pcfiic
1041.125Smartin
1051.148Snakayamadevice ecadc: sysmon_envsys
1061.125Smartinattach ecadc at iic
1071.126Snakayamafile	arch/sparc64/dev/pcf8591_envctrl.c	ecadc
1081.110Stnn
1091.121Snakayamadevice lom: sysmon_envsys, sysmon_wdog
1101.121Snakayamaattach lom at ebus
1111.121Snakayamafile	arch/sparc64/dev/lom.c			lom
1121.121Snakayama
1131.1Seehdevice cpu
1141.1Seehattach cpu at mainbus
1151.1Seehfile	arch/sparc64/sparc64/cpu.c
1161.1Seeh
1171.26Smrgdevice	auxio
1181.27Smrgattach	auxio at ebus with auxio_ebus
1191.27Smrgattach	auxio at sbus with auxio_sbus
1201.27Smrgfile	arch/sparc64/dev/auxio.c		auxio
1211.149Smartinfile	arch/sparc64/dev/auxio_sbus.c		auxio_sbus
1221.149Smartinfile	arch/sparc64/dev/auxio_ebus.c		auxio_ebus
1231.79Sheas
1241.79Sheasdefflag	opt_auxio.h	BLINK
1251.21Smrg
1261.89Sjdolecekattach	lpt at ebus with lpt_ebus
1271.20Smrgfile	arch/sparc64/dev/lpt_ebus.c		lpt_ebus
1281.20Smrg
1291.1Seehdevice fdc {}
1301.104Sjnemethattach fdc at sbus with fdc_sbus
1311.104Sjnemethattach fdc at ebus with fdc_ebus
1321.1Seehdevice fd: disk
1331.1Seehattach fd at fdc
1341.104Sjnemethfile	arch/sparc64/dev/fdc.c			fdc | fd needs-flag
1351.1Seeh
1361.21Smrgattach	audiocs at ebus with audiocs_ebus
1371.59Suwefile	dev/ebus/cs4231_ebus.c			audiocs_ebus
1381.61Smartin
1391.61Smartin# PCMCIA bus (references fdc)
1401.61Smartininclude "dev/pcmcia/files.pcmcia"
1411.75Snakayama
1421.75Snakayama# CardBus Support
1431.75Snakayamainclude "dev/cardbus/files.cardbus"
1441.75Snakayamafile	arch/sparc64/sparc64/rbus_machdep.c	cardbus
1451.21Smrg
1461.1Seeh#
1471.41Seeh# Console related stuff
1481.1Seeh#
1491.1Seeh
1501.41Seehdevice zs {channel = -1}
1511.135Smrgattach zs at sbus
1521.135Smrgattach zs at fhc with zs_fhc
1531.41Seehfile	arch/sparc64/dev/zs.c			zs needs-flag
1541.41Seehfile	dev/ic/z8530sc.c			zs
1551.41Seeh
1561.41Seeh# siemens SAB82532; found on U5/U10/... for tty ports.
1571.65Spetrovdevice sab {channel = -1}
1581.65Spetrovattach sab at ebus
1591.65Spetrovfile	arch/sparc64/dev/sab.c			sab | sabtty needs-flag
1601.41Seeh
1611.41Seeh# "com" attachments for the kbd/mouse of the U5/U10/...
1621.41Seehattach com at ebus with com_ebus
1631.41Seehfile	arch/sparc64/dev/com_ebus.c		com_ebus
1641.41Seeh
1651.139Sjdc# ebus PS/2 keyboard attachment for Tadpole SPARCle, etc.
1661.139Sjdcinclude "dev/pckbport/files.pckbport"
1671.155Smacallanattach pckbc at ebus with pckbc_ebus : sysmon_envsys
1681.139Sjdcfile	arch/sparc64/dev/pckbc_ebus.c		pckbc_ebus
1691.155Smacallandefflag opt_tadpmu.h	HAVE_TADPMU
1701.155Smacallanfile	arch/sparc64/dev/tadpmu.c		pckbc_ebus
1711.139Sjdc
1721.69Sthorpejdevice zstty {}: tty
1731.1Seehattach zstty at zs
1741.1Seehfile dev/ic/z8530tty.c			zstty needs-flag
1751.77Smartin# file arch/sparc/dev/zs_kgdb.c		kgdb
1761.1Seeh
1771.94Sdrochnerdevice sabtty: tty
1781.65Spetrovattach sabtty at sab
1791.20Smrg
1801.68Suwefile arch/sparc64/dev/kd.c 		kbd
1811.68Suwe
1821.18Smrgattach kbd at zs with kbd_zs
1831.68Suweattach kbd at zstty, com with kbd_tty
1841.18Smrgfile dev/sun/kbd_zs.c			kbd_zs
1851.68Suwefile dev/sun/sunkbd.c			kbd_tty
1861.68Suwefile dev/sun/kbdsun.c			kbd_zs | kbd_tty
1871.1Seeh
1881.18Smrgattach ms at zs with ms_zs
1891.68Suweattach ms at zstty, com with ms_tty
1901.18Smrgfile dev/sun/ms_zs.c			ms_zs
1911.68Suwefile dev/sun/sunms.c			ms_tty
1921.1Seeh
1931.1Seeh#
1941.1Seeh# Machine-independent SCSI drivers
1951.1Seeh#
1961.17Skleinkinclude "dev/scsipi/files.scsipi"
1971.1Seeh
1981.1Seehdevice cgfourteen
1991.11Spkattach cgfourteen at sbus
2001.1Seehfile	arch/sparc64/dev/cgfourteen.c	cgfourteen needs-flag
2011.78Spetrov
2021.142Smacallandevice ffb: wsemuldisplaydev, rasops32, fb, vcons, i2cexec, i2c_bitbang, ddc_read_edid, edid, videomode
2031.78Spetrovfile	arch/sparc64/dev/ffb.c			ffb
2041.128Smacallandefflag opt_ffb.h FFB_DEBUG FFB_SYNC
2051.123Smartinattach ffb at mainbus,upa with ffb_mainbus
2061.78Spetrovfile	arch/sparc64/dev/ffb_mainbus.c		ffb_mainbus
2071.80Spetrov
2081.122Smacallandevice gfb: wsemuldisplaydev, rasops32, fb, vcons
2091.122Smacallanfile	arch/sparc64/dev/gfb.c			gfb
2101.122Smacallanattach gfb at mainbus
2111.122Smacallan
2121.80Spetrov# CP1500/1400 watchdog timer
2131.80Spetrovdevice	pldwdog: sysmon_wdog
2141.80Spetrovattach	pldwdog at ebus
2151.80Spetrovfile	arch/sparc64/dev/pld_wdog.c		pldwdog
2161.1Seeh
2171.1Seeh#
2181.1Seeh# Generic Sun stuff
2191.1Seeh#
2201.1Seeh
2211.1Seehfile	dev/cons.c
2221.19Seehfile	arch/sparc64/dev/consinit.c
2231.87Sbouyerfile	dev/sun/disksubr.c 
2241.1Seeh
2251.117Smartinfile	arch/sparc64/sparc64/cpu_in_cksum.S	(inet | inet6) & cpu_in_cksum
2261.117Smartin
2271.32Smrgfile	arch/sparc/fpu/fpu.c
2281.32Smrgfile	arch/sparc/fpu/fpu_add.c
2291.32Smrgfile	arch/sparc/fpu/fpu_compare.c
2301.32Smrgfile	arch/sparc/fpu/fpu_div.c
2311.32Smrgfile	arch/sparc/fpu/fpu_explode.c
2321.32Smrgfile	arch/sparc/fpu/fpu_implode.c
2331.32Smrgfile	arch/sparc/fpu/fpu_mul.c
2341.32Smrgfile	arch/sparc/fpu/fpu_sqrt.c
2351.32Smrgfile	arch/sparc/fpu/fpu_subr.c
2361.1Seeh
2371.91Spkfile	arch/sparc/sparc/promlib.c
2381.1Seehfile	arch/sparc64/sparc64/autoconf.c
2391.132Smrgfile	arch/sparc64/sparc64/cache.c
2401.106Stsutsuifile	arch/sparc64/sparc64/clock.c
2411.119Sadfile	arch/sparc64/sparc64/core_machdep.c	coredump
2421.1Seehfile	arch/sparc64/sparc64/emul.c
2431.1Seehfile	arch/sparc64/sparc64/intr.c
2441.54Slukemfile	arch/sparc64/sparc64/kgdb_machdep.c	kgdb
2451.140Snakayamafile	arch/sparc/sparc/kobj_machdep.c		modular & !exec_elf64
2461.140Snakayamafile	arch/sparc64/sparc64/kobj_machdep.c	modular & exec_elf64
2471.124Smrg# sparc64/sparc64/locore.s is handled specially in the makefile,
2481.1Seeh# because it must come first in the "ld" command line.
2491.1Seehfile	arch/sparc64/sparc64/machdep.c
2501.1Seehfile	arch/sparc64/sparc64/process_machdep.c
2511.42Sfvdlfile	arch/sparc64/sparc64/procfs_machdep.c	procfs
2521.92Spkfile	arch/sparc/sparc/openprom.c
2531.92Spkfile	arch/sparc/sparc/openfirm.c
2541.1Seehfile	arch/sparc64/sparc64/ofw_machdep.c
2551.1Seehfile	arch/sparc64/sparc64/pmap.c
2561.1Seehfile	arch/sparc64/sparc64/sys_machdep.c
2571.96Schristosfile	arch/sparc64/sparc64/syscall.c
2581.1Seehfile	arch/sparc64/sparc64/trap.c
2591.1Seehfile	arch/sparc64/sparc64/vm_machdep.c
2601.90Schsfile	arch/sparc64/sparc64/ipifuncs.c		multiprocessor
2611.108Sadfile	arch/sparc64/sparc64/lock_stubs.s
2621.143Spallefile	arch/sparc64/sparc64/hvcall.S		sun4v
2631.146Spallefile	arch/sparc64/sparc64/mdesc.c		sun4v
2641.1Seeh
2651.1Seehfile	arch/sparc64/sparc64/db_interface.c	ddb | kgdb
2661.137Schristosfile	arch/sparc64/sparc64/db_machdep.c	ddb
2671.124Smrgfile	arch/sparc64/sparc64/db_trace.c		ddb
2681.1Seehfile	arch/sparc64/sparc64/db_disasm.c	ddb
2691.124Smrgfile	arch/sparc64/sparc64/db_tlb_access.S	ddb
2701.1Seeh
2711.46Smatt# USB Support
2721.46Smattinclude "dev/usb/files.usb"
2731.53Seeh
2741.102Splunky# Bluetooth Support
2751.102Splunkyinclude "dev/bluetooth/files.bluetooth"
2761.102Splunky
2771.46Smatt# IEEE1394 Support
2781.46Smattinclude "dev/ieee1394/files.ieee1394"
2791.1Seeh
2801.145Snakayama# Stack-less Just-In-Time compiler
2811.145Snakayamainclude "external/bsd/sljit/conf/files.sljit"
2821.145Snakayama
2831.1Seeh#
2841.1Seeh# Compatibility modules
2851.1Seeh#
2861.13Sthorpej
2871.73Swiz# Binary compatibility with previous NetBSD releases.
2881.13Sthorpejfile	arch/sparc64/sparc64/compat_13_machdep.c compat_13
2891.83Schristosfile	arch/sparc64/sparc64/compat_16_machdep.c compat_16
2901.1Seeh
2911.22Seeh# NetBSD/sparc 32-bit Binary compatibility (COMPAT_NETBSD32)
2921.17Skleinkinclude "compat/netbsd32/files.netbsd32"
2931.15Smrgfile	arch/sparc64/sparc64/netbsd32_machdep.c	compat_netbsd32
2941.47Smrgfile	arch/sparc64/sparc64/netbsd32_sigcode.s	compat_netbsd32
2951.22Seeh
2961.1Seeh# SVR4 Binary Compatibility (COMPAT_SVR4)
2971.17Skleinkinclude "compat/svr4/files.svr4"
2981.1Seehfile	arch/sparc64/sparc64/svr4_machdep.c	compat_svr4
2991.52Seehfile	arch/sparc64/sparc64/svr4_sigcode64.s	compat_svr4 & exec_elf64
3001.45Seeh
3011.45Seeh# 32-bit SVR4 Binary Compatibility (COMPAT_SVR4_32)
3021.45Seehinclude "compat/svr4_32/files.svr4_32"
3031.45Seehfile	arch/sparc64/sparc64/svr4_32_machdep.c	compat_svr4_32
3041.52Seehfile	arch/sparc64/sparc64/svr4_32_sigcode.s	compat_svr4_32 | (compat_svr4 & !exec_elf64)
3051.1Seeh
3061.43Smrg# SunOS Binary Compatibility (COMPAT_SUNOS), 32-bit & 64-bit kernel
3071.43Smrg# (64-bit also depends on COMPAT_NETBSD32)
3081.17Skleinkinclude "compat/sunos/files.sunos"
3091.47Smrgfile	arch/sparc64/sparc64/sunos_sigcode.s	compat_sunos
3101.44Smrgfile	arch/sparc64/sparc64/sunos_machdep.c	compat_sunos & !compat_netbsd32
3111.43Smrginclude "compat/sunos32/files.sunos32"
3121.44Smrgfile	arch/sparc64/sparc64/sunos32_machdep.c	compat_sunos & compat_netbsd32
3131.1Seeh
3141.1Seeh# Miscellaneous
3151.58Sjdolecekfile	dev/md_root.c			memory_disk_hooks
3161.66Sgehenna
3171.66Sgehennainclude "arch/sparc64/conf/majors.sparc64"
3181.93Smartin
3191.150Spalle# Virtual rtc
3201.150Spalledevice	vrtc
3211.150Spalleattach	vrtc at vbus
3221.150Spallefile	arch/sparc64/dev/vrtc.c			vrtc
3231.152Spalle
3241.152Spalledefine	ldc
3251.152Spallefile	arch/sparc64/dev/ldc.c			ldc
3261.152Spalle
3271.152Spalle# Virtual disk
3281.152Spalledevice	vdsk: ldc, scsi
3291.152Spalleattach	vdsk at cbus
3301.152Spallefile	arch/sparc64/dev/vdsk.c			vdsk
331