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