1 1.15.2.2 nathanw # $NetBSD: MMEYE,v 1.15.2.2 2002/08/01 02:42:38 nathanw Exp $ 2 1.15.2.2 nathanw # 3 1.15.2.2 nathanw # GENERIC -- everything that's currently supported 4 1.15.2.2 nathanw # 5 1.15.2.2 nathanw 6 1.15.2.2 nathanw include "arch/mmeye/conf/std.mmeye" 7 1.15.2.2 nathanw 8 1.15.2.2 nathanw #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.15.2.2 nathanw 10 1.15.2.2 nathanw maxusers 16 # estimated number of users 11 1.15.2.2 nathanw 12 1.15.2.2 nathanw # CPU support 13 1.15.2.2 nathanw options SH3 14 1.15.2.2 nathanw options SH7708R # 100MHz 15 1.15.2.2 nathanw options MMEYE 16 1.15.2.2 nathanw options MMEYE_NEW_INT 17 1.15.2.2 nathanw #options MMEYE_NO_CACHE 18 1.15.2.2 nathanw options PCLOCK=33330000 # 33.33MHz 19 1.15.2.2 nathanw options INITTODR_ALWAYS_USE_RTC 20 1.15.2.2 nathanw 21 1.15.2.2 nathanw # Standard system options 22 1.15.2.2 nathanw #options UCONSOLE # users can use TIOCCONS (for xconsole) 23 1.15.2.2 nathanw #options INSECURE # disable kernel security levels 24 1.15.2.2 nathanw 25 1.15.2.2 nathanw options HZ=50 # clock interrupt generates every 1/HZ sec 26 1.15.2.2 nathanw #options NTP # NTP phase/frequency locked loop 27 1.15.2.2 nathanw 28 1.15.2.2 nathanw options KTRACE # system call tracing via ktrace(1) 29 1.15.2.2 nathanw 30 1.15.2.2 nathanw #options USERCONF # userconf(4) support 31 1.15.2.2 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 32 1.15.2.2 nathanw 33 1.15.2.2 nathanw # Diagnostic/debugging support options 34 1.15.2.2 nathanw #options DIAGNOSTIC # cheap kernel consistency checks 35 1.15.2.2 nathanw #options DEBUG # expensive debugging checks/support 36 1.15.2.2 nathanw #options DDB # in-kernel debugger 37 1.15.2.2 nathanw #makeoptions DEBUG="-g" # compile full symbol table 38 1.15.2.2 nathanw #options SYSCALL_DEBUG 39 1.15.2.2 nathanw 40 1.15.2.2 nathanw # Compatibility options 41 1.15.2.2 nathanw options COMPAT_14 # NetBSD 1.4, 42 1.15.2.2 nathanw options COMPAT_43 # and 4.3BSD 43 1.15.2.2 nathanw options BSDDISKLABEL_EI # endian independent disklabel support 44 1.15.2.2 nathanw options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support 45 1.15.2.2 nathanw 46 1.15.2.2 nathanw # Executable format options 47 1.15.2.2 nathanw options EXEC_COFF # COFF executables 48 1.15.2.2 nathanw options EXEC_ELF32 # 32-bit ELF executables 49 1.15.2.2 nathanw 50 1.15.2.2 nathanw # File systems 51 1.15.2.2 nathanw file-system FFS # UFS 52 1.15.2.2 nathanw file-system MFS # memory file system 53 1.15.2.2 nathanw file-system NFS # Network File System client 54 1.15.2.2 nathanw file-system PROCFS # /proc 55 1.15.2.2 nathanw 56 1.15.2.2 nathanw # Networking options 57 1.15.2.2 nathanw options INET # IP + ICMP + TCP + UDP 58 1.15.2.2 nathanw options NFS_BOOT_DHCP # Support DHCP NFS root 59 1.15.2.2 nathanw 60 1.15.2.2 nathanw #options PCIVERBOSE # verbose PCI device autoconfig messages 61 1.15.2.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space 62 1.15.2.2 nathanw options PCMCIAVERBOSE # verbose PCMCIA configuration messages 63 1.15.2.2 nathanw 64 1.15.2.2 nathanw # Kernel root file system and dump configuration. 65 1.15.2.2 nathanw #config netbsd root on ? type nfs 66 1.15.2.2 nathanw config netbsd root on wd0a type ffs 67 1.15.2.2 nathanw 68 1.15.2.2 nathanw # 69 1.15.2.2 nathanw # Device configuration 70 1.15.2.2 nathanw # 71 1.15.2.2 nathanw 72 1.15.2.2 nathanw mainbus0 at root 73 1.15.2.2 nathanw 74 1.15.2.2 nathanw shb* at mainbus? 75 1.15.2.2 nathanw 76 1.15.2.2 nathanw com0 at mainbus? 77 1.15.2.2 nathanw com1 at mainbus? 78 1.15.2.2 nathanw 79 1.15.2.2 nathanw # SH PCMCIA controllers 80 1.15.2.2 nathanw mmeyepcmcia0 at mainbus? 81 1.15.2.2 nathanw mmeyepcmcia1 at mainbus? 82 1.15.2.2 nathanw 83 1.15.2.2 nathanw # PCMCIA bus support 84 1.15.2.2 nathanw pcmcia* at mmeyepcmcia? controller ? socket ? 85 1.15.2.2 nathanw 86 1.15.2.2 nathanw com* at pcmcia? function ? # Modems and serial cards 87 1.15.2.2 nathanw wdc* at pcmcia? function ? 88 1.15.2.2 nathanw wd* at wdc? drive ? # the drives themselves 89 1.15.2.2 nathanw 90 1.15.2.2 nathanw ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 91 1.15.2.2 nathanw mbe* at pcmcia? function ? # MB8696x based Ethernet 92 1.15.2.2 nathanw ne* at pcmcia? function ? # NE2000-compatible Ethernet 93 1.15.2.2 nathanw sm* at pcmcia? function ? # Megahertz Ethernet 94 1.15.2.2 nathanw 95 1.15.2.2 nathanw pseudo-device vnd 4 # disk-like interface to files 96 1.15.2.2 nathanw #pseudo-device bpfilter 8 # Berkeley packet filter 97 1.15.2.2 nathanw #pseudo-device ipfilter # IP filter (firewall) and NAT 98 1.15.2.2 nathanw pseudo-device loop # network loopback 99 1.15.2.2 nathanw pseudo-device pty # pseudo-terminals 100 1.15.2.2 nathanw pseudo-device clockctl # user control of clock subsystem 101 1.15.2.2 nathanw 102 1.15.2.2 nathanw # Enable the hooks used for initializing the root memory-disk. 103 1.15.2.2 nathanw #options MEMORY_DISK_HOOKS 104 1.15.2.2 nathanw #options MEMORY_DISK_IS_ROOT # force root on memory disk 105 1.15.2.2 nathanw #options MEMORY_DISK_SERVER=0 # no userspace memory disk support 106 1.15.2.2 nathanw #options MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks 107 1.15.2.2 nathanw 108 1.15.2.2 nathanw #pseudo-device md 1 # memory disk device (ramdisk) 109