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