ADM5120 revision 1.2 1 # $NetBSD: ADM5120,v 1.2 2007/04/03 18:06:31 dyoung Exp $
2 #
3 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
4 # DBAu1000 and DBAu1500 evaluation boards.
5
6 include "arch/evbmips/conf/std.adm5120"
7
8 #ident "GENERIC-$Revision: 1.2 $"
9
10 maxusers 32
11
12 options MIPS32
13 options NOFPU # No FPU
14 options SOFTFLOAT # emulate FPU insn
15 #options CONSPEED=115200 # YAMON default
16 options HZ=512 # for profiling
17 options MEMSIZE="(16*1024*1024)"
18
19 #options LOCKDEBUG
20 options SOSEND_LOAN
21 options SOSEND_COUNTERS
22 options INET_CSUM_COUNTERS
23 options TCP_CSUM_COUNTERS
24 options UDP_CSUM_COUNTERS
25 options TCP_OUTPUT_COUNTERS
26
27 #options NTP # network time protocol
28
29 # Debugging options
30 options DIAGNOSTIC # extra kernel sanity checking
31 options DEBUG # extra kernel debugging support
32 options KMEMSTATS # kernel memory statistics (vmstat -m)
33 options DDB # kernel dynamic debugger
34 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
35 makeoptions DEBUG="-g" # compile full symbol table
36 makeoptions CPUFLAGS="-march=4kc"
37 options SYMTAB_SPACE=180000 # size for embedded symbol table
38
39 #options MEMORY_DISK_HOOKS
40 #options MEMORY_DISK_IS_ROOT # Force root on ram-disk
41 #options MEMORY_DISK_ROOT_SIZE=16384 # 2 Megabytes
42
43 # Compatibility options
44 #options COMPAT_43 # compatibility with 4.3BSD binaries
45 #options COMPAT_09 # NetBSD 0.9 binary compatibility
46 #options COMPAT_10 # NetBSD 1.0 binary compatibility
47 #options COMPAT_11 # NetBSD 1.1 binary compatibility
48 #options COMPAT_12 # NetBSD 1.2 binary compatibility
49 #options COMPAT_13 # NetBSD 1.3 binary compatibility
50 #options COMPAT_14 # NetBSD 1.4 binary compatibility
51 #options COMPAT_16 # NetBSD 1.6 binary compatibility
52 #options COMPAT_20 # NetBSD 2.0 binary compatibility
53 #options COMPAT_30 # NetBSD 3.0 binary compatibility
54 #options EXEC_ECOFF # exec ECOFF binaries
55 #options COMPAT_ULTRIX # binary compatibility with Ultrix
56
57 # File systems
58 file-system FFS # Berkeley Fast Filesystem
59 #file-system MFS # memory-based filesystem
60 #file-system EXT2FS # second extended file system (linux)
61 file-system NFS # Sun NFS-compatible filesystem client
62 #file-system KERNFS # kernel data-structure filesystem
63 #file-system NULLFS # NULL layered filesystem
64 #file-system OVERLAY # overlay file system
65 #file-system FDESC # user file descriptor filesystem
66 #file-system UMAPFS # uid/gid remapping filesystem
67 #file-system LFS # Log-based filesystem (still experimental)
68 #file-system PORTAL # portal filesystem (still experimental)
69 #file-system PROCFS # /proc
70 #file-system CD9660 # ISO 9660 + Rock Ridge file system
71 #file-system UNION # union file system
72 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
73 #file-system CODA # Coda File System; also needs vcoda (below)
74
75 # File system options
76 #options NFSSERVER # Sun NFS-compatible filesystem server
77 #options QUOTA # FFS quotas
78 #options FFS_EI # FFS Endian Independant support
79 #options SOFTDEP # FFS soft updates support.
80 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
81 # immutable) behave as system flags.
82
83 # Networking options
84 options GATEWAY # IP packet forwarding
85 options INET # Internet protocols
86 #options INET6 # IPV6
87 #options IPSEC # IP security
88 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
89 #options IPSEC_DEBUG # debug for IP security
90 #options MROUTING # packet forwarding of multicast packets
91 #options NS # Xerox NS networking
92 #options NSIP # Xerox NS tunneling over IP
93 #options ISO,TPIP # OSI networking
94 #options EON # OSI tunneling over IP
95 #options CCITT,LLC,HDLC # X.25
96 #options NETATALK # AppleTalk (over Ethernet) protocol
97 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
98 #options PPP_DEFLATE # Deflate compression support for PPP
99 #options PPP_FILTER # Active filter support for PPP (requires bpf)
100 #options PFIL_HOOKS # pfil(9) packet filter hooks
101 #options IPFILTER_LOG # ipmon(8) log support
102
103 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
104 #options TCP_COMPAT_42
105
106 # These options enable verbose messages for several subsystems.
107 # Warning, these may compile large string tables into the kernel!
108 #options MIIVERBOSE # verbose PHY autoconfig messages
109 #options PCIVERBOSE # verbose PCI device autoconfig messages
110 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
111 #options SCSIVERBOSE # human readable SCSI error messages
112 #options USBVERBOSE # verbose USB device autoconfig messages
113
114 options NFS_BOOT_DHCP
115
116 # Pretty much only one device to use for the root file system.
117 config netbsd root on ? type ?
118
119 mainbus0 at root
120
121 cpu0 at mainbus?
122
123 # Network pseudo-devices
124 pseudo-device bpfilter 8 # Berkeley packet filter
125 pseudo-device loop # network loopback
126 #pseudo-device ppp 2 # Point-to-Point Protocol
127 #pseudo-device sl 2 # Serial Line IP
128 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
129 #pseudo-device tun 2 # network tunneling over tty
130 #pseudo-device gre 2 # generic L3 over IP tunnel
131 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
132 #pseudo-device gif # RFC1933 tunnel
133 #pseudo-device faith 1 # IPv[46] tcp relay translation
134 # Miscellaneous pseudo-devices
135 pseudo-device pty # pseudo-terminals
136 #pseudo-device sequencer 1 # MIDI sequencer
137 pseudo-device rnd # /dev/random & kernel generator
138
139 # A pseudo device needed for Coda # also needs CODA (above)
140 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
141 pseudo-device ksyms
142
143 obio* at mainbus?
144 gpio* at mainbus?
145 extio* at mainbus?
146 uart* at obio? addr ?
147 admsw* at obio? addr ?
148 #admflash* at obio? addr ?
149 #options VND_COMPRESSION
150