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