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