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