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