GENERIC revision 1.44.4.6 1 1.44.4.6 nathanw # $NetBSD: GENERIC,v 1.44.4.6 2002/10/18 02:39:17 nathanw Exp $
2 1.44.4.2 nathanw #
3 1.44.4.2 nathanw # GENERIC machine description file
4 1.44.4.2 nathanw #
5 1.44.4.2 nathanw # This machine description file is used to generate the default NetBSD
6 1.44.4.2 nathanw # kernel. The generic kernel does not include all options, subsystems
7 1.44.4.2 nathanw # and device drivers, but should be useful for most applications.
8 1.44.4.2 nathanw #
9 1.44.4.2 nathanw # The machine description file can be customised for your specific
10 1.44.4.2 nathanw # machine to reduce the kernel size and improve its performance.
11 1.44.4.2 nathanw #
12 1.44.4.2 nathanw # For further information on compiling NetBSD kernels, see the config(8)
13 1.44.4.2 nathanw # man page.
14 1.44.4.2 nathanw #
15 1.44.4.2 nathanw # For further information on hardware support for this architecture, see
16 1.44.4.2 nathanw # the intro(4) man page. For further information about kernel options
17 1.44.4.2 nathanw # for this architecture, see the options(4) man page. For an explanation
18 1.44.4.2 nathanw # of each device driver in this file see the section 4 man page for the
19 1.44.4.2 nathanw # device.
20 1.44.4.2 nathanw
21 1.44.4.2 nathanw include "arch/ofppc/conf/std.ofppc"
22 1.44.4.2 nathanw
23 1.44.4.5 nathanw options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.44.4.5 nathanw
25 1.44.4.6 nathanw #ident "GENERIC-$Revision: 1.44.4.6 $"
26 1.44.4.2 nathanw
27 1.44.4.2 nathanw maxusers 32
28 1.44.4.2 nathanw
29 1.44.4.2 nathanw # various hacks due to bugs in Openfirmware implementation
30 1.44.4.2 nathanw options FIRMWORKSBUGS
31 1.44.4.2 nathanw
32 1.44.4.2 nathanw # Standard system options
33 1.44.4.2 nathanw #options UCONSOLE # users can use TIOCCONS (for xconsole)
34 1.44.4.2 nathanw #options INSECURE # disable kernel security checks
35 1.44.4.2 nathanw #options NTP # NTP phase/frequency locked loop
36 1.44.4.2 nathanw options KTRACE # system call tracing via ktrace(1)
37 1.44.4.6 nathanw options SYSTRACE # system call vetting via systrace(1)
38 1.44.4.2 nathanw
39 1.44.4.2 nathanw options SYSVMSG # System V message queues
40 1.44.4.2 nathanw options SYSVSEM # System V semaphores
41 1.44.4.2 nathanw #options SEMMNI=10 # number of semaphore identifiers
42 1.44.4.2 nathanw #options SEMMNS=60 # number of semaphores in system
43 1.44.4.2 nathanw #options SEMUME=10 # max number of undo entries per process
44 1.44.4.2 nathanw #options SEMMNU=30 # number of undo structures in system
45 1.44.4.2 nathanw options SYSVSHM # System V shared memory
46 1.44.4.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default
47 1.44.4.2 nathanw
48 1.44.4.2 nathanw options LKM # loadable kernel modules
49 1.44.4.2 nathanw
50 1.44.4.6 nathanw options USERCONF # userconf(4) support
51 1.44.4.3 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
52 1.44.4.3 nathanw
53 1.44.4.2 nathanw # Diagnostic/debugging support options
54 1.44.4.2 nathanw options DIAGNOSTIC # cheap kernel consistency checks
55 1.44.4.2 nathanw #options DEBUG # expensive debugging checks/support
56 1.44.4.2 nathanw options DDB # in-kernel debugger
57 1.44.4.2 nathanw options DDB_HISTORY_SIZE=512 # enable history editing in DDB
58 1.44.4.2 nathanw options TRAP_PANICWAIT
59 1.44.4.2 nathanw
60 1.44.4.6 nathanw makeoptions DEBUG="-g" # compile full symbol table
61 1.44.4.2 nathanw
62 1.44.4.2 nathanw # Compatibility option
63 1.44.4.2 nathanw options COMPAT_09 # NetBSD 0.9,
64 1.44.4.2 nathanw options COMPAT_10 # NetBSD 1.0,
65 1.44.4.2 nathanw options COMPAT_11 # NetBSD 1.1,
66 1.44.4.2 nathanw options COMPAT_12 # NetBSD 1.2,
67 1.44.4.2 nathanw options COMPAT_13 # NetBSD 1.3,
68 1.44.4.2 nathanw options COMPAT_14 # NetBSD 1.4,
69 1.44.4.2 nathanw options COMPAT_43 # and 4.3BSD
70 1.44.4.2 nathanw options COMPAT_386BSD_MBRPART # recognize old partition ID
71 1.44.4.2 nathanw #options COMPAT_LINUX # Linux binary compatibility
72 1.44.4.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
73 1.44.4.2 nathanw
74 1.44.4.2 nathanw # File systems
75 1.44.4.2 nathanw file-system FFS # UFS
76 1.44.4.2 nathanw file-system EXT2FS # second extended file system (linux)
77 1.44.4.2 nathanw file-system LFS # log-structured file system
78 1.44.4.2 nathanw file-system MFS # memory file system
79 1.44.4.2 nathanw file-system NFS # Network file System client
80 1.44.4.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system
81 1.44.4.2 nathanw file-system MSDOSFS # MS-DOS file system
82 1.44.4.2 nathanw file-system FDESC # /dev/fd
83 1.44.4.2 nathanw file-system KERNFS # /kern
84 1.44.4.2 nathanw file-system NULLFS # loopback file system
85 1.44.4.2 nathanw file-system OVERLAY # overlay file system
86 1.44.4.2 nathanw file-system PORTAL # portal file system (still experimental)
87 1.44.4.2 nathanw file-system PROCFS # /proc
88 1.44.4.2 nathanw file-system UMAPFS # NULLFS + uid and gid remapping
89 1.44.4.2 nathanw file-system UNION # union file system
90 1.44.4.2 nathanw file-system NTFS # Windows NT file system
91 1.44.4.2 nathanw
92 1.44.4.2 nathanw # File system options
93 1.44.4.2 nathanw options QUOTA # UFS quotas
94 1.44.4.2 nathanw options FFS_EI # FFS Endian Independent support
95 1.44.4.2 nathanw options SOFTDEP # FFS soft updates support
96 1.44.4.2 nathanw options NFSSERVER # Network File System server
97 1.44.4.2 nathanw #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
98 1.44.4.2 nathanw # immutable) behave as system flags.
99 1.44.4.2 nathanw
100 1.44.4.2 nathanw options NFS_BOOT_DHCP # Support DHCP NFS root
101 1.44.4.2 nathanw
102 1.44.4.2 nathanw # Networking options
103 1.44.4.2 nathanw #options GATEWAY # packet forwarding
104 1.44.4.2 nathanw options INET # IP + ICMP + TCP + UDP
105 1.44.4.2 nathanw options INET6 # IPV6
106 1.44.4.2 nathanw #options IPSEC # IP security
107 1.44.4.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
108 1.44.4.2 nathanw #options IPSEC_DEBUG # debug for IP security
109 1.44.4.2 nathanw #options MROUTING # IP multicast routing
110 1.44.4.2 nathanw #options NS # XNS
111 1.44.4.2 nathanw #options NSIP # XNS tunneling over IP
112 1.44.4.2 nathanw #options ISO,TPIP # OSI
113 1.44.4.2 nathanw #options EON # OSI tunneling over IP
114 1.44.4.2 nathanw #options CCITT,LLC,HDLC # X.25
115 1.44.4.2 nathanw #options NETATALK # AppleTalk networking protocols
116 1.44.4.2 nathanw options PPP_BSDCOMP # BSD-Compress compression support for PPP
117 1.44.4.2 nathanw options PPP_DEFLATE # Deflate compression support for PPP
118 1.44.4.2 nathanw options PPP_FILTER # Active filter support for PPP (requires BPF)
119 1.44.4.2 nathanw options PFIL_HOOKS # pfil(9) packet filter hooks
120 1.44.4.2 nathanw options IPFILTER_LOG # ipmon(8) log support
121 1.44.4.6 nathanw #options IPFILTER_DEFAULT_BLOCK # block all packets by default
122 1.44.4.2 nathanw options NMBCLUSTERS=1024
123 1.44.4.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
124 1.44.4.2 nathanw
125 1.44.4.2 nathanw # Kernel root file system and dump configuration
126 1.44.4.2 nathanw config netbsd root on ? type ?
127 1.44.4.2 nathanw
128 1.44.4.2 nathanw #
129 1.44.4.2 nathanw # Device configuration
130 1.44.4.2 nathanw #
131 1.44.4.2 nathanw
132 1.44.4.2 nathanw mainbus* at root
133 1.44.4.2 nathanw
134 1.44.4.2 nathanw # Generic OpenFirmware bus support
135 1.44.4.2 nathanw ofbus* at mainbus?
136 1.44.4.2 nathanw ofbus* at ofbus?
137 1.44.4.2 nathanw
138 1.44.4.2 nathanw # CPUs
139 1.44.4.2 nathanw cpu* at mainbus?
140 1.44.4.2 nathanw
141 1.44.4.2 nathanw # Generic OpenFirmware disk support
142 1.44.4.2 nathanw ofdisk* at ofbus?
143 1.44.4.2 nathanw
144 1.44.4.2 nathanw # Generic OpenFirmware network interface support
145 1.44.4.2 nathanw ofnet* at ofbus?
146 1.44.4.2 nathanw
147 1.44.4.2 nathanw # Generic OpenFirmware console support
148 1.44.4.2 nathanw ofcons* at ofbus?
149 1.44.4.2 nathanw
150 1.44.4.2 nathanw # Generic OpenFirmware real-time clock support
151 1.44.4.2 nathanw ofrtc* at ofbus?
152 1.44.4.2 nathanw
153 1.44.4.2 nathanw pseudo-device vnd 4 # disk-like interface to files
154 1.44.4.2 nathanw pseudo-device ccd 4 # concatenated/striped disk devices
155 1.44.4.6 nathanw #pseudo-device cgd 4 # cryptographic disk devices
156 1.44.4.3 nathanw #pesudo-device raid 8 # RAIDframe disk driver
157 1.44.4.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components
158 1.44.4.3 nathanw # Options to enable various other RAIDframe RAID types.
159 1.44.4.3 nathanw # options RF_INCLUDE_EVENODD=1
160 1.44.4.3 nathanw # options RF_INCLUDE_RAID5_RS=1
161 1.44.4.3 nathanw # options RF_INCLUDE_PARITYLOGGING=1
162 1.44.4.3 nathanw # options RF_INCLUDE_CHAINDECLUSTER=1
163 1.44.4.3 nathanw # options RF_INCLUDE_INTERDECLUSTER=1
164 1.44.4.3 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING=1
165 1.44.4.3 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
166 1.44.4.2 nathanw pseudo-device md 1 # memory disk device
167 1.44.4.2 nathanw pseudo-device loop # network loopback
168 1.44.4.2 nathanw pseudo-device bpfilter 8 # packet filter
169 1.44.4.2 nathanw pseudo-device ipfilter # IP Filter (firewall) and NAT
170 1.44.4.2 nathanw pseudo-device ppp 2 # Point-to-Point Protocol
171 1.44.4.2 nathanw pseudo-device pppoe # PPP over Ethernet (RFC 2516)
172 1.44.4.2 nathanw pseudo-device sl 2 # Serial Line IP
173 1.44.4.2 nathanw pseudo-device tun 4 # network tunneling over tty
174 1.44.4.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel
175 1.44.4.2 nathanw pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
176 1.44.4.2 nathanw #pseudo-device faith # IPv[46] tcp relay translation i/f
177 1.44.4.2 nathanw #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
178 1.44.4.2 nathanw pseudo-device vlan # IEEE 802.1q encapsulation
179 1.44.4.2 nathanw pseudo-device bridge # simple inter-network bridging
180 1.44.4.2 nathanw pseudo-device pty # pseudo-terminals
181 1.44.4.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator
182 1.44.4.5 nathanw pseudo-device clockctl # user control of clock subsystem
183 1.44.4.6 nathanw pseudo-device openfirm # /dev/openfirm
184 1.44.4.6 nathanw
185 1.44.4.6 nathanw options FIREPOWER_ES # Firepower ES
186 1.44.4.6 nathanw options FIREPOWER_MX # Firepower MX
187 1.44.4.6 nathanw options FIREPOWER_LX # Firepower LX
188