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