files.sparc64 revision 1.40
11.40Seeh# $NetBSD: files.sparc64,v 1.40 2000/11/09 00:00:40 eeh 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.30Seeh 111.30Seeh# 121.30Seeh# XXXXXXXXXXX 131.30Seeh# 141.30Seeh# These files must be compiled w/no omtimization in 64-bit mode 151.30Seeh# 161.30Seeh 171.33Smrgfile net/if_ppp.c compile-with "${NOOPT_C}" 181.33Smrgfile net/if_loop.c compile-with "${NOOPT_C}" 191.33Smrgfile net/if_sl.c compile-with "${NOOPT_C}" 201.33Smrgfile ufs/lfs/lfs_debug.c compile-with "${NOOPT_C}" 211.30Seeh 221.30Seeh# 231.30Seeh# XXXXXXXXXXX 241.30Seeh# 251.1Seeh 261.20Smrgdefine mainbus {} 271.20Smrgdevice mainbus: pcibus, mainbus 281.1Seehattach mainbus at root 291.29Seeh 301.29Seehdevice pcons 311.29Seehattach pcons at mainbus 321.29Seehfile arch/sparc64/dev/pcons.c pcons needs-flag 331.1Seeh 341.35Spkinclude "dev/sun/files.sun" 351.39Sadinclude "dev/i2o/files.i2o" 361.35Spk 371.17Skleinkinclude "dev/sbus/files.sbus" 381.20Smrgattach sbus at mainbus 391.1Seehfile arch/sparc64/dev/sbus.c sbus 401.14Smrg 411.20Smrgdevice psycho: pcibus 421.20Smrgattach psycho at mainbus 431.20Smrginclude "dev/pci/files.pci" 441.20Smrgfile arch/sparc64/dev/psycho.c psycho 451.20Smrgfile arch/sparc64/dev/pci_machdep.c psycho 461.20Smrg 471.20Smrg# IOMMU is for both 481.20Smrgfile arch/sparc64/dev/iommu.c sbus | psycho 491.20Smrg 501.20Smrg# can't use ppb for SUNW,simba 511.20Smrgdevice simba: pcibus 521.20Smrgattach simba at pci 531.20Smrgfile arch/sparc64/dev/simba.c simba 541.20Smrg 551.20Smrginclude "dev/ata/files.ata" 561.20Smrgfile arch/sparc64/dev/pciide_machdep.c pciide 571.20Smrg 581.20Smrgdevice ebus {[addr = -1]}: pcibus 591.20Smrgattach ebus at pci 601.20Smrgfile arch/sparc64/dev/ebus.c ebus 611.20Smrg 621.14Smrg# network devices MII bus 631.17Skleinkinclude "dev/mii/files.mii" 641.1Seeh 651.34Spkdevice clock: mk48txx 661.20Smrgattach clock at mainbus, sbus with clock_sbus 671.20Smrgattach clock at ebus with clock_ebus 681.1Seeh 691.1Seehdevice timer 701.11Spkattach timer at mainbus, sbus 711.1Seeh 721.1Seehdevice eeprom 731.20Smrgattach eeprom at sbus, ebus 741.1Seehfile arch/sparc64/sparc64/clock.c 751.34Spkfile dev/clock_subr.c 761.1Seeh 771.1Seehdevice power 781.20Smrgattach power at sbus, ebus 791.1Seehfile arch/sparc64/dev/power.c power 801.1Seeh 811.1Seehdevice cpu 821.1Seehattach cpu at mainbus 831.1Seehfile arch/sparc64/sparc64/cpu.c 841.1Seeh 851.1Seehdevice zs {channel = -1} 861.11Spkattach zs at mainbus, sbus 871.40Seehfile arch/sparc64/dev/zs.c zs needs-flag 881.1Seehfile dev/ic/z8530sc.c zs 891.1Seeh 901.20Smrg# siemens SAB82532; found on U5/U10/... for tty ports. 911.20Smrg#device sab {channel = -1} 921.20Smrg#attach sab at ebus 931.20Smrg#file arch/sparc64/dev/sab_ebus.c sab 941.20Smrg#file dev/ic/sab82532.c sab 951.20Smrg 961.20Smrg# "com" attachments for the kbd/mouse of the U5/U10/... 971.38Seehattach com at ebus with com_ebus 981.38Seehfile arch/sparc64/dev/com_ebus.c com_ebus 991.20Smrg 1001.20Smrg# XXX bogus; this is in dev/isa/files.isa. fix me please! 1011.27Smrg# XXX we should attach a `bpp'-style device here rather than 1021.27Smrg# `lpt' because the `bpp' driver supports DMA. 1031.21Smrgdevice lpt 1041.21Smrgfile dev/ic/lpt.c lpt needs-flag 1051.26Smrg 1061.26Smrgdevice auxio 1071.27Smrgattach auxio at ebus with auxio_ebus 1081.27Smrgattach auxio at sbus with auxio_sbus 1091.27Smrgfile arch/sparc64/dev/auxio.c auxio 1101.21Smrg 1111.20Smrgattach lpt at ebus with lpt_ebus 1121.20Smrgfile arch/sparc64/dev/lpt_ebus.c lpt_ebus 1131.20Smrg 1141.1Seehdevice fdc {} 1151.20Smrgattach fdc at mainbus, sbus, ebus 1161.20Smrg# attach fdc at ebus 1171.1Seehdevice fd: disk 1181.1Seehattach fd at fdc 1191.15Smrgfile dev/sun/fd.c fdc | fd needs-flag 1201.15Smrgfile arch/sparc64/sparc64/bsd_fdintr.s fdc 1211.1Seeh 1221.21Smrgattach audiocs at ebus with audiocs_ebus 1231.21Smrgfile arch/sparc64/dev/cs4231_ebus.c audiocs_ebus 1241.21Smrg 1251.1Seeh# 1261.1Seeh# Console (zs) related stuff 1271.1Seeh# 1281.1Seeh 1291.40Seehdefine zstty {} 1301.1Seehdevice zstty: tty 1311.1Seehattach zstty at zs 1321.1Seehfile dev/ic/z8530tty.c zstty needs-flag 1331.1Seehfile arch/sparc/dev/zs_kgdb.c kgdb 1341.1Seeh 1351.20Smrg#device sabtty: tty 1361.20Smrg#attach sabtty at sab 1371.20Smrg#file dev/ic/sabtty.c sabtty needs-flag 1381.20Smrg 1391.38Seehdevice kbd 1401.40Seehdevice sunkbd 1411.18Smrgattach kbd at zs with kbd_zs 1421.40Seehattach kbd at zstty, com 1431.18Smrgfile dev/sun/kbd_zs.c kbd_zs 1441.40Seehfile dev/sun/kbd.c sunkbd | kbd needs-flag 1451.40Seehfile dev/sun/kbd_tables.c sunkbd | kbd 1461.40Seehfile arch/sparc64/dev/kd.c sunkbd | kbd 1471.40Seehfile dev/sun/sunkbd.c sunkbd | kbd needs-flag 1481.1Seeh 1491.38Seehdevice ms 1501.18Smrgattach ms at zs with ms_zs 1511.40Seehattach ms at zstty, com 1521.18Smrgfile dev/sun/ms_zs.c ms_zs 1531.1Seehfile dev/sun/ms.c ms needs-flag 1541.38Seehfile dev/sun/sunms.c ms needs-flag 1551.1Seeh 1561.1Seeh# 1571.1Seeh# Machine-independent SCSI drivers 1581.1Seeh# 1591.17Skleinkinclude "dev/scsipi/files.scsipi" 1601.1Seeh 1611.12Spkmajor { cd = 18 } 1621.12Spkmajor { fd = 16 } 1631.12Spkmajor { md = 5 } 1641.12Spkmajor { sd = 7 } 1651.20Smrgmajor { wd = 12 } 1661.25Soster 1671.25Soster# RAIDframe 1681.25Sostermajor { raid = 25 } 1691.1Seeh 1701.1Seehdevice cgfourteen 1711.11Spkattach cgfourteen at sbus 1721.1Seehfile arch/sparc64/dev/cgfourteen.c cgfourteen needs-flag 1731.1Seeh 1741.1Seeh# 1751.1Seeh# Generic Sun stuff 1761.1Seeh# 1771.1Seeh 1781.1Seehfile dev/cons.c 1791.19Seehfile arch/sparc64/dev/consinit.c 1801.1Seeh 1811.32Smrgfile arch/sparc/fpu/fpu.c 1821.32Smrgfile arch/sparc/fpu/fpu_add.c 1831.32Smrgfile arch/sparc/fpu/fpu_compare.c 1841.32Smrgfile arch/sparc/fpu/fpu_div.c 1851.32Smrgfile arch/sparc/fpu/fpu_explode.c 1861.32Smrgfile arch/sparc/fpu/fpu_implode.c 1871.32Smrgfile arch/sparc/fpu/fpu_mul.c 1881.32Smrgfile arch/sparc/fpu/fpu_sqrt.c 1891.32Smrgfile arch/sparc/fpu/fpu_subr.c 1901.1Seeh 1911.1Seeh# N.B.: optimizer breaks pmap.c and/or cache.c somehow -- have not 1921.1Seeh# identified the exact problem yet. NOOPT_C suffices for now. 1931.1Seehfile arch/sparc64/sparc64/autoconf.c 1941.1Seehfile arch/sparc64/sparc64/cache.c 1951.1Seehfile arch/sparc64/sparc64/conf.c 1961.1Seehfile arch/sparc64/sparc64/emul.c 1971.1Seehfile arch/sparc64/sparc64/in_cksum.c 1981.24Sthorpejfile netinet/in4_cksum.c inet 1991.1Seehfile arch/sparc64/sparc64/intr.c 2001.1Seehfile arch/sparc64/sparc64/kgdb_machdep.c kgdb 2011.1Seeh# sparc/sparc/locore.s is handled specially in the makefile, 2021.1Seeh# because it must come first in the "ld" command line. 2031.1Seehfile arch/sparc64/sparc64/locore2.c 2041.1Seehfile arch/sparc64/sparc64/machdep.c 2051.1Seehfile arch/sparc64/sparc64/process_machdep.c 2061.1Seehfile arch/sparc64/sparc64/mem.c 2071.1Seehfile arch/sparc64/sparc64/openprom.c 2081.1Seehfile arch/sparc64/sparc64/openfirm.c 2091.1Seehfile arch/sparc64/sparc64/ofw_machdep.c 2101.1Seehfile arch/sparc64/sparc64/pmap.c 2111.1Seeh# the following overrides the generic "sys_process.c" 2121.1Seeh# commented out by deraadt 2131.1Seeh#file arch/sparc64/sparc64/sys_process.c 2141.1Seehfile arch/sparc64/sparc64/sys_machdep.c 2151.1Seehfile arch/sparc64/sparc64/trap.c 2161.1Seehfile arch/sparc64/sparc64/vm_machdep.c 2171.1Seehfile arch/sparc64/sparc64/disksubr.c 2181.1Seeh 2191.1Seehfile arch/sparc64/sparc64/db_interface.c ddb | kgdb 2201.1Seehfile arch/sparc64/sparc64/db_trace.c ddb 2211.1Seehfile arch/sparc64/sparc64/db_disasm.c ddb 2221.1Seeh#file ddb/db_aout.c ddb_aout 2231.1Seeh#file ddb/db_elf.c ddb 2241.1Seeh 2251.1Seeh# 2261.1Seeh# Raster Console 2271.1Seeh# 2281.17Skleinkinclude "dev/rcons/files.rcons" 2291.17Skleinkinclude "dev/wsfont/files.wsfont" 2301.1Seeh 2311.1Seeh# 2321.1Seeh# Compatibility modules 2331.1Seeh# 2341.13Sthorpej 2351.13Sthorpej# Binary compatiblity with previous NetBSD releases. 2361.13Sthorpejfile arch/sparc64/sparc64/compat_13_machdep.c compat_13 2371.1Seeh 2381.22Seeh# NetBSD/sparc 32-bit Binary compatibility (COMPAT_NETBSD32) 2391.17Skleinkinclude "compat/netbsd32/files.netbsd32" 2401.15Smrgfile arch/sparc64/sparc64/netbsd32_machdep.c compat_netbsd32 2411.22Seeh 2421.22Seeh# NetBSD a.out Binary Compatibility (COMPAT_AOUT) 2431.22Seehinclude "compat/aout/files.aout" 2441.8Smrg 2451.1Seeh# SVR4 Binary Compatibility (COMPAT_SVR4) 2461.17Skleinkinclude "compat/svr4/files.svr4" 2471.1Seehfile arch/sparc64/sparc64/svr4_machdep.c compat_svr4 2481.1Seeh 2491.1Seeh# SunOS Binary Compatibility (COMPAT_SUNOS) 2501.17Skleinkinclude "compat/sunos/files.sunos" 2511.8Smrgfile arch/sparc64/sparc64/sunos_machdep.c compat_sunos 2521.1Seeh 2531.1Seeh# Miscellaneous 2541.1Seehfile netns/ns_cksum.c ns 2551.1Seeh 2561.1Seehfile arch/sparc64/dev/md_root.c memory_disk_hooks 257