files.hp300 revision 1.61
11.61Schs# $NetBSD: files.hp300,v 1.61 2002/11/03 02:29:39 chs Exp $ 21.2Scgd# 31.20Sthorpej# hp300-specific configuration info 41.20Sthorpej 51.20Sthorpej# maxpartitions must be the first item in files.${ARCH} 61.20Sthorpejmaxpartitions 8 71.20Sthorpej 81.20Sthorpejmaxusers 2 8 64 91.26Sthorpej 101.27Sthorpej# SPU configuration options. 111.50Slukemdefflag opt_spuconf.h HP320 HP330 HP340 HP345 HP350 HP360 HP370 121.49Slukem HP375 HP380 HP385 HP400 HP425 HP433 131.20Sthorpej 141.27Sthorpej# Misc. options. 151.50Slukemdefflag USELEDS # make the lights twinkle 161.27Sthorpej 171.20Sthorpej# NOTE! The order of these lines is significant! Don't change them 181.20Sthorpej# unless you absolutely know what you're doing! 191.20Sthorpej 201.27Sthorpej# 211.27Sthorpej# Mainbus 221.27Sthorpej# 231.27Sthorpej 241.34Sthorpejdevice mainbus { } 251.27Sthorpejattach mainbus at root 261.27Sthorpej 271.27Sthorpej# 281.27Sthorpej# Internal i/o space 291.27Sthorpej# 301.27Sthorpej 311.34Sthorpejdevice intio { } 321.27Sthorpejattach intio at mainbus 331.27Sthorpejfile arch/hp300/dev/intio.c intio 341.27Sthorpej 351.27Sthorpej# 361.27Sthorpej# DIO bus 371.27Sthorpej# 381.27Sthorpej 391.34Sthorpejdevice dio { scode = -1 } 401.27Sthorpejattach dio at mainbus 411.27Sthorpejfile arch/hp300/dev/dio.c dio 421.27Sthorpej 431.27Sthorpej# 441.27Sthorpej# Devices in Internal i/o space 451.27Sthorpej# 461.27Sthorpej 471.53Sgmcgarry# Real-time clock (not optional) 481.53Sgmcgarrydevice rtc 491.53Sgmcgarryattach rtc at intio 501.53Sgmcgarryfile arch/hp300/dev/rtc.c rtc 511.53Sgmcgarry 521.53Sgmcgarry# Human (Hilarious) Interface Loop 531.53Sgmcgarrydevice hil { } 541.53Sgmcgarryattach hil at intio 551.53Sgmcgarryfile arch/hp300/dev/hil.c hil needs-flag 561.53Sgmcgarryfile arch/hp300/dev/hil_keymaps.c hil 571.53Sgmcgarry 581.27Sthorpej# Apollo Utilility Chip (a.k.a. "Frodo") found on 4xx workstations 591.34Sthorpejdevice frodo { offset = -1 } 601.27Sthorpejattach frodo at intio 611.27Sthorpejfile arch/hp300/dev/frodo.c frodo 621.28Sthorpej 631.28Sthorpej# Apollo APCI 8250-like UARTs 641.34Sthorpejdevice apci: tty 651.28Sthorpejattach apci at frodo 661.28Sthorpejfile arch/hp300/dev/apci.c apci needs-flag 671.27Sthorpej 681.20Sthorpej# Frame buffer attribute 691.20Sthorpejdefine grfdev { } 701.20Sthorpej 711.20Sthorpej# Frame buffer devices 721.34Sthorpejdevice dvbox: grfdev 731.20Sthorpejfile arch/hp300/dev/grf_dv.c dvbox needs-flag 741.20Sthorpej 751.34Sthorpejdevice gbox: grfdev 761.20Sthorpejfile arch/hp300/dev/grf_gb.c gbox needs-flag 771.20Sthorpej 781.34Sthorpejdevice hyper: grfdev 791.20Sthorpejfile arch/hp300/dev/grf_hy.c hyper needs-flag 801.20Sthorpej 811.34Sthorpejdevice rbox: grfdev 821.20Sthorpejfile arch/hp300/dev/grf_rb.c rbox needs-flag 831.20Sthorpej 841.34Sthorpejdevice topcat: grfdev 851.20Sthorpejfile arch/hp300/dev/grf_tc.c topcat needs-flag 861.20Sthorpej 871.20Sthorpej# `grf' framebuffer abstraction 881.34Sthorpejdevice grf { } 891.20Sthorpejattach grf at grfdev 901.20Sthorpejfile arch/hp300/dev/grf.c grf needs-flag 911.20Sthorpejfile arch/hp300/dev/grf_subr.c grf 921.20Sthorpej 931.20Sthorpej# Internal Terminal Emulator 941.34Sthorpejdevice ite: tty 951.20Sthorpejattach ite at grf 961.20Sthorpejfile arch/hp300/dev/ite.c ite needs-flag 971.48Slukemfile arch/hp300/dev/ite_subr.c ite 981.20Sthorpej 991.20Sthorpej# Internal i/o framebuffer attachments 1001.20Sthorpejattach dvbox at intio with dvbox_intio 1011.20Sthorpejattach gbox at intio with gbox_intio 1021.20Sthorpejattach rbox at intio with rbox_intio 1031.20Sthorpejattach topcat at intio with topcat_intio 1041.20Sthorpej 1051.20Sthorpej# 1061.27Sthorpej# Devices on the DIO bus 1071.20Sthorpej# 1081.20Sthorpej 1091.20Sthorpej# DIO framebuffer attachments 1101.20Sthorpejattach dvbox at dio with dvbox_dio 1111.20Sthorpejattach gbox at dio with gbox_dio 1121.20Sthorpejattach hyper at dio with hyper_dio 1131.20Sthorpejattach rbox at dio with rbox_dio 1141.20Sthorpejattach topcat at dio with topcat_dio 1151.20Sthorpej 1161.20Sthorpej# DCA serial interface 1171.34Sthorpejdevice dca: tty 1181.20Sthorpejattach dca at dio 1191.20Sthorpejfile arch/hp300/dev/dca.c dca needs-flag 1201.20Sthorpej 1211.20Sthorpej# DCM serial interface 1221.34Sthorpejdevice dcm: tty 1231.20Sthorpejattach dcm at dio 1241.20Sthorpejfile arch/hp300/dev/dcm.c dcm needs-flag 1251.20Sthorpej 1261.20Sthorpej# LANCE ethernet 1271.37Sdrochnerattach le at dio: le24 1281.20Sthorpejfile arch/hp300/dev/if_le.c le 1291.20Sthorpej 1301.20Sthorpej# HP-IB interfaces 1311.20Sthorpejdefine hpibdev { } 1321.20Sthorpej 1331.34Sthorpejdevice nhpib: hpibdev 1341.20Sthorpejattach nhpib at dio 1351.20Sthorpejfile arch/hp300/dev/nhpib.c nhpib 1361.20Sthorpej 1371.34Sthorpejdevice fhpib: hpibdev 1381.20Sthorpejattach fhpib at dio 1391.20Sthorpejfile arch/hp300/dev/fhpib.c fhpib 1401.20Sthorpej 1411.20Sthorpej# HP-IB bus layer 1421.34Sthorpejdevice hpibbus { slave = -1, punit = -1 } 1431.20Sthorpejattach hpibbus at hpibdev 1441.20Sthorpejfile arch/hp300/dev/hpib.c hpibbus 1451.20Sthorpej 1461.20Sthorpej# HP-IB devices 1471.34Sthorpejdevice ct: tape 1481.20Sthorpejattach ct at hpibbus 1491.20Sthorpejfile arch/hp300/dev/ct.c ct needs-flag 1501.20Sthorpej 1511.34Sthorpejdevice mt: tape 1521.20Sthorpejattach mt at hpibbus 1531.20Sthorpejfile arch/hp300/dev/mt.c mt needs-flag 1541.20Sthorpej 1551.34Sthorpejdevice rd: disk 1561.20Sthorpejattach rd at hpibbus 1571.20Sthorpejfile arch/hp300/dev/rd.c rd needs-flag 1581.20Sthorpejfile arch/hp300/dev/rd_compat.c rd # XXX 1591.20Sthorpej 1601.34Sthorpejdevice ppi 1611.20Sthorpejattach ppi at hpibbus 1621.20Sthorpejfile arch/hp300/dev/ppi.c ppi needs-flag 1631.20Sthorpej 1641.20Sthorpej# Old HP SCSI layer 1651.34Sthorpejdevice oscsi { target = -1, lun = -1 } 1661.20Sthorpejattach oscsi at dio 1671.21Sthorpejfile arch/hp300/dev/scsi.c oscsi 1681.20Sthorpej 1691.20Sthorpej# Old HP SCSI devices 1701.34Sthorpejdevice sd: disk 1711.20Sthorpejattach sd at oscsi 1721.20Sthorpejfile arch/hp300/dev/sd.c sd needs-flag 1731.20Sthorpejfile arch/hp300/dev/sd_compat.c sd # XXX 1741.20Sthorpej 1751.34Sthorpejdevice st: tape 1761.20Sthorpejattach st at oscsi 1771.20Sthorpejfile arch/hp300/dev/st.c st needs-flag 1781.20Sthorpej 1791.34Sthorpejdevice ac 1801.20Sthorpejattach ac at oscsi 1811.20Sthorpejfile arch/hp300/dev/ac.c ac needs-flag 1821.42Soster 1831.55Sgmcgarry# Memory Disk for ramdisk 1841.55Sgmcgarryfile dev/md_root.c memory_disk_hooks 1851.55Sgmcgarry 1861.20Sthorpej# 1871.20Sthorpej# Non-device files 1881.20Sthorpej# 1891.20Sthorpej 1901.20Sthorpejfile arch/hp300/hp300/autoconf.c 1911.31Sthorpejfile arch/hp300/hp300/bus_space.c 1921.20Sthorpejfile arch/hp300/hp300/clock.c 1931.20Sthorpejfile arch/hp300/hp300/dkbad.c 1941.20Sthorpejfile arch/hp300/hp300/machdep.c 1951.25Sthorpejfile arch/hp300/hp300/intr.c 1961.27Sthorpejfile arch/hp300/hp300/leds.c useleds 1971.20Sthorpejfile arch/hp300/hp300/mem.c 1981.20Sthorpejfile arch/hp300/hp300/pmap.c 1991.35Sthorpejfile arch/hp300/hp300/pmap_bootstrap.c compile-with "${NOPROF_C}" 2001.44Sfvdlfile arch/hp300/hp300/procfs_machdep.c procfs 2011.52Sgmcgarryfile arch/hp300/hp300/softintr.c 2021.20Sthorpejfile arch/hp300/hp300/trap.c 2031.20Sthorpejfile arch/hp300/hp300/disksubr.c 2041.20Sthorpejfile arch/hp300/dev/dma.c 2051.57Schsfile arch/m68k/m68k/cacheops.c 2061.59Schsfile arch/m68k/m68k/db_memrw.c ddb | kgdb 2071.60Schsfile arch/m68k/m68k/kgdb_machdep.c kgdb 2081.61Schsfile arch/m68k/m68k/sys_machdep.c 2091.57Schsfile arch/m68k/m68k/vm_machdep.c 2101.20Sthorpej 2111.46Stsutsuifile dev/clock_subr.c 2121.20Sthorpejfile dev/cons.c 2131.20Sthorpej 2141.20Sthorpej# 2151.20Sthorpej# HP-UX binary compatibility 2161.20Sthorpej# 2171.20Sthorpejinclude "compat/hpux/files.hpux" 2181.20Sthorpejfile arch/hp300/hp300/hpux_machdep.c compat_hpux 2191.43Ssimonb 2201.43Ssimonb# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 2211.43Ssimonbinclude "compat/aoutm68k/files.aoutm68k" 2221.30Scarrel 2231.39Skleink# SVR4 Binary Compatibility (COMPAT_SVR4) 2241.39Skleinkinclude "compat/svr4/files.svr4" 2251.39Skleink 2261.30Scarrel# SunOS Binary Compatibility (COMPAT_SUNOS) 2271.30Scarrelinclude "compat/sunos/files.sunos" 2281.30Scarrelfile arch/m68k/m68k/sunos_machdep.c compat_sunos 2291.38Sitohy 2301.38Sitohy# Linux binary compatibility (COMPAT_LINUX) 2311.38Sitohyinclude "compat/linux/files.linux" 2321.38Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 2331.45Schristosfile arch/m68k/m68k/linux_trap.c compat_linux 2341.39Skleink 2351.39Skleink# a.out binary compatibility (COMPAT_AOUT) 2361.39Skleinkinclude "compat/aout/files.aout" 2371.38Sitohy 2381.38Sitohy# OSS audio driver compatibility 2391.38Sitohyinclude "compat/ossaudio/files.ossaudio" 2401.56Sgehenna 2411.56Sgehennainclude "arch/hp300/conf/majors.hp300" 242