KZSH401 revision 1.2
1# $NetBSD: KZSH401,v 1.2 2000/03/22 00:58:19 cgd Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/evbsh3/conf/std.evbsh3" 7 8# Enable the hooks used for initializing the root memory-disk. 9options MEMORY_DISK_HOOKS 10options MEMORY_DISK_IS_ROOT # force root on memory disk 11options MEMORY_DISK_SERVER=0 # no userspace memory disk support 12options MINIROOTSIZE=2880 # size of memory disk, in blocks 13 14maxusers 16 # estimated number of users 15 16# CPU support 17options SH7750 18options SH4 19options SH4_PCMCIA 20options EVBSH4 21options MMEYE 22#options MMEYE_NEW_INT 23#options MMEYE_NO_CACHE 24options PCLOCK=33333300 # 33.3333MHz 25options IOM_ROM_BEGIN=0x00000000 26options IOM_ROM_SIZE=0x00100000 # 1MB 27options IOM_RAM_BEGIN=0x88000000 28options IOM_RAM_SIZE=0x01000000 # 16MB 29options INITTODR_ALWAYS_USE_RTC 30options BRAINS 31options USE_RTCCLK 32options SYNC_CLOCK_TO_RTC 33 34options BSC_BCR1_VAL =0x8000000c 35options BSC_BCR2_VAL =0xb538 36options BSC_WCR1_VAL =0x00010111 37options BSC_WCR2_VAL =0x108a2520 38options BSC_WCR3_VAL =0x00000000 39options BSC_MCR_VAL =0x10192194 40#options BSC_PCR_VAL =0x08eb 41options BSC_RTCSR_VAL =0xa510 42#options BSC_RTCNT_VAL =0xa500 43options BSC_RTCOR_VAL =0xa541 44options BSC_RFCR_VAL =0xa400 45options FRQCR_VAL =0x0e13 46options BSC_SDMR2_VAL =0xff90008c 47 48options LED_ADDR=0xa8000000 49 50# Standard system options 51#options UCONSOLE # users can use TIOCCONS (for xconsole) 52#options INSECURE # disable kernel security levels 53 54options RTC_OFFSET=-540 55options HZ=64 # clock interrupt generates every 1/HZ sec 56#options NTP # NTP phase/frequency locked loop 57 58#options KTRACE # system call tracing via ktrace(1) 59options PMAP_NEW # new pmap interface 60 61#options SYSVMSG # System V-like message queues 62#options SYSVSEM # System V-like semaphores 63#options SYSVSHM # System V-like memory sharing 64#options SHMMAXPGS=1024 # 1024 pages is the default 65 66# Diagnostic/debugging support options 67#options DIAGNOSTIC # cheap kernel consistency checks 68#options DEBUG # expensive debugging checks/support 69#options DDB # in-kernel debugger 70#makeoptions DEBUG="-g" # compile full symbol table 71#options SYSCALL_DEBUG 72#options UVMHIST 73#options UVMHIST_PRINT 74 75# Compatibility options 76options COMPAT_13 # NetBSD 1.3 77options COMPAT_43 # and 4.3BSD 78 79# Executable format options 80options EXEC_COFF # COFF executables 81#options EXEC_ELF32 # 32-bit ELF executables 82 83# File systems 84file-system FFS # UFS 85file-system MFS # memory file system 86#file-system NFS # Network File System client 87#file-system PROCFS # /proc 88#file-system KERNFS # /kern 89file-system NULLFS # loopback file system 90file-system UMAPFS # NULLFS + uid and gid remapping 91 92# File system options 93#options QUOTA # UFS quotas 94#options NFSSERVER # Network File System server 95 96# Networking options 97#options INET # IP + ICMP + TCP + UDP 98#options NFS_BOOT_DHCP # Support DHCP NFS root 99 100#options PCIVERBOSE # verbose PCI device autoconfig messages 101#options PCI_CONFIG_DUMP # verbosely dump PCI config space 102#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 103 104# Kernel root file system and dump configuration. 105#config netbsd root on ? type nfs 106#config netbsd root on wd0a type ffs 107config netbsd root on ? type ffs 108 109# 110# Device configuration 111# 112 113mainbus0 at root 114 115shb* at mainbus? 116 117# Serial Devices 118 119options SCIFCN_SPEED=19200 120scif0 at shb? port 0xffe80000 irq 12 121 122#com0 at shb? port 0xa4000000 irq 11 123#com1 at shb? port 0xa4000008 irq 12 124 125# SH PCMCIA controllers 126#shpcic0 at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000 127#shpcic1 at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000 128 129# PCMCIA bus support 130#pcmcia* at shpcic? controller ? socket ? 131 132#com* at pcmcia? function ? # Modems and serial cards 133#wdc* at pcmcia? function ? 134#wd* at wdc? drive ? # the drives themselves 135 136#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 137#mbe* at pcmcia? function ? # MB8696x based Ethernet 138#ne* at pcmcia? function ? # NE2000-compatible Ethernet 139#sm* at pcmcia? function ? # Megahertz Ethernet 140 141#pseudo-device vnd 4 # disk-like interface to files 142#pseudo-device bpfilter 8 # Berkeley packet filter 143#pseudo-device ipfilter # IP filter (firewall) and NAT 144#pseudo-device loop # network loopback 145pseudo-device pty 16 # pseudo-terminals 146#pseudo-device ppp 2 # Point-to-Point Protocol 147#pseudo-device tun 2 # network tunneling over tty 148 149# Enable the hooks used for initializing the root memory-disk. 150#options MEMORY_DISK_HOOKS 151#options MEMORY_DISK_IS_ROOT # force root on memory disk 152#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 153#options MINIROOTSIZE=3074 # size of memory disk, in blocks 154 155pseudo-device md 1 # memory disk device (ramdisk) 156