MMEYE revision 1.1 1 # $NetBSD: MMEYE,v 1.1 1999/09/13 10:30:49 itojun 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 options PMAP_NEW # new pmap interface
27
28 # Diagnostic/debugging support options
29 #options DIAGNOSTIC # cheap kernel consistency checks
30 #options DEBUG # expensive debugging checks/support
31 #options DDB # in-kernel debugger
32 #makeoptions DEBUG="-g" # compile full symbol table
33 #options SYSCALL_DEBUG
34
35 # Compatibility options
36 options COMPAT_13 # NetBSD 1.3
37 options COMPAT_43 # and 4.3BSD
38
39 # Executable format options
40 options EXEC_COFF # COFF executables
41 options EXEC_ELF32 # 32-bit ELF executables
42
43 # File systems
44 file-system FFS # UFS
45 file-system MFS # memory file system
46 file-system NFS # Network File System client
47 file-system PROCFS # /proc
48
49 # Networking options
50 options INET # IP + ICMP + TCP + UDP
51 options NFS_BOOT_DHCP # Support DHCP NFS root
52
53 #options PCIVERBOSE # verbose PCI device autoconfig messages
54 options PCMCIAVERBOSE # verbose PCMCIA configuration messages
55
56 # Kernel root file system and dump configuration.
57 config netbsd root on ? type nfs
58 #config netbsd root on wd0a type ffs
59
60 #
61 # Device configuration
62 #
63
64 mainbus0 at root
65
66 shb* at mainbus?
67
68 # mainbus pseudo floppy
69 #fdc0 at mainbus0 # pseudo PC floppy controllers
70 #fd0 at fdc0 drive 0
71
72 com0 at shb? port 0xa4000000 irq 11
73 com1 at shb? port 0xa4000008 irq 12
74
75 # SH PCMCIA controllers
76 shpcic0 at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
77 shpcic1 at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
78
79 # PCMCIA bus support
80 pcmcia* at shpcic? controller ? socket ?
81
82 com* at pcmcia? function ? # Modems and serial cards
83 wdc* at pcmcia? function ?
84 wd* at wdc? drive ? # the drives themselves
85
86 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
87 mbe* at pcmcia? function ? # MB8696x based Ethernet
88 ne* at pcmcia? function ? # NE2000-compatible Ethernet
89 sm* at pcmcia? function ? # Megahertz Ethernet
90
91 pseudo-device vnd 4 # disk-like interface to files
92 #pseudo-device bpfilter 8 # Berkeley packet filter
93 #pseudo-device ipfilter # IP filter (firewall) and NAT
94 pseudo-device loop # network loopback
95 pseudo-device pty 16 # pseudo-terminals
96
97 # Enable the hooks used for initializing the root memory-disk.
98 #options MEMORY_DISK_HOOKS
99 #options MEMORY_DISK_IS_ROOT # force root on memory disk
100 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
101 #options MINIROOTSIZE=3074 # size of memory disk, in blocks
102
103 #pseudo-device md 1 # memory disk device (ramdisk)
104