11.76Schristos# $NetBSD: EV64260,v 1.76 2024/01/29 18:27:12 christos Exp $ 21.1Smatt# 31.1Smatt# MVP -- Motorola's Multiprocessing Verification Platform 41.1Smatt# 51.69Smrginclude "arch/evbppc/conf/std.ev64260" 61.1Smatt 71.1Smatt#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 81.1Smatt 91.1Smatt#ident "EV64260" 101.1Smatt 111.1Smattmaxusers 32 121.1Smatt 131.1Smatt#options UVMHIST 141.1Smatt#options UVMHIST_PRINT 151.1Smatt 161.44Skiyohara#options MULTIPROCESSOR # Discovery II/III support 171.44Skiyohara 181.4Smatt# PowerPC options 191.2Smattoptions ALTIVEC 201.4Smatt#options CLOCKBASE=100000000 # EVB64260 211.4Smattoptions CLOCKBASE=133000000 # EVB64260A 221.4Smatt 231.4Smatt# Marvell options 241.5Smattoptions MPSC_CONSOLE=0 251.2Smattoptions GT_MPSC_DEFAULT_BAUD_RATE=9600 261.4Smattoptions GT_MPSC_FREQUENCY="(cpu_timebase*4)" 271.4Smattoptions GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK" 281.44Skiyoharaoptions GT_MPP_WATCHDOG=0x03000000 291.44Skiyoharaoptions GT_DEVBUS 301.44Skiyohara#options GT_ECC 311.44Skiyoharaoptions GT_COMM 321.44Skiyoharaoptions GT_WATCHDOG 331.44Skiyohara 341.44Skiyohara# EV64260 options 351.4Smattoptions OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2 361.1Smatt 371.1Smatt# Options for necessary to use MD 381.1Smatt#options MEMORY_DISK_HOOKS 391.1Smatt#options MEMORY_DISK_IS_ROOT # force root on memory disk 401.1Smatt#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 411.1Smatt#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 421.1Smatt 431.1Smatt#options INSECURE # disable kernel security levels 441.1Smatt#options NTP # NTP phase/frequency locked loop 451.1Smattoptions KTRACE # system call tracing via ktrace(1) 461.1Smatt 471.1Smattoptions SYSVMSG # System V message queues 481.1Smattoptions SYSVSEM # System V semaphores 491.1Smattoptions SYSVSHM # System V shared memory 501.1Smatt 511.1Smatt#options USERCONF # userconf(4) support 521.2Smatt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 531.13Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 541.1Smatt 551.73Ssevan# Alternate buffer queue strategies for better responsiveness under high 561.73Ssevan# disk I/O load. 571.73Ssevan#options BUFQ_READPRIO 581.73Ssevanoptions BUFQ_PRIOCSCAN 591.73Ssevan 601.1Smatt# Diagnostic/debugging support options 611.5Smattoptions DIAGNOSTIC # cheap kernel consistency checks 621.1Smatt#options DEBUG # expensive debugging checks/support 631.1Smattoptions DDB # in-kernel debugger 641.1Smattoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 651.62Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 661.1Smatt 671.1Smatt#makeoptions DEFCOPTS="-g" # compile full symbol table 681.2Smattmakeoptions DEBUG="-g" 691.1Smatt 701.1Smatt# Compatibility options 711.70Schristosinclude "conf/compat_netbsd16.config" 721.1Smatt#options COMPAT_386BSD_MBRPART # recognize old partition ID 731.1Smatt 741.1Smatt# File systems 751.1Smattfile-system FFS # UFS 761.1Smatt#file-system EXT2FS # second extended file system (linux) 771.1Smatt#file-system LFS # log-structured file system 781.1Smattfile-system MFS # memory file system 791.1Smattfile-system NFS # Network File System client 801.1Smatt#file-system CD9660 # ISO 9660 + Rock Ridge file system 811.1Smattfile-system MSDOSFS # MS-DOS file system 821.1Smatt#file-system FDESC # /dev/fd 831.1Smatt#file-system KERNFS # /kern 841.1Smatt#file-system NULLFS # loopback file system 851.1Smatt#file-system OVERLAY # overlay file system 861.1Smatt#file-system PROCFS # /proc 871.1Smatt#file-system UMAPFS # NULLFS + uid and gid remapping 881.1Smatt#file-system UNION # union file system 891.27Schristos#file-system PTYFS # /dev/pts/N support 901.1Smatt 911.1Smatt# File system options 921.75Ssimonb#options FFS_EI # FFS Endian Independent support 931.75Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 941.46Sbouyer#options QUOTA # legacy UFS quotas 951.46Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 961.75Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 971.75Ssimonb#options UFS_EXTATTR # Extended attribute support for UFS1 981.51Sdhollandoptions WAPBL # File system journaling support 991.75Ssimonb#options NFSSERVER # Network File System server 1001.1Smatt 1011.1Smattoptions NFS_BOOT_DHCP # Support DHCP NFS root 1021.1Smattoptions NFS_BOOT_RWSIZE=1024 1031.1Smatt 1041.1Smatt# Networking options 1051.1Smatt#options GATEWAY # packet forwarding 1061.1Smattoptions INET # IP + ICMP + TCP + UDP 1071.1Smatt#options INET6 # IPV6 1081.1Smatt#options IPSEC # IP security 1091.1Smatt#options IPSEC_DEBUG # debug for IP security 1101.1Smatt#options MROUTING # IP multicast routing 1111.14Smanu#options PIM # Protocol Independent Multicast 1121.1Smatt#options NETATALK # AppleTalk networking protocols 1131.1Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1141.1Smatt#options PPP_DEFLATE # Deflate compression support for PPP 1151.1Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1161.1Smatt#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1171.1Smatt 1181.1Smatt# These options enable verbose messages for several subsystems. 1191.1Smatt# Warning, these may compile large string tables into the kernel! 1201.1Smattoptions PCIVERBOSE # verbose PCI device autoconfig messages 1211.1Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1221.1Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1231.1Smatt#options SCSIVERBOSE # human readable SCSI error messages 1241.4Smattoptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1251.1Smatt#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1261.1Smatt 1271.1Smatt# wscons options 1281.1Smatt#options WSEMUL_SUN # sun terminal emulation 1291.64Suebayasi#options WSEMUL_VT100 # VT100 / VT220 emulation 1301.64Suebayasi#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1311.64Suebayasi#options WSDISPLAY_DEFAULTSCREENS=1 1321.1Smatt 1331.1Smatt# Kernel root file system and dump configuration. 1341.1Smattconfig netbsd root on ? type ? 1351.1Smatt 1361.1Smatt# 1371.1Smatt# Device configuration 1381.1Smatt# 1391.1Smatt 1401.1Smattmainbus0 at root 1411.1Smatt 1421.1Smattcpu* at mainbus0 1431.1Smatt 1441.44Skiyohara# Discovery system controller 1451.44Skiyohara#gt0 at mainbus0 addr 0x14000000 # PMON low 1461.44Skiyoharagt0 at mainbus0 addr 0xf8000000 # PPCBoot 1471.1Smatt 1481.1Smatt# PCI busses 1491.44Skiyoharagtpci* at gt? unit ? # 64-bit, 66MHz 1501.44Skiyoharapci* at gtpci? 1511.1Smatt 1521.2Smatt# 16550s off CS2 1531.44Skiyoharaobio0 at gt0 unit 0 # Chip Select 0 1541.44Skiyoharaobio1 at gt0 unit 1 # Chip Select 1 1551.44Skiyoharaobio2 at gt0 unit 2 # Chip Select 2 1561.44Skiyoharacom0 at obio2 offset 0x0020 size 8 irq 85 1571.44Skiyoharacom1 at obio2 offset 0x0000 size 8 irq 86 1581.44Skiyoharaobio3 at gt0 unit 3 # Chip Select 3 1591.44Skiyoharaobio4 at gt0 unit 4 # Boot Chip Select 1601.2Smatt 1611.1Smatt# UARTs 1621.44Skiyoharagtmpsc* at gt? offset ? # Multi-Protocol Serial Controller 1631.44Skiyohara # with Serial Direct Memory Access 1641.1Smatt 1651.1Smatt# Ethernet and PHY 1661.44Skiyoharagfec* at gt? offset ? # Ethernet (RMMI) 1671.44Skiyoharagfe* at gfec? port ? irq ? # Ethernet port #0/#1/#2 1681.1Smatt 1691.18Smatt# I2C 1701.44Skiyoharagttwsi* at gt? offset ? irq ? # Two-Wire Serial Interface 1711.44Skiyoharaiic* at gttwsi? 1721.44Skiyohara 1731.44Skiyohara# DMA 1741.44Skiyoharagtidmac* at gt? offset ? irq ? # IDMA Controller 1751.18Smatt 1761.1Smatt# PCI devices 1771.44Skiyoharapchb* at pci? dev ? function ? # PCI Host Bridge 1781.44Skiyoharappb* at pci? dev ? function ? # PCI-PCI Bridges 1791.44Skiyoharapci* at ppb? bus ? 1801.1Smatt 1811.1Smatt#ehci* at pci? dev ? function ? # Enhanced Host Controller 1821.1Smatt#ohci* at pci? dev ? function ? # Open Host Controller 1831.1Smatt#uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 1841.1Smatt#usb* at ehci? 1851.1Smatt#usb* at ohci? 1861.1Smatt#usb* at uhci? 1871.1Smatt#uhub* at usb? 1881.34Sdrochner#uhub* at uhub? port ? 1891.1Smatt# Prolific PL2301/PL2302 host-to-host adapter 1901.1Smatt#upl* at uhub? port ? 1911.1Smatt 1921.1Smatt# Serial adapters 1931.1Smatt#uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 1941.1Smatt#ucom* at uftdi? portno ? 1951.1Smatt 1961.1Smatt#umct* at uhub? port ? # MCT USB-RS232 serial adapter 1971.1Smatt#ucom* at umct? portno ? 1981.1Smatt 1991.1Smatt#uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 2001.1Smatt#ucom* at uplcom? portno ? 2011.1Smatt 2021.1Smatt#uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 2031.1Smatt#ucom* at uvscom? portno ? 2041.1Smatt 2051.1Smatt 2061.4Smattfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 2071.4Smatttlp* at pci? dev ? function ? # Digital 'Tulip' cards 2081.4Smattwm* at pci? dev ? function ? # Intel GigE cards 2091.4Smattacphy* at mii? phy ? 2101.1Smattinphy* at mii? phy ? 2111.1Smattmakphy* at mii? phy ? 2121.4Smattnsphy* at mii? phy ? 2131.4Smattsqphy* at mii? phy ? 2141.1Smattukphy* at mii? phy ? 2151.1Smatt 2161.4Smattsiop* at pci? dev ? function ? 2171.4Smattesiop* at pci? dev ? function ? 2181.1Smattisp* at pci? dev ? function ? 2191.1Smattscsibus* at scsi? 2201.1Smattsd* at scsibus? target ? lun ? 2211.1Smattcd* at scsibus? target ? lun ? 2221.1Smatt 2231.1Smatt#auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 2241.1Smatt#audio* at auvia? 2251.1Smatt 2261.67Schristos#spkr* at audio? # PC speaker (synthesized) 2271.65Snat 2281.9Sbouyerpciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 2291.9Sbouyeracardide* at pci? dev ? function ? # Acard IDE controllers 2301.9Sbouyeraceride* at pci? dev ? function ? # Acer Lab IDE controllers 2311.12Sthorpejartsata* at pci? dev ? function ? # Intel i31244 SATA controller 2321.9Sbouyercmdide* at pci? dev ? function ? # CMD tech IDE controllers 2331.9Sbouyercypide* at pci? dev ? function ? # Cypress IDE controllers 2341.9Sbouyerhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 2351.9Sbouyeroptiide* at pci? dev ? function ? # Opti IDE controllers 2361.9Sbouyerpdcide* at pci? dev ? function ? # Promise IDE controllers 2371.16Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers 2381.10Sthorpejsatalink* at pci? dev ? function ? # SiI SATALink controllers 2391.9Sbouyersiside* at pci? dev ? function ? # SiS IDE controllers 2401.9Sbouyerslide* at pci? dev ? function ? # Symphony Labs IDE controllers 2411.9Sbouyerviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 2421.11Sthorpej 2431.11Sthorpejatabus* at ata? channel ? 2441.8Sbouyerwd* at atabus? drive ? flags 0x0000 2451.1Smatt 2461.30Scube#pseudo-device vnd # disk-like interface to files 2471.56Schristos#pseudo-device ccd # concatenated/striped disk devices 2481.57Schristos#pseudo-device raid # RAIDframe disk driver 2491.1Smatt#options RAID_AUTOCONFIG # auto-configuration of RAID components 2501.43Spooka#pseudo-device fss # file system snapshot device 2511.45Shannkenpseudo-device md # memory disk device 2521.1Smattpseudo-device loop # network loopback 2531.29Srpaulopseudo-device bpfilter # packet filter 2541.73Ssevanpseudo-device carp # Common Address Redundancy Protocol 2551.72Smaxv#pseudo-device npf # NPF packet filter 2561.30Scube#pseudo-device ppp # Point-to-Point Protocol 2571.30Scube#pseudo-device sl # Serial Line IP 2581.30Scube#pseudo-device tun # network tunneling over tty 2591.30Scube#pseudo-device gre # generic L3 over IP tunnel 2601.30Scube#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 2611.30Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 2621.30Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2631.1Smatt#pseudo-device vlan # IEEE 802.1q encapsulation 2641.1Smattpseudo-device pty # pseudo-terminals 2651.1Smatt#pseudo-device wsmux # ick 2661.1Smattpseudo-device clockctl # user control of clock subsystem 2671.31Ssimonbpseudo-device ksyms # /dev/ksyms 2681.74Sandvarpseudo-device swdmover # software dmover(9) back-end 2691.44Skiyoharapseudo-device dmoverio # /dev/dmover dmover(9) interface 2701.73Ssevan 2711.73Ssevaninclude "dev/veriexec.config" 272