files.hp300 revision 1.66
11.66She# $NetBSD: files.hp300,v 1.66 2003/06/28 08:22:02 he 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.66Shedefflag PANICBUTTON # enable panic on ctl+shift+reset ... 171.66She # ... unless we're doing DDB 181.27Sthorpej 191.20Sthorpej# NOTE! The order of these lines is significant! Don't change them 201.20Sthorpej# unless you absolutely know what you're doing! 211.20Sthorpej 221.27Sthorpej# 231.27Sthorpej# Mainbus 241.27Sthorpej# 251.27Sthorpej 261.34Sthorpejdevice mainbus { } 271.27Sthorpejattach mainbus at root 281.27Sthorpej 291.27Sthorpej# 301.27Sthorpej# Internal i/o space 311.27Sthorpej# 321.27Sthorpej 331.34Sthorpejdevice intio { } 341.27Sthorpejattach intio at mainbus 351.27Sthorpejfile arch/hp300/dev/intio.c intio 361.27Sthorpej 371.27Sthorpej# 381.27Sthorpej# DIO bus 391.27Sthorpej# 401.27Sthorpej 411.34Sthorpejdevice dio { scode = -1 } 421.27Sthorpejattach dio at mainbus 431.27Sthorpejfile arch/hp300/dev/dio.c dio 441.27Sthorpej 451.27Sthorpej# 461.27Sthorpej# Devices in Internal i/o space 471.27Sthorpej# 481.27Sthorpej 491.53Sgmcgarry# Real-time clock (not optional) 501.53Sgmcgarrydevice rtc 511.53Sgmcgarryattach rtc at intio 521.53Sgmcgarryfile arch/hp300/dev/rtc.c rtc 531.53Sgmcgarry 541.53Sgmcgarry# Human (Hilarious) Interface Loop 551.53Sgmcgarrydevice hil { } 561.53Sgmcgarryattach hil at intio 571.53Sgmcgarryfile arch/hp300/dev/hil.c hil needs-flag 581.53Sgmcgarryfile arch/hp300/dev/hil_keymaps.c hil 591.53Sgmcgarry 601.63Sgmcgarry# 98620 DMA controller 611.64Sthorpejdevice dma 621.63Sgmcgarryattach dma at intio 631.63Sgmcgarryfile arch/hp300/dev/dma.c dma 641.63Sgmcgarry 651.27Sthorpej# Apollo Utilility Chip (a.k.a. "Frodo") found on 4xx workstations 661.34Sthorpejdevice frodo { offset = -1 } 671.27Sthorpejattach frodo at intio 681.27Sthorpejfile arch/hp300/dev/frodo.c frodo 691.28Sthorpej 701.28Sthorpej# Apollo APCI 8250-like UARTs 711.34Sthorpejdevice apci: tty 721.28Sthorpejattach apci at frodo 731.28Sthorpejfile arch/hp300/dev/apci.c apci needs-flag 741.27Sthorpej 751.20Sthorpej# Frame buffer attribute 761.20Sthorpejdefine grfdev { } 771.20Sthorpej 781.20Sthorpej# Frame buffer devices 791.34Sthorpejdevice dvbox: grfdev 801.20Sthorpejfile arch/hp300/dev/grf_dv.c dvbox needs-flag 811.20Sthorpej 821.34Sthorpejdevice gbox: grfdev 831.20Sthorpejfile arch/hp300/dev/grf_gb.c gbox needs-flag 841.20Sthorpej 851.34Sthorpejdevice hyper: grfdev 861.20Sthorpejfile arch/hp300/dev/grf_hy.c hyper needs-flag 871.20Sthorpej 881.34Sthorpejdevice rbox: grfdev 891.20Sthorpejfile arch/hp300/dev/grf_rb.c rbox needs-flag 901.20Sthorpej 911.34Sthorpejdevice topcat: grfdev 921.20Sthorpejfile arch/hp300/dev/grf_tc.c topcat needs-flag 931.20Sthorpej 941.20Sthorpej# `grf' framebuffer abstraction 951.34Sthorpejdevice grf { } 961.20Sthorpejattach grf at grfdev 971.20Sthorpejfile arch/hp300/dev/grf.c grf needs-flag 981.20Sthorpejfile arch/hp300/dev/grf_subr.c grf 991.20Sthorpej 1001.20Sthorpej# Internal Terminal Emulator 1011.34Sthorpejdevice ite: tty 1021.20Sthorpejattach ite at grf 1031.20Sthorpejfile arch/hp300/dev/ite.c ite needs-flag 1041.48Slukemfile arch/hp300/dev/ite_subr.c ite 1051.20Sthorpej 1061.20Sthorpej# Internal i/o framebuffer attachments 1071.20Sthorpejattach dvbox at intio with dvbox_intio 1081.20Sthorpejattach gbox at intio with gbox_intio 1091.20Sthorpejattach rbox at intio with rbox_intio 1101.20Sthorpejattach topcat at intio with topcat_intio 1111.20Sthorpej 1121.20Sthorpej# 1131.27Sthorpej# Devices on the DIO bus 1141.20Sthorpej# 1151.20Sthorpej 1161.20Sthorpej# DIO framebuffer attachments 1171.20Sthorpejattach dvbox at dio with dvbox_dio 1181.20Sthorpejattach gbox at dio with gbox_dio 1191.20Sthorpejattach hyper at dio with hyper_dio 1201.20Sthorpejattach rbox at dio with rbox_dio 1211.20Sthorpejattach topcat at dio with topcat_dio 1221.20Sthorpej 1231.20Sthorpej# DCA serial interface 1241.34Sthorpejdevice dca: tty 1251.20Sthorpejattach dca at dio 1261.20Sthorpejfile arch/hp300/dev/dca.c dca needs-flag 1271.20Sthorpej 1281.20Sthorpej# DCM serial interface 1291.34Sthorpejdevice dcm: tty 1301.20Sthorpejattach dcm at dio 1311.20Sthorpejfile arch/hp300/dev/dcm.c dcm needs-flag 1321.20Sthorpej 1331.20Sthorpej# LANCE ethernet 1341.37Sdrochnerattach le at dio: le24 1351.20Sthorpejfile arch/hp300/dev/if_le.c le 1361.20Sthorpej 1371.20Sthorpej# HP-IB interfaces 1381.20Sthorpejdefine hpibdev { } 1391.20Sthorpej 1401.64Sthorpejdevice nhpib: hpibdev 1411.65Sgmcgarryattach nhpib at intio with nhpib_intio 1421.65Sgmcgarryattach nhpib at dio with nhpib_dio 1431.20Sthorpejfile arch/hp300/dev/nhpib.c nhpib 1441.20Sthorpej 1451.64Sthorpejdevice fhpib: hpibdev 1461.20Sthorpejattach fhpib at dio 1471.20Sthorpejfile arch/hp300/dev/fhpib.c fhpib 1481.20Sthorpej 1491.20Sthorpej# HP-IB bus layer 1501.34Sthorpejdevice hpibbus { slave = -1, punit = -1 } 1511.20Sthorpejattach hpibbus at hpibdev 1521.20Sthorpejfile arch/hp300/dev/hpib.c hpibbus 1531.20Sthorpej 1541.20Sthorpej# HP-IB devices 1551.34Sthorpejdevice ct: tape 1561.20Sthorpejattach ct at hpibbus 1571.20Sthorpejfile arch/hp300/dev/ct.c ct needs-flag 1581.20Sthorpej 1591.34Sthorpejdevice mt: tape 1601.20Sthorpejattach mt at hpibbus 1611.20Sthorpejfile arch/hp300/dev/mt.c mt needs-flag 1621.20Sthorpej 1631.34Sthorpejdevice rd: disk 1641.20Sthorpejattach rd at hpibbus 1651.20Sthorpejfile arch/hp300/dev/rd.c rd needs-flag 1661.20Sthorpejfile arch/hp300/dev/rd_compat.c rd # XXX 1671.20Sthorpej 1681.34Sthorpejdevice ppi 1691.20Sthorpejattach ppi at hpibbus 1701.20Sthorpejfile arch/hp300/dev/ppi.c ppi needs-flag 1711.20Sthorpej 1721.20Sthorpej# Old HP SCSI layer 1731.34Sthorpejdevice oscsi { target = -1, lun = -1 } 1741.20Sthorpejattach oscsi at dio 1751.21Sthorpejfile arch/hp300/dev/scsi.c oscsi 1761.20Sthorpej 1771.20Sthorpej# Old HP SCSI devices 1781.34Sthorpejdevice sd: disk 1791.20Sthorpejattach sd at oscsi 1801.20Sthorpejfile arch/hp300/dev/sd.c sd needs-flag 1811.20Sthorpejfile arch/hp300/dev/sd_compat.c sd # XXX 1821.20Sthorpej 1831.34Sthorpejdevice st: tape 1841.20Sthorpejattach st at oscsi 1851.20Sthorpejfile arch/hp300/dev/st.c st needs-flag 1861.20Sthorpej 1871.34Sthorpejdevice ac 1881.20Sthorpejattach ac at oscsi 1891.20Sthorpejfile arch/hp300/dev/ac.c ac needs-flag 1901.42Soster 1911.55Sgmcgarry# Memory Disk for ramdisk 1921.55Sgmcgarryfile dev/md_root.c memory_disk_hooks 1931.55Sgmcgarry 1941.20Sthorpej# 1951.20Sthorpej# Non-device files 1961.20Sthorpej# 1971.20Sthorpej 1981.20Sthorpejfile arch/hp300/hp300/autoconf.c 1991.31Sthorpejfile arch/hp300/hp300/bus_space.c 2001.20Sthorpejfile arch/hp300/hp300/clock.c 2011.20Sthorpejfile arch/hp300/hp300/dkbad.c 2021.20Sthorpejfile arch/hp300/hp300/machdep.c 2031.25Sthorpejfile arch/hp300/hp300/intr.c 2041.27Sthorpejfile arch/hp300/hp300/leds.c useleds 2051.20Sthorpejfile arch/hp300/hp300/mem.c 2061.35Sthorpejfile arch/hp300/hp300/pmap_bootstrap.c compile-with "${NOPROF_C}" 2071.44Sfvdlfile arch/hp300/hp300/procfs_machdep.c procfs 2081.52Sgmcgarryfile arch/hp300/hp300/softintr.c 2091.20Sthorpejfile arch/hp300/hp300/trap.c 2101.20Sthorpejfile arch/hp300/hp300/disksubr.c 2111.57Schsfile arch/m68k/m68k/cacheops.c 2121.59Schsfile arch/m68k/m68k/db_memrw.c ddb | kgdb 2131.60Schsfile arch/m68k/m68k/kgdb_machdep.c kgdb 2141.62Schsfile arch/m68k/m68k/pmap_motorola.c 2151.61Schsfile arch/m68k/m68k/sys_machdep.c 2161.57Schsfile arch/m68k/m68k/vm_machdep.c 2171.20Sthorpej 2181.46Stsutsuifile dev/clock_subr.c 2191.20Sthorpejfile dev/cons.c 2201.20Sthorpej 2211.20Sthorpej# 2221.20Sthorpej# HP-UX binary compatibility 2231.20Sthorpej# 2241.20Sthorpejinclude "compat/hpux/files.hpux" 2251.20Sthorpejfile arch/hp300/hp300/hpux_machdep.c compat_hpux 2261.43Ssimonb 2271.43Ssimonb# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 2281.43Ssimonbinclude "compat/aoutm68k/files.aoutm68k" 2291.30Scarrel 2301.39Skleink# SVR4 Binary Compatibility (COMPAT_SVR4) 2311.39Skleinkinclude "compat/svr4/files.svr4" 2321.39Skleink 2331.30Scarrel# SunOS Binary Compatibility (COMPAT_SUNOS) 2341.30Scarrelinclude "compat/sunos/files.sunos" 2351.30Scarrelfile arch/m68k/m68k/sunos_machdep.c compat_sunos 2361.38Sitohy 2371.38Sitohy# Linux binary compatibility (COMPAT_LINUX) 2381.38Sitohyinclude "compat/linux/files.linux" 2391.38Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 2401.45Schristosfile arch/m68k/m68k/linux_trap.c compat_linux 2411.39Skleink 2421.39Skleink# a.out binary compatibility (COMPAT_AOUT) 2431.39Skleinkinclude "compat/aout/files.aout" 2441.38Sitohy 2451.38Sitohy# OSS audio driver compatibility 2461.38Sitohyinclude "compat/ossaudio/files.ossaudio" 2471.56Sgehenna 2481.56Sgehennainclude "arch/hp300/conf/majors.hp300" 249