files.hp300 revision 1.79
11.79Stsutsui# $NetBSD: files.hp300,v 1.79 2011/02/06 18:26:53 tsutsui 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.75Stsutsuidefflag opt_spuconf.h HP320 HP330 HP340 HP345 HP350 HP360 HP362 HP370 121.75Stsutsui HP375 HP380 HP382 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.79Stsutsuiinclude "dev/hil/files.hil" 561.79Stsutsui 571.79Stsutsuiattach hil at intio with hil_intio 581.79Stsutsuifile arch/hp300/dev/hil_intio.c hil_intio 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.69Stsutsuiattach com at frodo with com_frodo 721.69Stsutsuifile arch/hp300/dev/com_frodo.c com_frodo needs-flag 731.27Sthorpej 741.79Stsutsui# Apollo Keyboard and mouse 751.79Stsutsui#device dnkbd: wskbddev, wsmousedev 761.79Stsutsui#attach dnkbd at frodo 771.79Stsutsui#file arch/hp300/dev/dnkbd.c dnkbd needs-flag 781.79Stsutsui#file arch/hp300/dev/dnkbdmap.c dnkbd 791.20Sthorpej 801.79Stsutsui# 811.79Stsutsui# Frame buffer devices on Internal I/O and the DIO bus 821.79Stsutsui# 831.79Stsutsuidefine diofb 841.79Stsutsuidefine diofb_mono 851.79Stsutsuifile arch/hp300/dev/diofb.c diofb | diofb_mono 861.79Stsutsuifile arch/hp300/dev/diofb_mono.c diofb_mono 871.20Sthorpej 881.79Stsutsuidevice dvbox: wsemuldisplaydev, diofb, rasops8 891.20Sthorpejattach dvbox at intio with dvbox_intio 901.79Stsutsuiattach dvbox at dio with dvbox_dio 911.79Stsutsuifile arch/hp300/dev/dvbox.c dvbox needs-flag 921.79Stsutsui 931.79Stsutsuidevice gbox: wsemuldisplaydev, diofb, rasops8 941.20Sthorpejattach gbox at intio with gbox_intio 951.79Stsutsuiattach gbox at dio with gbox_dio 961.79Stsutsuifile arch/hp300/dev/gbox.c gbox needs-flag 971.79Stsutsui 981.79Stsutsuidevice hyper: wsemuldisplaydev, diofb_mono, rasops1 991.79Stsutsuiattach hyper at dio 1001.79Stsutsuifile arch/hp300/dev/hyper.c hyper needs-flag 1011.79Stsutsui 1021.79Stsutsuidevice rbox: wsemuldisplaydev, diofb, rasops8 1031.20Sthorpejattach rbox at intio with rbox_intio 1041.79Stsutsuiattach rbox at dio with rbox_dio 1051.79Stsutsuifile arch/hp300/dev/rbox.c rbox needs-flag 1061.79Stsutsui 1071.79Stsutsuidevice topcat: wsemuldisplaydev, diofb, rasops8 1081.20Sthorpejattach topcat at intio with topcat_intio 1091.79Stsutsuiattach topcat at dio with topcat_dio 1101.79Stsutsuifile arch/hp300/dev/topcat.c topcat needs-flag 1111.79Stsutsui 1121.79Stsutsuidevice tvrx: wsemuldisplaydev, diofb_mono, rasops1 1131.79Stsutsuiattach tvrx at dio 1141.79Stsutsuifile arch/hp300/dev/tvrx.c tvrx needs-flag 1151.20Sthorpej 1161.20Sthorpej# 1171.27Sthorpej# Devices on the DIO bus 1181.20Sthorpej# 1191.20Sthorpej 1201.20Sthorpej# DCA serial interface 1211.69Stsutsuiattach com at dio with com_dio 1221.69Stsutsuifile arch/hp300/dev/com_dio.c com_dio needs-flag 1231.20Sthorpej 1241.20Sthorpej# DCM serial interface 1251.34Sthorpejdevice dcm: tty 1261.20Sthorpejattach dcm at dio 1271.20Sthorpejfile arch/hp300/dev/dcm.c dcm needs-flag 1281.20Sthorpej 1291.20Sthorpej# LANCE ethernet 1301.37Sdrochnerattach le at dio: le24 1311.20Sthorpejfile arch/hp300/dev/if_le.c le 1321.20Sthorpej 1331.20Sthorpej# HP-IB interfaces 1341.20Sthorpejdefine hpibdev { } 1351.20Sthorpej 1361.64Sthorpejdevice nhpib: hpibdev 1371.65Sgmcgarryattach nhpib at intio with nhpib_intio 1381.65Sgmcgarryattach nhpib at dio with nhpib_dio 1391.20Sthorpejfile arch/hp300/dev/nhpib.c nhpib 1401.20Sthorpej 1411.64Sthorpejdevice fhpib: hpibdev 1421.20Sthorpejattach fhpib at dio 1431.20Sthorpejfile arch/hp300/dev/fhpib.c fhpib 1441.20Sthorpej 1451.20Sthorpej# HP-IB bus layer 1461.34Sthorpejdevice hpibbus { slave = -1, punit = -1 } 1471.20Sthorpejattach hpibbus at hpibdev 1481.20Sthorpejfile arch/hp300/dev/hpib.c hpibbus 1491.20Sthorpej 1501.20Sthorpej# HP-IB devices 1511.34Sthorpejdevice ct: tape 1521.20Sthorpejattach ct at hpibbus 1531.20Sthorpejfile arch/hp300/dev/ct.c ct needs-flag 1541.20Sthorpej 1551.34Sthorpejdevice mt: tape 1561.20Sthorpejattach mt at hpibbus 1571.20Sthorpejfile arch/hp300/dev/mt.c mt needs-flag 1581.20Sthorpej 1591.34Sthorpejdevice rd: disk 1601.20Sthorpejattach rd at hpibbus 1611.20Sthorpejfile arch/hp300/dev/rd.c rd needs-flag 1621.20Sthorpej 1631.34Sthorpejdevice ppi 1641.20Sthorpejattach ppi at hpibbus 1651.20Sthorpejfile arch/hp300/dev/ppi.c ppi needs-flag 1661.20Sthorpej 1671.68Stsutsui# MI SCSI 1681.68Stsutsuiinclude "dev/scsipi/files.scsipi" 1691.68Stsutsui 1701.68Stsutsuiattach spc at dio 1711.68Stsutsuifile arch/hp300/dev/spc.c spc needs-flag 1721.42Soster 1731.55Sgmcgarry# Memory Disk for ramdisk 1741.55Sgmcgarryfile dev/md_root.c memory_disk_hooks 1751.55Sgmcgarry 1761.20Sthorpej# 1771.20Sthorpej# Non-device files 1781.20Sthorpej# 1791.20Sthorpej 1801.20Sthorpejfile arch/hp300/hp300/autoconf.c 1811.31Sthorpejfile arch/hp300/hp300/bus_space.c 1821.20Sthorpejfile arch/hp300/hp300/clock.c 1831.20Sthorpejfile arch/hp300/hp300/dkbad.c 1841.20Sthorpejfile arch/hp300/hp300/machdep.c 1851.25Sthorpejfile arch/hp300/hp300/intr.c 1861.27Sthorpejfile arch/hp300/hp300/leds.c useleds 1871.20Sthorpejfile arch/hp300/hp300/mem.c 1881.35Sthorpejfile arch/hp300/hp300/pmap_bootstrap.c compile-with "${NOPROF_C}" 1891.20Sthorpejfile arch/hp300/hp300/trap.c 1901.20Sthorpejfile arch/hp300/hp300/disksubr.c 1911.57Schsfile arch/m68k/m68k/cacheops.c 1921.59Schsfile arch/m68k/m68k/db_memrw.c ddb | kgdb 1931.60Schsfile arch/m68k/m68k/kgdb_machdep.c kgdb 1941.62Schsfile arch/m68k/m68k/pmap_motorola.c 1951.73Schsfile arch/m68k/m68k/procfs_machdep.c procfs 1961.61Schsfile arch/m68k/m68k/sys_machdep.c 1971.57Schsfile arch/m68k/m68k/vm_machdep.c 1981.20Sthorpej 1991.20Sthorpejfile dev/cons.c 2001.20Sthorpej 2011.43Ssimonb# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 2021.43Ssimonbinclude "compat/aoutm68k/files.aoutm68k" 2031.30Scarrel 2041.39Skleink# SVR4 Binary Compatibility (COMPAT_SVR4) 2051.39Skleinkinclude "compat/svr4/files.svr4" 2061.39Skleink 2071.30Scarrel# SunOS Binary Compatibility (COMPAT_SUNOS) 2081.30Scarrelinclude "compat/sunos/files.sunos" 2091.30Scarrelfile arch/m68k/m68k/sunos_machdep.c compat_sunos 2101.38Sitohy 2111.38Sitohy# Linux binary compatibility (COMPAT_LINUX) 2121.38Sitohyinclude "compat/linux/files.linux" 2131.38Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 2141.45Schristosfile arch/m68k/m68k/linux_trap.c compat_linux 2151.39Skleink 2161.38Sitohy# OSS audio driver compatibility 2171.38Sitohyinclude "compat/ossaudio/files.ossaudio" 2181.56Sgehenna 2191.56Sgehennainclude "arch/hp300/conf/majors.hp300" 220