Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.37.2.2
      1  1.37.2.2  wrstuden #	$NetBSD: GENERIC,v 1.37.2.2 1999/12/27 18:32:41 wrstuden Exp $
      2       1.1    tsubai #
      3  1.37.2.2  wrstuden #	GENERIC -- everything that's currently supported
      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.37.2.1  wrstuden 
     23  1.37.2.1  wrstuden #options	NON_PO2_BLOCKS	# non-2**n block size support
     24       1.1    tsubai 
     25       1.1    tsubai # Diagnostic/debugging support options
     26       1.1    tsubai options 	DIAGNOSTIC	# cheap kernel consistency checks
     27       1.1    tsubai #options 	DEBUG		# expensive debugging checks/support
     28       1.1    tsubai options 	DDB		# in-kernel debugger
     29       1.1    tsubai #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     30       1.1    tsubai options 	TRAP_PANICWAIT
     31       1.1    tsubai 
     32       1.1    tsubai #makeoptions	DEBUG="-g"	# compile full symbol table
     33       1.1    tsubai 
     34       1.1    tsubai # Compatibility options
     35       1.1    tsubai options 	COMPAT_09	# NetBSD 0.9,
     36       1.1    tsubai options 	COMPAT_10	# NetBSD 1.0,
     37       1.1    tsubai options 	COMPAT_11	# NetBSD 1.1,
     38       1.1    tsubai options 	COMPAT_12	# NetBSD 1.2,
     39       1.1    tsubai options 	COMPAT_13	# NetBSD 1.3,
     40      1.31  augustss options 	COMPAT_14	# NetBSD 1.4,
     41       1.1    tsubai options 	COMPAT_43	# and 4.3BSD
     42       1.1    tsubai #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     43       1.1    tsubai 
     44       1.1    tsubai # File systems
     45       1.1    tsubai file-system 	FFS		# UFS
     46       1.1    tsubai file-system 	EXT2FS		# second extended file system (linux)
     47       1.1    tsubai file-system 	LFS		# log-structured file system
     48       1.1    tsubai file-system 	MFS		# memory file system
     49       1.1    tsubai file-system 	NFS		# Network File System client
     50       1.1    tsubai file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     51       1.1    tsubai file-system 	MSDOSFS		# MS-DOS file system
     52       1.1    tsubai file-system 	FDESC		# /dev/fd
     53       1.1    tsubai file-system 	KERNFS		# /kern
     54       1.1    tsubai file-system 	NULLFS		# loopback file system
     55       1.1    tsubai file-system 	PORTAL		# portal filesystem (still experimental)
     56       1.1    tsubai file-system 	PROCFS		# /proc
     57       1.1    tsubai file-system 	UMAPFS		# NULLFS + uid and gid remapping
     58       1.1    tsubai file-system 	UNION		# union file system
     59       1.1    tsubai 
     60       1.1    tsubai # File system options
     61       1.1    tsubai options 	QUOTA		# UFS quotas
     62       1.1    tsubai #options 	FFS_EI		# FFS Endian Independant support
     63  1.37.2.2  wrstuden #options 	SOFTDEP         # FFS soft updates support.
     64       1.1    tsubai options 	NFSSERVER	# Network File System server
     65       1.1    tsubai #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     66       1.1    tsubai 				# immutable) behave as system flags.
     67       1.8   thorpej 
     68       1.8   thorpej options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     69       1.1    tsubai 
     70  1.37.2.2  wrstuden # Pull in config fragments for kernel crypto.  This is required for
     71  1.37.2.2  wrstuden # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     72  1.37.2.2  wrstuden # one of these, based on whether you use crypto-us or crypto-intl, and
     73  1.37.2.2  wrstuden # adjust the prefixes as necessary.
     74  1.37.2.2  wrstuden 
     75  1.37.2.2  wrstuden #prefix ../crypto-us/sys
     76  1.37.2.2  wrstuden #cinclude "conf/files.crypto-us"
     77  1.37.2.2  wrstuden #prefix
     78  1.37.2.2  wrstuden 
     79  1.37.2.2  wrstuden #prefix ../crypto-intl/sys
     80  1.37.2.2  wrstuden #cinclude "conf/files.crypto-intl"
     81  1.37.2.2  wrstuden #prefix
     82  1.37.2.2  wrstuden 
     83       1.1    tsubai # Networking options
     84       1.1    tsubai #options 	GATEWAY		# packet forwarding
     85       1.1    tsubai options 	INET		# IP + ICMP + TCP + UDP
     86  1.37.2.2  wrstuden options 	INET6		# IPV6
     87  1.37.2.2  wrstuden #options 	IPSEC		# IP security
     88  1.37.2.2  wrstuden #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     89  1.37.2.2  wrstuden #options 	IPSEC_DEBUG	# debug for IP security
     90       1.1    tsubai #options 	MROUTING	# IP multicast routing
     91       1.1    tsubai #options 	NS		# XNS
     92       1.1    tsubai #options 	NSIP		# XNS tunneling over IP
     93       1.1    tsubai #options 	ISO,TPIP	# OSI
     94       1.1    tsubai #options 	EON		# OSI tunneling over IP
     95       1.1    tsubai #options 	CCITT,LLC,HDLC	# X.25
     96       1.1    tsubai options 	NETATALK	# AppleTalk networking protocols
     97      1.30  christos options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     98      1.30  christos options 	PPP_DEFLATE	# Deflate compression support for PPP
     99      1.30  christos options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    100      1.30  christos options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    101      1.30  christos options 	IPFILTER_LOG	# ipmon(8) log support
    102       1.1    tsubai options 	NMBCLUSTERS=1024
    103       1.1    tsubai 
    104       1.1    tsubai # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    105       1.1    tsubai #options 	TCP_COMPAT_42
    106       1.1    tsubai 
    107       1.1    tsubai # These options enable verbose messages for several subsystems.
    108       1.1    tsubai # Warning, these may compile large string tables into the kernel!
    109       1.1    tsubai options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    110       1.1    tsubai options 	SCSIVERBOSE	# human readable SCSI error messages
    111      1.22    tsubai options 	USBVERBOSE	# verbose USB device autoconfig messages
    112       1.1    tsubai 
    113      1.14    tsubai # wscons options
    114      1.14    tsubai #options 	WSEMUL_SUN		# sun terminal emulation
    115      1.14    tsubai options 	WSEMUL_VT100		# VT100 / VT220 emulation
    116      1.14    tsubai 
    117       1.1    tsubai # Kernel root file system and dump configuration.
    118       1.1    tsubai config		netbsd	root on ? type ?
    119       1.1    tsubai 
    120       1.1    tsubai #
    121       1.1    tsubai # Device configuration
    122       1.1    tsubai #
    123       1.1    tsubai 
    124      1.26    tsubai mainbus* at root
    125       1.1    tsubai 
    126      1.26    tsubai cpu*	at mainbus?
    127      1.26    tsubai pci*	at mainbus? bus ?
    128      1.26    tsubai pci*	at ppb? bus ?
    129       1.1    tsubai 
    130       1.1    tsubai pchb*	at pci? dev ? function ?	# PCI-Host bridges
    131      1.25    tsubai ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    132       1.6    tsubai 
    133      1.27    tsubai de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
    134      1.37      matt fpa*	at pci? dev ? function ?	# DEC PCI FDDI (DEFPA) Controller
    135      1.26    tsubai ep*	at pci? dev ? function ?	# 3Com 3c59x
    136       1.1    tsubai ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    137      1.16     dante adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
    138      1.26    tsubai ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
    139      1.29  wrstuden bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    140      1.23   thorpej pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
    141      1.26    tsubai ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
    142      1.28  wrstuden pciide*	at pci? dev ? function ?
    143  1.37.2.2  wrstuden cbb*	at pci? dev? function ?		# PCI-CardBus bridge
    144      1.26    tsubai obio0	at pci? dev ? function ?
    145  1.37.2.2  wrstuden #macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
    146      1.16     dante 
    147      1.26    tsubai nsphy*	at mii? phy ?			# NS83840 PHYs
    148      1.13    tsubai 
    149      1.26    tsubai bm*	at obio?			# bmac ethernet
    150      1.26    tsubai mc*	at obio?			# MACE ethernet
    151      1.26    tsubai esp*	at obio? flags 0x00ff		# 53c9x SCSI
    152      1.26    tsubai mesh*	at obio? flags 0xffff		# MESH SCSI
    153      1.26    tsubai nvram*	at obio?			# nvram
    154      1.26    tsubai adb*	at obio?			# Apple Desktop Bus
    155      1.13    tsubai aed*	at adb?				# ADB Event Device
    156      1.13    tsubai akbd*	at adb?				# ADB keyboard
    157      1.13    tsubai ams*	at adb?				# ADB mouse
    158      1.26    tsubai zsc*	at obio?
    159      1.26    tsubai zstty*	at zsc? channel ?
    160      1.33    tsubai mediabay* at obio?
    161      1.33    tsubai wdc*	at mediabay? flags 0
    162      1.13    tsubai 
    163  1.37.2.2  wrstuden cardslot* at cbb?
    164  1.37.2.2  wrstuden cardbus* at cardslot?
    165  1.37.2.2  wrstuden pcmcia*	at cardslot?
    166  1.37.2.2  wrstuden 
    167  1.37.2.2  wrstuden com*	at pcmcia? function ?		# Modems and serial cards
    168  1.37.2.2  wrstuden wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
    169  1.37.2.2  wrstuden ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    170  1.37.2.2  wrstuden mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    171  1.37.2.2  wrstuden ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    172  1.37.2.2  wrstuden ex*	at cardbus?			# 3Com 3C575TX
    173  1.37.2.2  wrstuden 
    174      1.26    tsubai wsdisplay0 at ofb? console ?
    175      1.21    tsubai wskbd0	at akbd? console ?
    176  1.37.2.2  wrstuden wsmouse0 at ams?
    177      1.14    tsubai 
    178      1.26    tsubai scsibus* at adv?
    179      1.26    tsubai scsibus* at ahc?
    180      1.29  wrstuden scsibus* at bha?
    181      1.26    tsubai scsibus* at esp?
    182      1.26    tsubai scsibus* at mesh?
    183      1.26    tsubai scsibus* at pcscp?
    184       1.1    tsubai 
    185       1.1    tsubai sd*	at scsibus? target ? lun ?	# SCSI disks
    186       1.1    tsubai st*	at scsibus? target ? lun ?	# SCSI tape drives
    187       1.1    tsubai cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    188       1.1    tsubai ch*	at scsibus? target ? lun ?	# SCSI autochangers
    189       1.1    tsubai ss*	at scsibus? target ? lun ?	# SCSI scanners
    190       1.1    tsubai uk*	at scsibus? target ? lun ?	# SCSI unknown
    191      1.20    tsubai 
    192      1.26    tsubai wdc*	at obio? flags 0x0
    193      1.28  wrstuden wd*	at pciide? channel ? drive ?
    194      1.20    tsubai wd*	at wdc? channel ? drive ? flags 0x0000
    195      1.20    tsubai 
    196      1.20    tsubai atapibus* at wdc? channel ?
    197      1.20    tsubai 
    198      1.20    tsubai cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    199      1.20    tsubai sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    200      1.20    tsubai uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    201      1.22    tsubai 
    202      1.22    tsubai # PCI USB controllers
    203      1.22    tsubai ohci*	at pci?				# Open Host Controller
    204      1.22    tsubai 
    205      1.22    tsubai # USB bus support
    206      1.22    tsubai usb*	at ohci?
    207      1.22    tsubai 
    208      1.22    tsubai # USB Hubs
    209      1.22    tsubai uhub*	at usb?
    210      1.22    tsubai uhub*	at uhub? port ? configuration ? interface ?
    211      1.22    tsubai 
    212      1.22    tsubai # USB Mice
    213      1.22    tsubai ums*	at uhub? port ? configuration ? interface ?
    214  1.37.2.2  wrstuden wsmouse* at ums?
    215      1.22    tsubai 
    216      1.22    tsubai # USB Keyboards
    217      1.22    tsubai ukbd*	at uhub? port ? configuration ? interface ?
    218  1.37.2.2  wrstuden wskbd*	at ukbd? console ?
    219      1.22    tsubai 
    220      1.22    tsubai # USB Generic HID devices
    221      1.22    tsubai uhid*	at uhub? port ? configuration ? interface ?
    222      1.22    tsubai 
    223      1.22    tsubai # USB Printer
    224      1.22    tsubai ulpt*	at uhub? port ? configuration ? interface ?
    225      1.34  augustss 
    226      1.34  augustss # USB Modem
    227      1.34  augustss umodem*	at uhub? port ? configuration ?
    228      1.35   thorpej 
    229      1.35   thorpej # USB Mass Storage
    230      1.35   thorpej umass*	at uhub? port ? configuration ? interface ?
    231      1.35   thorpej scsibus* at umass? channel ?
    232      1.36  augustss 
    233      1.36  augustss # USB audio
    234      1.36  augustss uaudio*	at uhub? port ? configuration ?
    235      1.36  augustss audio*	at uaudio?
    236      1.22    tsubai 
    237      1.22    tsubai # USB Generic driver
    238      1.22    tsubai ugen*	at uhub? port ? configuration ? interface ?
    239       1.1    tsubai 
    240       1.1    tsubai pseudo-device	vnd		4	# disk-like interface to files
    241       1.1    tsubai pseudo-device	ccd		4	# concatenated/striped disk devices
    242      1.18    tsubai #pseudo-device	raid		4	# RAIDframe disk driver
    243       1.4    tsubai pseudo-device	md		1	# memory disk device
    244       1.1    tsubai pseudo-device	loop			# network loopback
    245       1.1    tsubai pseudo-device	bpfilter	8	# packet filter
    246       1.1    tsubai pseudo-device	ipfilter		# IP filter (firewall) and NAT
    247       1.1    tsubai pseudo-device	ppp		2	# Point-to-Point Protocol
    248       1.1    tsubai pseudo-device	sl		2	# Serial Line IP
    249       1.1    tsubai pseudo-device	tun		4	# network tunneling over tty
    250      1.19       hwr #pseudo-device	gre		2	# generic L3 over IP tunnel
    251  1.37.2.2  wrstuden pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    252  1.37.2.2  wrstuden #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    253       1.1    tsubai pseudo-device	pty		64	# pseudo-terminals
    254       1.1    tsubai 
    255       1.1    tsubai # rnd is EXPERIMENTAL at this point.
    256       1.1    tsubai #pseudo-device	rnd			# /dev/random and in-kernel generator
    257