GENERIC revision 1.44.4.5 1 1.44.4.5 nathanw # $NetBSD: GENERIC,v 1.44.4.5 2002/06/20 03:40:25 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.5 nathanw #ident "GENERIC-$Revision: 1.44.4.5 $"
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.2 nathanw
38 1.44.4.2 nathanw options SYSVMSG # System V message queues
39 1.44.4.2 nathanw options SYSVSEM # System V semaphores
40 1.44.4.2 nathanw #options SEMMNI=10 # number of semaphore identifiers
41 1.44.4.2 nathanw #options SEMMNS=60 # number of semaphores in system
42 1.44.4.2 nathanw #options SEMUME=10 # max number of undo entries per process
43 1.44.4.2 nathanw #options SEMMNU=30 # number of undo structures in system
44 1.44.4.2 nathanw options SYSVSHM # System V shared memory
45 1.44.4.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default
46 1.44.4.2 nathanw
47 1.44.4.2 nathanw options LKM # loadable kernel modules
48 1.44.4.2 nathanw
49 1.44.4.4 nathanw #options USERCONF # userconf(4) support
50 1.44.4.3 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
51 1.44.4.3 nathanw
52 1.44.4.2 nathanw # Diagnostic/debugging support options
53 1.44.4.2 nathanw options DIAGNOSTIC # cheap kernel consistency checks
54 1.44.4.2 nathanw #options DEBUG # expensive debugging checks/support
55 1.44.4.2 nathanw options DDB # in-kernel debugger
56 1.44.4.2 nathanw options DDB_HISTORY_SIZE=512 # enable history editing in DDB
57 1.44.4.2 nathanw options TRAP_PANICWAIT
58 1.44.4.2 nathanw
59 1.44.4.2 nathanw makeoptions DEBUG="-g" # compile fill symbol table
60 1.44.4.2 nathanw
61 1.44.4.2 nathanw # Compatibility option
62 1.44.4.2 nathanw options COMPAT_09 # NetBSD 0.9,
63 1.44.4.2 nathanw options COMPAT_10 # NetBSD 1.0,
64 1.44.4.2 nathanw options COMPAT_11 # NetBSD 1.1,
65 1.44.4.2 nathanw options COMPAT_12 # NetBSD 1.2,
66 1.44.4.2 nathanw options COMPAT_13 # NetBSD 1.3,
67 1.44.4.2 nathanw options COMPAT_14 # NetBSD 1.4,
68 1.44.4.2 nathanw options COMPAT_43 # and 4.3BSD
69 1.44.4.2 nathanw options COMPAT_386BSD_MBRPART # recognize old partition ID
70 1.44.4.2 nathanw #options COMPAT_LINUX # Linux binary compatibility
71 1.44.4.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
72 1.44.4.2 nathanw
73 1.44.4.2 nathanw # File systems
74 1.44.4.2 nathanw file-system FFS # UFS
75 1.44.4.2 nathanw file-system EXT2FS # second extended file system (linux)
76 1.44.4.2 nathanw file-system LFS # log-structured file system
77 1.44.4.2 nathanw file-system MFS # memory file system
78 1.44.4.2 nathanw file-system NFS # Network file System client
79 1.44.4.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system
80 1.44.4.2 nathanw file-system MSDOSFS # MS-DOS file system
81 1.44.4.2 nathanw file-system FDESC # /dev/fd
82 1.44.4.2 nathanw file-system KERNFS # /kern
83 1.44.4.2 nathanw file-system NULLFS # loopback file system
84 1.44.4.2 nathanw file-system OVERLAY # overlay file system
85 1.44.4.2 nathanw file-system PORTAL # portal file system (still experimental)
86 1.44.4.2 nathanw file-system PROCFS # /proc
87 1.44.4.2 nathanw file-system UMAPFS # NULLFS + uid and gid remapping
88 1.44.4.2 nathanw file-system UNION # union file system
89 1.44.4.2 nathanw file-system NTFS # Windows NT file system
90 1.44.4.2 nathanw
91 1.44.4.2 nathanw # File system options
92 1.44.4.2 nathanw options QUOTA # UFS quotas
93 1.44.4.2 nathanw options FFS_EI # FFS Endian Independent support
94 1.44.4.2 nathanw options SOFTDEP # FFS soft updates support
95 1.44.4.2 nathanw options NFSSERVER # Network File System server
96 1.44.4.2 nathanw #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
97 1.44.4.2 nathanw # immutable) behave as system flags.
98 1.44.4.2 nathanw
99 1.44.4.2 nathanw options NFS_BOOT_DHCP # Support DHCP NFS root
100 1.44.4.2 nathanw
101 1.44.4.2 nathanw # Networking options
102 1.44.4.2 nathanw #options GATEWAY # packet forwarding
103 1.44.4.2 nathanw options INET # IP + ICMP + TCP + UDP
104 1.44.4.2 nathanw options INET6 # IPV6
105 1.44.4.2 nathanw #options IPSEC # IP security
106 1.44.4.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
107 1.44.4.2 nathanw #options IPSEC_DEBUG # debug for IP security
108 1.44.4.2 nathanw #options MROUTING # IP multicast routing
109 1.44.4.2 nathanw #options NS # XNS
110 1.44.4.2 nathanw #options NSIP # XNS tunneling over IP
111 1.44.4.2 nathanw #options ISO,TPIP # OSI
112 1.44.4.2 nathanw #options EON # OSI tunneling over IP
113 1.44.4.2 nathanw #options CCITT,LLC,HDLC # X.25
114 1.44.4.2 nathanw #options NETATALK # AppleTalk networking protocols
115 1.44.4.2 nathanw options PPP_BSDCOMP # BSD-Compress compression support for PPP
116 1.44.4.2 nathanw options PPP_DEFLATE # Deflate compression support for PPP
117 1.44.4.2 nathanw options PPP_FILTER # Active filter support for PPP (requires BPF)
118 1.44.4.2 nathanw options PFIL_HOOKS # pfil(9) packet filter hooks
119 1.44.4.2 nathanw options IPFILTER_LOG # ipmon(8) log support
120 1.44.4.2 nathanw options NMBCLUSTERS=1024
121 1.44.4.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
122 1.44.4.2 nathanw
123 1.44.4.2 nathanw # Kernel root file system and dump configuration
124 1.44.4.2 nathanw config netbsd root on ? type ?
125 1.44.4.2 nathanw
126 1.44.4.2 nathanw #
127 1.44.4.2 nathanw # Device configuration
128 1.44.4.2 nathanw #
129 1.44.4.2 nathanw
130 1.44.4.2 nathanw mainbus* at root
131 1.44.4.2 nathanw
132 1.44.4.2 nathanw # Generic OpenFirmware bus support
133 1.44.4.2 nathanw ofbus* at mainbus?
134 1.44.4.2 nathanw ofbus* at ofbus?
135 1.44.4.2 nathanw
136 1.44.4.2 nathanw # CPUs
137 1.44.4.2 nathanw cpu* at mainbus?
138 1.44.4.2 nathanw
139 1.44.4.2 nathanw # Generic OpenFirmware disk support
140 1.44.4.2 nathanw ofdisk* at ofbus?
141 1.44.4.2 nathanw
142 1.44.4.2 nathanw # Generic OpenFirmware network interface support
143 1.44.4.2 nathanw ofnet* at ofbus?
144 1.44.4.2 nathanw
145 1.44.4.2 nathanw # Generic OpenFirmware console support
146 1.44.4.2 nathanw ofcons* at ofbus?
147 1.44.4.2 nathanw
148 1.44.4.2 nathanw # Generic OpenFirmware real-time clock support
149 1.44.4.2 nathanw ofrtc* at ofbus?
150 1.44.4.2 nathanw
151 1.44.4.2 nathanw pseudo-device vnd 4 # disk-like interface to files
152 1.44.4.2 nathanw pseudo-device ccd 4 # concatenated/striped disk devices
153 1.44.4.3 nathanw #pesudo-device raid 8 # RAIDframe disk driver
154 1.44.4.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components
155 1.44.4.3 nathanw # Options to enable various other RAIDframe RAID types.
156 1.44.4.3 nathanw # options RF_INCLUDE_EVENODD=1
157 1.44.4.3 nathanw # options RF_INCLUDE_RAID5_RS=1
158 1.44.4.3 nathanw # options RF_INCLUDE_PARITYLOGGING=1
159 1.44.4.3 nathanw # options RF_INCLUDE_CHAINDECLUSTER=1
160 1.44.4.3 nathanw # options RF_INCLUDE_INTERDECLUSTER=1
161 1.44.4.3 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING=1
162 1.44.4.3 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
163 1.44.4.2 nathanw pseudo-device md 1 # memory disk device
164 1.44.4.2 nathanw pseudo-device loop # network loopback
165 1.44.4.2 nathanw pseudo-device bpfilter 8 # packet filter
166 1.44.4.2 nathanw pseudo-device ipfilter # IP Filter (firewall) and NAT
167 1.44.4.2 nathanw pseudo-device ppp 2 # Point-to-Point Protocol
168 1.44.4.2 nathanw pseudo-device pppoe # PPP over Ethernet (RFC 2516)
169 1.44.4.2 nathanw pseudo-device sl 2 # Serial Line IP
170 1.44.4.2 nathanw pseudo-device tun 4 # network tunneling over tty
171 1.44.4.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel
172 1.44.4.2 nathanw pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
173 1.44.4.2 nathanw #pseudo-device faith # IPv[46] tcp relay translation i/f
174 1.44.4.2 nathanw #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
175 1.44.4.2 nathanw pseudo-device vlan # IEEE 802.1q encapsulation
176 1.44.4.2 nathanw pseudo-device bridge # simple inter-network bridging
177 1.44.4.2 nathanw pseudo-device pty # pseudo-terminals
178 1.44.4.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator
179 1.44.4.5 nathanw pseudo-device clockctl # user control of clock subsystem
180