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