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