files.sparc64 revision 1.79
11.79Sheas#	$NetBSD: files.sparc64,v 1.79 2003/06/16 19:24:51 heas 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.57Slukemdefflag	opt_sparc_arch.h	SUN4U
121.30Seeh
131.30Seeh#
141.30Seeh# XXXXXXXXXXX
151.30Seeh#
161.30Seeh# These files must be compiled w/no omtimization in 64-bit mode
171.30Seeh#
181.30Seeh
191.75Snakayamafile dev/ic/elink3.c		compile-with "${NOOPT_C}"
201.33Smrgfile net/if_ppp.c		compile-with "${NOOPT_C}"
211.33Smrgfile net/if_loop.c		compile-with "${NOOPT_C}"
221.33Smrgfile net/if_sl.c		compile-with "${NOOPT_C}"
231.55Slukemfile ufs/lfs/lfs_debug.c	compile-with "${NOOPT_C}"
241.30Seeh
251.30Seeh#
261.30Seeh# XXXXXXXXXXX
271.30Seeh#
281.1Seeh
291.20Smrgdefine mainbus {}
301.62Seehdevice mainbus: mainbus
311.1Seehattach mainbus at root
321.29Seeh
331.29Seehdevice pcons
341.29Seehattach pcons at mainbus
351.29Seehfile	arch/sparc64/dev/pcons.c		pcons needs-flag
361.1Seeh
371.35Spkinclude "dev/sun/files.sun"
381.39Sadinclude "dev/i2o/files.i2o"
391.35Spk
401.17Skleinkinclude "dev/sbus/files.sbus"
411.20Smrgattach sbus at mainbus
421.1Seehfile	arch/sparc64/dev/sbus.c			sbus
431.14Smrg
441.76Smartindevice	psycho: pcibus, sysmon_power, sysmon_taskq
451.55Slukemattach	psycho at mainbus
461.20Smrginclude "dev/pci/files.pci"
471.20Smrgfile	arch/sparc64/dev/psycho.c		psycho
481.20Smrgfile	arch/sparc64/dev/pci_machdep.c		psycho
491.20Smrg
501.20Smrg# IOMMU is for both
511.20Smrgfile	arch/sparc64/dev/iommu.c		sbus | psycho
521.20Smrg
531.20Smrginclude "dev/ata/files.ata"
541.20Smrg
551.20Smrgdevice ebus {[addr = -1]}: pcibus
561.20Smrgattach ebus at pci
571.20Smrgfile	arch/sparc64/dev/ebus.c			ebus
581.1Seeh
591.34Spkdevice clock: mk48txx
601.20Smrgattach clock at mainbus, sbus with clock_sbus
611.20Smrgattach clock at ebus with clock_ebus
621.51Seeh
631.51Seehdevice rtc
641.51Seehattach rtc at ebus with rtc_ebus
651.1Seeh
661.1Seehdevice timer
671.11Spkattach timer at mainbus, sbus
681.1Seeh
691.1Seehdevice eeprom
701.20Smrgattach eeprom at sbus, ebus
711.1Seehfile	arch/sparc64/sparc64/clock.c
721.34Spkfile	dev/clock_subr.c
731.1Seeh
741.1Seehdevice power
751.20Smrgattach power at sbus, ebus
761.41Seehfile	arch/sparc64/dev/power.c		power
771.1Seeh
781.1Seehdevice cpu
791.1Seehattach cpu at mainbus
801.1Seehfile	arch/sparc64/sparc64/cpu.c
811.1Seeh
821.20Smrg# XXX bogus; this is in dev/isa/files.isa.  fix me please!
831.27Smrg# XXX we should attach a `bpp'-style device here rather than
841.27Smrg# `lpt' because the `bpp' driver supports DMA.
851.21Smrgdevice	lpt
861.21Smrgfile	dev/ic/lpt.c				lpt needs-flag
871.26Smrg
881.26Smrgdevice	auxio
891.27Smrgattach	auxio at ebus with auxio_ebus
901.27Smrgattach	auxio at sbus with auxio_sbus
911.27Smrgfile	arch/sparc64/dev/auxio.c		auxio
921.79Sheas
931.79Sheasdefflag	opt_auxio.h	BLINK
941.21Smrg
951.20Smrgattach lpt at ebus with lpt_ebus
961.20Smrgfile	arch/sparc64/dev/lpt_ebus.c		lpt_ebus
971.20Smrg
981.1Seehdevice fdc {}
991.20Smrgattach fdc at mainbus, sbus, ebus
1001.20Smrg# attach fdc at ebus
1011.1Seehdevice fd: disk
1021.1Seehattach fd at fdc
1031.15Smrgfile	dev/sun/fd.c				fdc | fd needs-flag
1041.15Smrgfile	arch/sparc64/sparc64/bsd_fdintr.s	fdc
1051.1Seeh
1061.21Smrgattach	audiocs at ebus with audiocs_ebus
1071.59Suwefile	dev/ebus/cs4231_ebus.c			audiocs_ebus
1081.61Smartin
1091.61Smartin# PCMCIA bus (references fdc)
1101.61Smartininclude "dev/pcmcia/files.pcmcia"
1111.75Snakayama
1121.75Snakayama# CardBus Support
1131.75Snakayamainclude "dev/cardbus/files.cardbus"
1141.75Snakayamafile	arch/sparc64/sparc64/rbus_machdep.c	cardbus
1151.21Smrg
1161.1Seeh#
1171.41Seeh# Console related stuff
1181.1Seeh#
1191.1Seeh
1201.41Seehdevice zs {channel = -1}
1211.41Seehattach zs at mainbus, sbus
1221.41Seehfile	arch/sparc64/dev/zs.c			zs needs-flag
1231.41Seehfile	dev/ic/z8530sc.c			zs
1241.41Seeh
1251.41Seeh# siemens SAB82532; found on U5/U10/... for tty ports.
1261.65Spetrovdevice sab {channel = -1}
1271.65Spetrovattach sab at ebus
1281.65Spetrovfile	arch/sparc64/dev/sab.c			sab | sabtty needs-flag
1291.41Seeh
1301.41Seeh# "com" attachments for the kbd/mouse of the U5/U10/...
1311.41Seehattach com at ebus with com_ebus
1321.41Seehfile	arch/sparc64/dev/com_ebus.c		com_ebus
1331.41Seeh
1341.69Sthorpejdevice zstty {}: tty
1351.1Seehattach zstty at zs
1361.1Seehfile dev/ic/z8530tty.c			zstty needs-flag
1371.77Smartin# file arch/sparc/dev/zs_kgdb.c		kgdb
1381.1Seeh
1391.69Sthorpejdevice sabtty {}: tty
1401.65Spetrovattach sabtty at sab
1411.20Smrg
1421.68Suwefile arch/sparc64/dev/kd.c 		kbd
1431.68Suwe
1441.18Smrgattach kbd at zs with kbd_zs
1451.68Suweattach kbd at zstty, com with kbd_tty
1461.18Smrgfile dev/sun/kbd_zs.c			kbd_zs
1471.68Suwefile dev/sun/sunkbd.c			kbd_tty
1481.68Suwefile dev/sun/kbdsun.c			kbd_zs | kbd_tty
1491.1Seeh
1501.18Smrgattach ms at zs with ms_zs
1511.68Suweattach ms at zstty, com with ms_tty
1521.18Smrgfile dev/sun/ms_zs.c			ms_zs
1531.68Suwefile dev/sun/sunms.c			ms_tty
1541.1Seeh
1551.1Seeh#
1561.1Seeh# Machine-independent SCSI drivers
1571.1Seeh#
1581.17Skleinkinclude "dev/scsipi/files.scsipi"
1591.1Seeh
1601.1Seehdevice cgfourteen
1611.11Spkattach cgfourteen at sbus
1621.1Seehfile	arch/sparc64/dev/cgfourteen.c	cgfourteen needs-flag
1631.78Spetrov
1641.78Spetrovdevice ffb: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32, fb
1651.78Spetrovfile	arch/sparc64/dev/ffb.c			ffb
1661.78Spetrov
1671.78Spetrovattach ffb at mainbus with ffb_mainbus
1681.78Spetrovfile	arch/sparc64/dev/ffb_mainbus.c		ffb_mainbus
1691.1Seeh
1701.1Seeh#
1711.1Seeh# Generic Sun stuff
1721.1Seeh#
1731.1Seeh
1741.1Seehfile	dev/cons.c
1751.19Seehfile	arch/sparc64/dev/consinit.c
1761.74Snakayamafile	kern/kern_microtime.c
1771.1Seeh
1781.32Smrgfile	arch/sparc/fpu/fpu.c
1791.32Smrgfile	arch/sparc/fpu/fpu_add.c
1801.32Smrgfile	arch/sparc/fpu/fpu_compare.c
1811.32Smrgfile	arch/sparc/fpu/fpu_div.c
1821.32Smrgfile	arch/sparc/fpu/fpu_explode.c
1831.32Smrgfile	arch/sparc/fpu/fpu_implode.c
1841.32Smrgfile	arch/sparc/fpu/fpu_mul.c
1851.32Smrgfile	arch/sparc/fpu/fpu_sqrt.c
1861.32Smrgfile	arch/sparc/fpu/fpu_subr.c
1871.1Seeh
1881.1Seehfile	arch/sparc64/sparc64/autoconf.c
1891.1Seehfile	arch/sparc64/sparc64/emul.c
1901.49Seehfile	arch/sparc64/sparc64/in_cksum.S
1911.50Seehfile	arch/sparc64/sparc64/in4_cksum.c	inet
1921.1Seehfile	arch/sparc64/sparc64/intr.c
1931.54Slukemfile	arch/sparc64/sparc64/kgdb_machdep.c	kgdb
1941.1Seeh# sparc/sparc/locore.s is handled specially in the makefile,
1951.1Seeh# because it must come first in the "ld" command line.
1961.1Seehfile	arch/sparc64/sparc64/machdep.c
1971.1Seehfile	arch/sparc64/sparc64/process_machdep.c
1981.42Sfvdlfile	arch/sparc64/sparc64/procfs_machdep.c	procfs
1991.1Seehfile	arch/sparc64/sparc64/mem.c
2001.1Seehfile	arch/sparc64/sparc64/openprom.c
2011.1Seehfile	arch/sparc64/sparc64/openfirm.c
2021.1Seehfile	arch/sparc64/sparc64/ofw_machdep.c
2031.1Seehfile	arch/sparc64/sparc64/pmap.c
2041.1Seehfile	arch/sparc64/sparc64/sys_machdep.c
2051.1Seehfile	arch/sparc64/sparc64/trap.c
2061.1Seehfile	arch/sparc64/sparc64/vm_machdep.c
2071.1Seehfile	arch/sparc64/sparc64/disksubr.c
2081.1Seeh
2091.1Seehfile	arch/sparc64/sparc64/db_interface.c	ddb | kgdb
2101.1Seehfile	arch/sparc64/sparc64/db_trace.c	ddb
2111.1Seehfile	arch/sparc64/sparc64/db_disasm.c	ddb
2121.1Seeh
2131.1Seeh#
2141.53Seeh# Raster Console support
2151.1Seeh#
2161.71Smartininclude "dev/wscons/files.wscons"
2171.17Skleinkinclude "dev/wsfont/files.wsfont"
2181.46Smatt
2191.46Smatt# USB Support
2201.46Smattinclude "dev/usb/files.usb"
2211.53Seeh
2221.46Smatt# IEEE1394 Support
2231.46Smattinclude "dev/ieee1394/files.ieee1394"
2241.1Seeh
2251.1Seeh#
2261.1Seeh# Compatibility modules
2271.1Seeh#
2281.13Sthorpej
2291.73Swiz# Binary compatibility with previous NetBSD releases.
2301.13Sthorpejfile	arch/sparc64/sparc64/compat_13_machdep.c compat_13
2311.1Seeh
2321.22Seeh# NetBSD/sparc 32-bit Binary compatibility (COMPAT_NETBSD32)
2331.17Skleinkinclude "compat/netbsd32/files.netbsd32"
2341.15Smrgfile	arch/sparc64/sparc64/netbsd32_machdep.c	compat_netbsd32
2351.47Smrgfile	arch/sparc64/sparc64/netbsd32_sigcode.s	compat_netbsd32
2361.22Seeh
2371.22Seeh# NetBSD a.out Binary Compatibility (COMPAT_AOUT)
2381.22Seehinclude "compat/aout/files.aout"
2391.8Smrg
2401.1Seeh# SVR4 Binary Compatibility (COMPAT_SVR4)
2411.17Skleinkinclude "compat/svr4/files.svr4"
2421.1Seehfile	arch/sparc64/sparc64/svr4_machdep.c	compat_svr4
2431.52Seehfile	arch/sparc64/sparc64/svr4_sigcode64.s	compat_svr4 & exec_elf64
2441.45Seeh
2451.45Seeh# 32-bit SVR4 Binary Compatibility (COMPAT_SVR4_32)
2461.45Seehinclude "compat/svr4_32/files.svr4_32"
2471.45Seehfile	arch/sparc64/sparc64/svr4_32_machdep.c	compat_svr4_32
2481.52Seehfile	arch/sparc64/sparc64/svr4_32_sigcode.s	compat_svr4_32 | (compat_svr4 & !exec_elf64)
2491.1Seeh
2501.43Smrg# SunOS Binary Compatibility (COMPAT_SUNOS), 32-bit & 64-bit kernel
2511.43Smrg# (64-bit also depends on COMPAT_NETBSD32)
2521.17Skleinkinclude "compat/sunos/files.sunos"
2531.47Smrgfile	arch/sparc64/sparc64/sunos_sigcode.s	compat_sunos
2541.44Smrgfile	arch/sparc64/sparc64/sunos_machdep.c	compat_sunos & !compat_netbsd32
2551.43Smrginclude "compat/sunos32/files.sunos32"
2561.44Smrgfile	arch/sparc64/sparc64/sunos32_machdep.c	compat_sunos & compat_netbsd32
2571.1Seeh
2581.1Seeh# Miscellaneous
2591.1Seehfile	netns/ns_cksum.c		ns
2601.1Seeh
2611.58Sjdolecekfile	dev/md_root.c			memory_disk_hooks
2621.66Sgehenna
2631.66Sgehennainclude "arch/sparc64/conf/majors.sparc64"
264