Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / sys / arch / sbmips / conf / GENERIC
blobae33bfc1bc27748e10a96c11bd6af697f5a9fc84
1 # $NetBSD: GENERIC,v 1.75 2009/08/12 12:56:30 simonb Exp $
3 include         "arch/sbmips/conf/std.sbmips"
5 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
7 #ident          "GENERIC-$Revision: 1.76 $"
9 #options        LOCKDEBUG       # XXX XXX XXX XXX
10 #options        DEBUG           # extra kernel debugging support
12 # The following three options are required for BCM1250 pass 1 silicon
13 #options        SB1250_PASS1
14 #options        NOFPU
15 #options        SOFTFLOAT
17 maxusers        32
19 # Standard system options
20 options         KTRACE          # system call tracing support
21 options         SYSVMSG         # System V message queues
22 options         SYSVSEM         # System V semaphores
23 options         SYSVSHM         # System V shared memory
24 options         P1003_1B_SEMAPHORE # p1003.1b semaphore support
25 #options        NTP             # network time protocol
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         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
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 options         SYMTAB_SPACE=320000     # size for embedded symbol table
38 # Compatibility options
39 options         COMPAT_43       # compatibility with 4.3BSD binaries
40 #options        COMPAT_09       # NetBSD 0.9 binary compatibility
41 #options        COMPAT_10       # NetBSD 1.0 binary compatibility
42 #options        COMPAT_11       # NetBSD 1.1 binary compatibility
43 #options        COMPAT_12       # NetBSD 1.2 binary compatibility
44 #options        COMPAT_13       # NetBSD 1.3 binary compatibility
45 #options        COMPAT_14       # NetBSD 1.4 binary compatibility
46 #options        COMPAT_15       # NetBSD 1.5 binary compatibility
47 options         COMPAT_16       # NetBSD 1.6 binary compatibility
48 options         COMPAT_20       # NetBSD 2.0 binary compatibility
49 options         COMPAT_30       # NetBSD 3.0 compatibility.
50 options         COMPAT_40       # NetBSD 4.0 compatibility.
51 options         COMPAT_50       # NetBSD 5.0 compatibility.
52 #options        EXEC_ECOFF      # exec ECOFF binaries
53 #options        COMPAT_ULTRIX   # binary compatibility with Ultrix
54 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
56 # File systems
57 file-system     FFS             # Berkeley Fast Filesystem
58 file-system     NFS             # Sun NFS-compatible filesystem client
59 file-system     KERNFS          # kernel data-structure filesystem
60 #file-system    NULLFS          # NULL layered filesystem
61 file-system     OVERLAY         # overlay file system
62 file-system     MFS             # memory-based filesystem
63 file-system     FDESC           # user file descriptor filesystem
64 #file-system    UMAPFS          # uid/gid remapping filesystem
65 file-system     LFS             # Log-based filesystem (still experimental)
66 file-system     PROCFS          # /proc
67 #file-system    CD9660          # ISO 9660 + Rock Ridge file system
68 #file-system    UNION           # union file system
69 #file-system    MSDOSFS         # MS-DOS FAT filesystem(s).
70 #file-system    CODA            # Coda File System; also needs vcoda (below)
71 file-system     PTYFS           # /dev/pts/N support
72 #file-system    TMPFS           # Efficient memory file-system
73 #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
75 # File system options
76 options         NFSSERVER       # Sun NFS-compatible filesystem server
77 options         QUOTA           # FFS quotas
78 #options        FFS_NO_SNAPSHOT # No FFS snapshot support
79 #options        FFS_EI          # FFS Endian Independant support
80 options         WAPBL           # File system journaling support - Experimental
81 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
82 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
83                                 # immutable) behave as system flags.
85 # Networking options
86 #options        GATEWAY         # IP packet forwarding
87 options         INET            # Internet protocols
88 options         INET6           # IPV6
89 #options        IPSEC           # IP security
90 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
91 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
92 #options        IPSEC_DEBUG     # debug for IP security
93 #options        MROUTING        # packet forwarding of multicast packets
94 #options        PIM             # Protocol Independent Multicast
95 #options        ISO,TPIP        # OSI networking
96 #options        EON             # OSI tunneling over IP
97 #options        NETATALK        # AppleTalk (over Ethernet) protocol
98 #options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
99 #options        PPP_DEFLATE     # Deflate compression support for PPP
100 options         PPP_FILTER      # Active filter support for PPP (requires bpf)
101 options         PFIL_HOOKS      # pfil(9) packet filter hooks
102 options         IPFILTER_LOG    # ipmon(8) log support
103 options         IPFILTER_LOOKUP # ippool(8) support
104 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
106 #options        ALTQ            # Manipulate network interfaces' output queues
107 #options        ALTQ_BLUE       # Stochastic Fair Blue
108 #options        ALTQ_CBQ        # Class-Based Queueing
109 #options        ALTQ_CDNR       # Diffserv Traffic Conditioner
110 #options        ALTQ_FIFOQ      # First-In First-Out Queue
111 #options        ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
112 #options        ALTQ_HFSC       # Hierarchical Fair Service Curve
113 #options        ALTQ_LOCALQ     # Local queueing discipline
114 #options        ALTQ_PRIQ       # Priority Queueing
115 #options        ALTQ_RED        # Random Early Detection
116 #options        ALTQ_RIO        # RED with IN/OUT
117 #options        ALTQ_WFQ        # Weighted Fair Queueing
119 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
120 #options        TCP_COMPAT_42
122 # These options enable verbose messages for several subsystems.
123 # Warning, these may compile large string tables into the kernel!
124 options         PCIVERBOSE      # verbose PCI device autoconfig messages
125 #options        PCI_CONFIG_DUMP # verbosely dump PCI config space
126 #options        SCSIVERBOSE     # human readable SCSI error messages
127 options         MIIVERBOSE      # verbose PHY autoconfig messages
129 options         NFS_BOOT_DHCP
131 #config         netbsd  root on ? type ?
132 config          netbsd  root on sbmac0 type nfs
134 zbbus*          at root
136 cpu*            at zbbus? busid ?
137 sbscd*          at zbbus? busid ?
138 sbobio*         at zbbus? busid ?
140 #sbicu*         at sbscd? addr ?
141 sbwdog*         at sbscd? addr ? intr ?
142 sbtimer0        at sbscd? addr ? intr ? flags 0x01              # clock
143 #sbtimer1       at sbscd? addr ? intr ? flags 0x02              # statclock
144 sbtimer*        at sbscd? addr ? intr ?
146 sbmac*          at sbobio? addr ?
147 sbscn*          at sbobio? addr ?
148 #sbgbus*        at sbobio? addr ?
149 smbus*          at sbobio? addr ?
151 xirtc*          at smbus? chan ? dev ?          # Xicor X1241 RTC
152 m41t81rtc*      at smbus? chan ? dev ?          # ST M41T81 RTC
154 # MII/PHY support
155 brgphy*         at mii? phy ?
157 # Pseudo-devices
159 # Disk/mass storage pseudo-devices
160 pseudo-device   ccd             4       # concatenated disk devices
161 #pseudo-device  cgd             4       # cryptographic disk devices
162 #pseudo-device  raid            4       # RAIDframe disk driver
163 #options        RAID_AUTOCONFIG         # auto-configuration of RAID
164 pseudo-device   md              1       # memory disk device (ramdisk)
165 pseudo-device   vnd                     # disk-like interface to files
166 #options        VND_COMPRESSION         # compressed vnd(4)
168 # Network pseudo-devices
169 pseudo-device   bpfilter                # Berkeley packet filter
170 #pseudo-device  carp                    # Common Address Redundancy Protocol
171 pseudo-device   ipfilter                # IP filter (firewall) and NAT
172 pseudo-device   loop                    # network loopback
173 #pseudo-device  ppp                     # Point-to-Point Protocol
174 #pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)
175 #pseudo-device  sl                      # Serial Line IP
176 #pseudo-device  strip                   # Starmode Radio IP (Metricom)
177 #pseudo-device  irframetty              # IrDA frame line discipline
178 #pseudo-device  tun                     # network tunneling over tty
179 #pseudo-device  tap                     # virtual Ethernet
180 #pseudo-device  gre                     # generic L3 over IP tunnel
181 #pseudo-device  ipip            2       # RFC 2003 IP Encapsulation
182 #pseudo-device  gif                     # RFC1933 tunnel
183 #pseudo-device  faith                   # IPv[46] tcp relay translation
184 #pseudo-device  stf                     # 6to4 IPv6 over IPv4 encapsulation
185 pseudo-device   vlan                    # IEEE 802.1q encapsulation
186 pseudo-device   bridge                  # simple inter-network bridging
187 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
188 pseudo-device   agr                     # IEEE 802.3ad link aggregation
191 # accept filters
192 pseudo-device   accf_data               # "dataready" accept filter
193 pseudo-device   accf_http               # "httpready" accept filter
195 # Miscellaneous pseudo-devices
196 pseudo-device   pty                     # pseudo-terminals
197 #pseudo-device  sequencer       1       # MIDI sequencer
198 pseudo-device   rnd                     # /dev/random & kernel generator
199 pseudo-device   clockctl                # user control of clock subsystem
200 pseudo-device   ksyms                   # /dev/ksyms
201 #pseudo-device  pf                      # PF packet filter
202 #pseudo-device  pflog                   # PF log if
204 # A pseudo device needed for Coda       # also needs CODA (above)
205 #pseudo-device  vcoda           4       # coda minicache <-> venus comm.
207 # Veriexec
209 # a pseudo device needed for veriexec
210 #pseudo-device  veriexec                1
212 # Uncomment the fingerprint methods below that are desired. Note that
213 # removing fingerprint methods will have almost no impact on the kernel
214 # code size.
216 #options VERIFIED_EXEC_FP_RMD160
217 #options VERIFIED_EXEC_FP_SHA256
218 #options VERIFIED_EXEC_FP_SHA384
219 #options VERIFIED_EXEC_FP_SHA512
220 #options VERIFIED_EXEC_FP_SHA1
221 #options VERIFIED_EXEC_FP_MD5