GENERIC revision 1.1 1 1.1 tsubai # $NetBSD: GENERIC,v 1.1 1998/05/15 10:15:46 tsubai Exp $
2 1.1 tsubai #
3 1.1 tsubai # POWERMAC config file
4 1.1 tsubai #
5 1.1 tsubai
6 1.1 tsubai machine macppc
7 1.1 tsubai
8 1.1 tsubai maxusers 32
9 1.1 tsubai
10 1.1 tsubai # various hacks due to bugs in Openfirmware implementation
11 1.1 tsubai options FIRMWORKSBUGS
12 1.1 tsubai
13 1.1 tsubai # Standard system options
14 1.1 tsubai options SWAPPAGER, VNODEPAGER, DEVPAGER
15 1.1 tsubai options EXEC_AOUT
16 1.1 tsubai options EXEC_ELF32
17 1.1 tsubai options EXEC_SCRIPT
18 1.1 tsubai #options UCONSOLE # users can use TIOCCONS (for xconsole)
19 1.1 tsubai #options INSECURE # disable kernel security levels
20 1.1 tsubai #options NTP # NTP phase/frequency locked loop
21 1.1 tsubai
22 1.1 tsubai options HTABENTS=8192
23 1.1 tsubai
24 1.1 tsubai options SYSVMSG # System V message queues
25 1.1 tsubai options SYSVSEM # System V semaphores
26 1.1 tsubai options SYSVSHM # System V shared memory
27 1.1 tsubai #options SHMMAXPGS=1024 # 1024 pages is the default
28 1.1 tsubai
29 1.1 tsubai options LKM # loadable kernel modules
30 1.1 tsubai
31 1.1 tsubai # Diagnostic/debugging support options
32 1.1 tsubai options DIAGNOSTIC # cheap kernel consistency checks
33 1.1 tsubai #options DEBUG # expensive debugging checks/support
34 1.1 tsubai options DDB # in-kernel debugger
35 1.1 tsubai #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
36 1.1 tsubai options TRAP_PANICWAIT
37 1.1 tsubai
38 1.1 tsubai #makeoptions DEBUG="-g" # compile full symbol table
39 1.1 tsubai
40 1.1 tsubai # Compatibility options
41 1.1 tsubai options COMPAT_09 # NetBSD 0.9,
42 1.1 tsubai options COMPAT_10 # NetBSD 1.0,
43 1.1 tsubai options COMPAT_11 # NetBSD 1.1,
44 1.1 tsubai options COMPAT_12 # NetBSD 1.2,
45 1.1 tsubai options COMPAT_13 # NetBSD 1.3,
46 1.1 tsubai options COMPAT_43 # and 4.3BSD
47 1.1 tsubai #options COMPAT_386BSD_MBRPART # recognize old partition ID
48 1.1 tsubai
49 1.1 tsubai # File systems
50 1.1 tsubai file-system FFS # UFS
51 1.1 tsubai file-system EXT2FS # second extended file system (linux)
52 1.1 tsubai file-system LFS # log-structured file system
53 1.1 tsubai file-system MFS # memory file system
54 1.1 tsubai file-system NFS # Network File System client
55 1.1 tsubai file-system CD9660 # ISO 9660 + Rock Ridge file system
56 1.1 tsubai file-system MSDOSFS # MS-DOS file system
57 1.1 tsubai file-system FDESC # /dev/fd
58 1.1 tsubai file-system KERNFS # /kern
59 1.1 tsubai file-system NULLFS # loopback file system
60 1.1 tsubai file-system PORTAL # portal filesystem (still experimental)
61 1.1 tsubai file-system PROCFS # /proc
62 1.1 tsubai file-system UMAPFS # NULLFS + uid and gid remapping
63 1.1 tsubai file-system UNION # union file system
64 1.1 tsubai
65 1.1 tsubai # File system options
66 1.1 tsubai options QUOTA # UFS quotas
67 1.1 tsubai #options FFS_EI # FFS Endian Independant support
68 1.1 tsubai options NFSSERVER # Network File System server
69 1.1 tsubai options FIFO # FIFOs; RECOMMENDED
70 1.1 tsubai #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
71 1.1 tsubai # immutable) behave as system flags.
72 1.1 tsubai
73 1.1 tsubai # Networking options
74 1.1 tsubai #options GATEWAY # packet forwarding
75 1.1 tsubai options INET # IP + ICMP + TCP + UDP
76 1.1 tsubai #options MROUTING # IP multicast routing
77 1.1 tsubai #options NS # XNS
78 1.1 tsubai #options NSIP # XNS tunneling over IP
79 1.1 tsubai #options ISO,TPIP # OSI
80 1.1 tsubai #options EON # OSI tunneling over IP
81 1.1 tsubai #options CCITT,LLC,HDLC # X.25
82 1.1 tsubai options NETATALK # AppleTalk networking protocols
83 1.1 tsubai #options PPP_BSDCOMP # BSD-Compress compression support for PPP
84 1.1 tsubai #options PPP_DEFLATE # Deflate compression support for PPP
85 1.1 tsubai #options PPP_FILTER # Active filter support for PPP (requires bpf)
86 1.1 tsubai #options PFIL_HOOKS # pfil(9) packet filter hooks
87 1.1 tsubai #options IPFILTER_LOG # ipmon(8) log support
88 1.1 tsubai options NMBCLUSTERS=1024
89 1.1 tsubai
90 1.1 tsubai # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
91 1.1 tsubai #options TCP_COMPAT_42
92 1.1 tsubai
93 1.1 tsubai # These options enable verbose messages for several subsystems.
94 1.1 tsubai # Warning, these may compile large string tables into the kernel!
95 1.1 tsubai options PCIVERBOSE # verbose PCI device autoconfig messages
96 1.1 tsubai options SCSIVERBOSE # human readable SCSI error messages
97 1.1 tsubai
98 1.1 tsubai # Kernel root file system and dump configuration.
99 1.1 tsubai config netbsd root on ? type ?
100 1.1 tsubai
101 1.1 tsubai #
102 1.1 tsubai # Device configuration
103 1.1 tsubai #
104 1.1 tsubai
105 1.1 tsubai mainbus0 at root
106 1.1 tsubai
107 1.1 tsubai cpu* at mainbus0
108 1.1 tsubai
109 1.1 tsubai pci0 at mainbus0 bus ?
110 1.1 tsubai pci1 at mainbus0 bus ?
111 1.1 tsubai pchb* at pci? dev ? function ? # PCI-Host bridges
112 1.1 tsubai #ppb* at pci? dev ? function ? # PCI-PCI bridges
113 1.1 tsubai #pci* at ppb? bus ?
114 1.1 tsubai
115 1.1 tsubai de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
116 1.1 tsubai ep* at pci? dev ? function ?
117 1.1 tsubai ne* at pci? dev ? function ? # NE2000-compatible Ethernet
118 1.1 tsubai
119 1.1 tsubai obio0 at pci? dev ? function ?
120 1.1 tsubai adb0 at obio0
121 1.1 tsubai mc0 at obio0 # MACE ethernet
122 1.1 tsubai esp0 at obio0 flags 0x00ff # 53c9x SCSI
123 1.1 tsubai scsibus* at esp0
124 1.1 tsubai
125 1.1 tsubai zsc0 at obio0
126 1.1 tsubai zstty0 at zsc0 channel 0
127 1.1 tsubai zstty1 at zsc0 channel 1
128 1.1 tsubai
129 1.1 tsubai grfati0 at pci? dev ? function ? # ATY,mach64
130 1.1 tsubai grf0 at grfati0
131 1.1 tsubai ite0 at grf0
132 1.1 tsubai
133 1.1 tsubai sd* at scsibus? target ? lun ? # SCSI disks
134 1.1 tsubai st* at scsibus? target ? lun ? # SCSI tape drives
135 1.1 tsubai cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
136 1.1 tsubai ch* at scsibus? target ? lun ? # SCSI autochangers
137 1.1 tsubai ss* at scsibus? target ? lun ? # SCSI scanners
138 1.1 tsubai uk* at scsibus? target ? lun ? # SCSI unknown
139 1.1 tsubai
140 1.1 tsubai pseudo-device vnd 4 # disk-like interface to files
141 1.1 tsubai pseudo-device ccd 4 # concatenated/striped disk devices
142 1.1 tsubai pseudo-device loop # network loopback
143 1.1 tsubai pseudo-device bpfilter 8 # packet filter
144 1.1 tsubai pseudo-device ipfilter # IP filter (firewall) and NAT
145 1.1 tsubai pseudo-device ppp 2 # Point-to-Point Protocol
146 1.1 tsubai pseudo-device sl 2 # Serial Line IP
147 1.1 tsubai pseudo-device tun 4 # network tunneling over tty
148 1.1 tsubai pseudo-device pty 64 # pseudo-terminals
149 1.1 tsubai
150 1.1 tsubai # rnd is EXPERIMENTAL at this point.
151 1.1 tsubai #pseudo-device rnd # /dev/random and in-kernel generator
152