GENERIC revision 1.12 1 # $NetBSD: GENERIC,v 1.12 2002/09/25 11:49:54 martti Exp $
2
3 #include "arch/sbmips/conf/std.sbmips.eb" # big-endian mode
4 include "arch/sbmips/conf/std.sbmips.el" # little-endian mode
5
6 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
7
8 #ident "GENERIC-$Revision: 1.12 $"
9
10 # The following three options are required for BCM1250 pass 1 silicon
11 options SB1250_PASS1
12 options NOFPU
13 options SOFTFLOAT
14
15 maxusers 32
16
17 # Standard system options
18 options KTRACE # system call tracing support
19 options SYSVMSG # System V message queues
20 options SYSVSEM # System V semaphores
21 options SYSVSHM # System V shared memory
22 #options SHMMAXPGS=1024 # 1024 pages is the default
23 options LKM # loadable kernel modules
24 #options NTP # network time protocol
25 #options UCONSOLE # users can redirect console (unsafe)
26
27 # Debugging options
28 options DIAGNOSTIC # extra kernel sanity checking
29 #options DEBUG # extra kernel debugging support
30 #options KMEMSTATS # kernel memory statistics (vmstat -m)
31 options USERCONF # userconf(4) support
32 options DDB # kernel dynamic debugger
33 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
34 #makeoptions DEBUG="-g" # compile full symbol table
35 options SYMTAB_SPACE=200000 # size for embedded symbol table
36
37 # Compatibility options
38 options COMPAT_43 # compatibility with 4.3BSD binaries
39 #options COMPAT_10 # NetBSD 0.9 binary compatibility
40 #options COMPAT_10 # NetBSD 1.0 binary compatibility
41 #options COMPAT_11 # NetBSD 1.1 binary compatibility
42 #options COMPAT_12 # NetBSD 1.2 binary compatibility
43 #options COMPAT_13 # NetBSD 1.3 binary compatibility
44 #options COMPAT_14 # NetBSD 1.4 binary compatibility
45 #options EXEC_ECOFF # exec ECOFF binaries
46 #options COMPAT_ULTRIX # binary compatibility with Ultrix
47
48 # File systems
49 file-system FFS # Berkeley Fast Filesystem
50 file-system NFS # Sun NFS-compatible filesystem client
51 file-system KERNFS # kernel data-structure filesystem
52 #file-system NULLFS # NULL layered filesystem
53 file-system OVERLAY # overlay file system
54 file-system MFS # memory-based filesystem
55 file-system FDESC # user file descriptor filesystem
56 #file-system UMAPFS # uid/gid remapping filesystem
57 file-system LFS # Log-based filesystem (still experimental)
58 #file-system PORTAL # portal filesystem (still experimental)
59 file-system PROCFS # /proc
60 #file-system CD9660 # ISO 9660 + Rock Ridge file system
61 #file-system UNION # union file system
62 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
63 #file-system CODA # Coda File System; also needs vcoda (below)
64
65 # File system options
66 options NFSSERVER # Sun NFS-compatible filesystem server
67 options QUOTA # FFS quotas
68 #options FFS_EI # FFS Endian Independant support
69 #options SOFTDEP # FFS soft updates support.
70 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
71 # immutable) behave as system flags.
72
73 # Networking options
74 #options GATEWAY # IP packet forwarding
75 options INET # Internet protocols
76 options INET6 # IPV6
77 #options IPSEC # IP security
78 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
79 #options IPSEC_DEBUG # debug for IP security
80 #options MROUTING # packet forwarding of multicast packets
81 #options NS # Xerox NS networking
82 #options NSIP # Xerox NS tunneling over IP
83 #options ISO,TPIP # OSI networking
84 #options EON # OSI tunneling over IP
85 #options CCITT,LLC,HDLC # X.25
86 #options NETATALK # AppleTalk (over Ethernet) protocol
87 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
88 #options PPP_DEFLATE # Deflate compression support for PPP
89 options PPP_FILTER # Active filter support for PPP (requires bpf)
90 options PFIL_HOOKS # pfil(9) packet filter hooks
91 options IPFILTER_LOG # ipmon(8) log support
92 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
93
94 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
95 #options TCP_COMPAT_42
96
97 # These options enable verbose messages for several subsystems.
98 # Warning, these may compile large string tables into the kernel!
99 options PCIVERBOSE # verbose PCI device autoconfig messages
100 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
101 #options SCSIVERBOSE # human readable SCSI error messages
102 options MIIVERBOSE # verbose PHY autoconfig messages
103
104 options NFS_BOOT_DHCP
105
106 #config netbsd root on ? type ?
107 config netbsd root on sbmac0 type nfs
108
109 zbbus* at root
110
111 cpu* at zbbus? busid ?
112 sbscd* at zbbus? busid ?
113 sbobio* at zbbus? busid ?
114
115 #sbicu* at sbscd? offset ?
116 sbwdog* at sbscd? offset ? intr ?
117 sbtimer0 at sbscd? offset ? intr ? flags 0x01 # clock
118 #sbtimer1 at sbscd? offset ? intr ? flags 0x02 # statclock
119 sbtimer* at sbscd? offset ? intr ?
120
121 sbmac* at sbobio? offset ?
122 sbscn* at sbobio? offset ?
123 #sbgbus* at sbobio? offset ?
124 smbus* at sbobio? offset ?
125
126 rtc* at smbus? chan ? dev ?
127
128 # MII/PHY support
129 brgphy* at mii? phy ?
130
131 # Pseudo-devices
132
133 # Disk/mass storage pseudo-devices
134 pseudo-device ccd 4 # concatenated disk devices
135 #pseudo-device raid 4 # RAIDframe disk driver
136 #options RAID_AUTOCONFIG # auto-configuration of RAID
137 pseudo-device md 1 # memory disk device (ramdisk)
138 pseudo-device vnd 4 # disk-like interface to files
139
140 # Network pseudo-devices
141 pseudo-device bpfilter 8 # Berkeley packet filter
142 pseudo-device ipfilter # IP filter (firewall) and NAT
143 pseudo-device loop # network loopback
144 #pseudo-device ppp 2 # Point-to-Point Protocol
145 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
146 #pseudo-device sl 2 # Serial Line IP
147 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
148 #pseudo-device irframetty # IrDA frame line discipline
149 #pseudo-device tun 2 # network tunneling over tty
150 #pseudo-device gre 2 # generic L3 over IP tunnel
151 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
152 #pseudo-device gif 4 # RFC1933 tunnel
153 #pseudo-device faith 1 # IPv[46] tcp relay translation
154 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
155 pseudo-device vlan # IEEE 802.1q encapsulation
156 pseudo-device bridge # simple inter-network bridging
157
158 # Miscellaneous pseudo-devices
159 pseudo-device pty # pseudo-terminals
160 #pseudo-device tb 1 # tablet line discipline
161 #pseudo-device sequencer 1 # MIDI sequencer
162 pseudo-device rnd # /dev/random & kernel generator
163 pseudo-device clockctl # user control of clock subsystem
164
165 # A pseudo device needed for Coda # also needs CODA (above)
166 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
167