GENERIC revision 1.37.2.1       1 #	$NetBSD: GENERIC,v 1.37.2.1 1999/12/21 23:16:05 wrstuden Exp $
      2 #
      3 # POWERMAC config file
      4 #
      5 
      6 include		"arch/macppc/conf/std.macppc"
      7 
      8 maxusers	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 options 	KTRACE		# system call tracing via ktrace(1)
     15 
     16 options 	SYSVMSG		# System V message queues
     17 options 	SYSVSEM		# System V semaphores
     18 options 	SYSVSHM		# System V shared memory
     19 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     20 
     21 options 	LKM		# loadable kernel modules
     22 
     23 #options	NON_PO2_BLOCKS	# non-2**n block size support
     24 
     25 # Diagnostic/debugging support options
     26 options 	DIAGNOSTIC	# cheap kernel consistency checks
     27 #options 	DEBUG		# expensive debugging checks/support
     28 options 	DDB		# in-kernel debugger
     29 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     30 options 	TRAP_PANICWAIT
     31 
     32 #makeoptions	DEBUG="-g"	# compile full symbol table
     33 
     34 # Compatibility options
     35 options 	COMPAT_09	# NetBSD 0.9,
     36 options 	COMPAT_10	# NetBSD 1.0,
     37 options 	COMPAT_11	# NetBSD 1.1,
     38 options 	COMPAT_12	# NetBSD 1.2,
     39 options 	COMPAT_13	# NetBSD 1.3,
     40 options 	COMPAT_14	# NetBSD 1.4,
     41 options 	COMPAT_43	# and 4.3BSD
     42 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     43 
     44 # File systems
     45 file-system 	FFS		# UFS
     46 file-system 	EXT2FS		# second extended file system (linux)
     47 file-system 	LFS		# log-structured file system
     48 file-system 	MFS		# memory file system
     49 file-system 	NFS		# Network File System client
     50 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     51 file-system 	MSDOSFS		# MS-DOS file system
     52 file-system 	FDESC		# /dev/fd
     53 file-system 	KERNFS		# /kern
     54 file-system 	NULLFS		# loopback file system
     55 file-system 	PORTAL		# portal filesystem (still experimental)
     56 file-system 	PROCFS		# /proc
     57 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     58 file-system 	UNION		# union file system
     59 
     60 # File system options
     61 options 	QUOTA		# UFS quotas
     62 #options 	FFS_EI		# FFS Endian Independant support
     63 options 	NFSSERVER	# Network File System server
     64 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     65 				# immutable) behave as system flags.
     66 
     67 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     68 
     69 # Networking options
     70 #options 	GATEWAY		# packet forwarding
     71 options 	INET		# IP + ICMP + TCP + UDP
     72 #options 	MROUTING	# IP multicast routing
     73 #options 	NS		# XNS
     74 #options 	NSIP		# XNS tunneling over IP
     75 #options 	ISO,TPIP	# OSI
     76 #options 	EON		# OSI tunneling over IP
     77 #options 	CCITT,LLC,HDLC	# X.25
     78 options 	NETATALK	# AppleTalk networking protocols
     79 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     80 options 	PPP_DEFLATE	# Deflate compression support for PPP
     81 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     82 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     83 options 	IPFILTER_LOG	# ipmon(8) log support
     84 options 	NMBCLUSTERS=1024
     85 
     86 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
     87 #options 	TCP_COMPAT_42
     88 
     89 # These options enable verbose messages for several subsystems.
     90 # Warning, these may compile large string tables into the kernel!
     91 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     92 options 	SCSIVERBOSE	# human readable SCSI error messages
     93 options 	USBVERBOSE	# verbose USB device autoconfig messages
     94 
     95 # wscons options
     96 #options 	WSEMUL_SUN		# sun terminal emulation
     97 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     98 
     99 # Kernel root file system and dump configuration.
    100 config		netbsd	root on ? type ?
    101 
    102 #
    103 # Device configuration
    104 #
    105 
    106 mainbus* at root
    107 
    108 cpu*	at mainbus?
    109 pci*	at mainbus? bus ?
    110 pci*	at ppb? bus ?
    111 
    112 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    113 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    114 
    115 de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
    116 fpa*	at pci? dev ? function ?	# DEC PCI FDDI (DEFPA) Controller
    117 ep*	at pci? dev ? function ?	# 3Com 3c59x
    118 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    119 adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    120 ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
    121 bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    122 pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
    123 ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
    124 pciide*	at pci? dev ? function ?
    125 #macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
    126 obio0	at pci? dev ? function ?
    127 
    128 nsphy*	at mii? phy ?			# NS83840 PHYs
    129 
    130 bm*	at obio?			# bmac ethernet
    131 mc*	at obio?			# MACE ethernet
    132 esp*	at obio? flags 0x00ff		# 53c9x SCSI
    133 mesh*	at obio? flags 0xffff		# MESH SCSI
    134 nvram*	at obio?			# nvram
    135 adb*	at obio?			# Apple Desktop Bus
    136 aed*	at adb?				# ADB Event Device
    137 akbd*	at adb?				# ADB keyboard
    138 ams*	at adb?				# ADB mouse
    139 zsc*	at obio?
    140 zstty*	at zsc? channel ?
    141 mediabay* at obio?
    142 wdc*	at mediabay? flags 0
    143 
    144 wsdisplay0 at ofb? console ?
    145 wskbd0	at akbd? console ?
    146 wsmouse0 at ams? mux 0
    147 
    148 scsibus* at adv?
    149 scsibus* at ahc?
    150 scsibus* at bha?
    151 scsibus* at esp?
    152 scsibus* at mesh?
    153 scsibus* at pcscp?
    154 
    155 sd*	at scsibus? target ? lun ?	# SCSI disks
    156 st*	at scsibus? target ? lun ?	# SCSI tape drives
    157 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    158 ch*	at scsibus? target ? lun ?	# SCSI autochangers
    159 ss*	at scsibus? target ? lun ?	# SCSI scanners
    160 uk*	at scsibus? target ? lun ?	# SCSI unknown
    161 
    162 wdc*	at obio? flags 0x0
    163 wd*	at pciide? channel ? drive ?
    164 wd*	at wdc? channel ? drive ? flags 0x0000
    165 
    166 atapibus* at wdc? channel ?
    167 
    168 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    169 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    170 uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    171 
    172 # PCI USB controllers
    173 ohci*	at pci?				# Open Host Controller
    174 
    175 # USB bus support
    176 usb*	at ohci?
    177 
    178 # USB Hubs
    179 uhub*	at usb?
    180 uhub*	at uhub? port ? configuration ? interface ?
    181 
    182 # USB Mice
    183 ums*	at uhub? port ? configuration ? interface ?
    184 wsmouse* at ums? mux 0
    185 
    186 # USB Keyboards
    187 ukbd*	at uhub? port ? configuration ? interface ?
    188 wskbd*	at ukbd? console ? mux 1
    189 
    190 # USB Generic HID devices
    191 uhid*	at uhub? port ? configuration ? interface ?
    192 
    193 # USB Printer
    194 ulpt*	at uhub? port ? configuration ? interface ?
    195 
    196 # USB Modem
    197 umodem*	at uhub? port ? configuration ?
    198 
    199 # USB Mass Storage
    200 umass*	at uhub? port ? configuration ? interface ?
    201 scsibus* at umass? channel ?
    202 
    203 # USB audio
    204 uaudio*	at uhub? port ? configuration ?
    205 audio*	at uaudio?
    206 
    207 # USB Generic driver
    208 ugen*	at uhub? port ? configuration ? interface ?
    209 
    210 pseudo-device	vnd		4	# disk-like interface to files
    211 pseudo-device	ccd		4	# concatenated/striped disk devices
    212 #pseudo-device	raid		4	# RAIDframe disk driver
    213 pseudo-device	md		1	# memory disk device
    214 pseudo-device	loop			# network loopback
    215 pseudo-device	bpfilter	8	# packet filter
    216 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    217 pseudo-device	ppp		2	# Point-to-Point Protocol
    218 pseudo-device	sl		2	# Serial Line IP
    219 pseudo-device	tun		4	# network tunneling over tty
    220 #pseudo-device	gre		2	# generic L3 over IP tunnel
    221 pseudo-device	pty		64	# pseudo-terminals
    222 pseudo-device	wsmux		2	# mouse & keyboard multiplexor
    223 
    224 # rnd is EXPERIMENTAL at this point.
    225 #pseudo-device	rnd			# /dev/random and in-kernel generator
    226