Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.34
      1  1.34  christos # $NetBSD: GENERIC,v 1.34 2024/01/29 18:27:14 christos Exp $
      2   1.2   garbled #
      3   1.2   garbled 
      4   1.2   garbled include 	"arch/mvmeppc/conf/std.mvmeppc"
      5   1.2   garbled 
      6   1.2   garbled #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      7   1.2   garbled 
      8  1.34  christos ident		"GENERIC-$Revision: 1.34 $"
      9   1.2   garbled 
     10   1.2   garbled maxusers	8
     11   1.2   garbled 
     12   1.2   garbled # Which board to support
     13   1.2   garbled options 	SUPPORT_MVME160X
     14   1.2   garbled options		PIC_I8259
     15   1.2   garbled #options	PIC_PREPIVR
     16   1.2   garbled 
     17   1.2   garbled # Standard system options
     18   1.2   garbled 
     19   1.2   garbled options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     20   1.2   garbled 
     21   1.2   garbled options 	KTRACE		# system call tracing via ktrace(1)
     22   1.2   garbled 
     23   1.2   garbled options 	SYSVMSG		# System V-like message queues
     24   1.2   garbled options 	SYSVSEM		# System V-like semaphores
     25   1.2   garbled options 	SYSVSHM		# System V-like memory sharing
     26   1.2   garbled 
     27   1.2   garbled options 	USERCONF	# userconf(4) support
     28   1.2   garbled options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     29   1.2   garbled #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     30   1.2   garbled 
     31   1.2   garbled # Diagnostic/debugging support options
     32   1.2   garbled options 	DIAGNOSTIC	# cheap kernel consistency checks
     33   1.2   garbled options 	DEBUG		# expensive debugging checks/support
     34   1.2   garbled options 	DDB		# in-kernel debugger
     35  1.26  uebayasi pseudo-device	ksyms
     36   1.2   garbled #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     37   1.2   garbled #makeoptions	DEBUG="-g"
     38   1.2   garbled 
     39   1.2   garbled # File systems
     40   1.2   garbled file-system 	FFS		# UFS
     41   1.2   garbled #file-system	EXT2FS		# second extended file system (linux)
     42   1.2   garbled #file-system	LFS		# log-structured file system
     43   1.2   garbled file-system 	MFS		# memory file system
     44   1.2   garbled file-system 	NFS		# Network File System client
     45   1.2   garbled #file-system	NTFS		# Windows/NT file system (experimental)
     46   1.2   garbled #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     47   1.2   garbled #file-system 	MSDOSFS		# MS-DOS file system
     48   1.2   garbled #file-system 	FDESC		# /dev/fd
     49   1.2   garbled #file-system 	KERNFS		# /kern
     50   1.2   garbled #file-system 	NULLFS		# loopback file system
     51   1.2   garbled #file-system	OVERLAY		# overlay file system
     52   1.2   garbled ##file-system 	PROCFS		# /proc
     53   1.2   garbled #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     54   1.2   garbled #file-system 	UNION		# union file system
     55   1.2   garbled #file-system	CODA		# Coda File System; also needs vcoda (below)
     56   1.2   garbled file-system	PTYFS		# /dev/pts/N support
     57   1.9       chs file-system	TMPFS		# Efficient memory file-system
     58   1.2   garbled 
     59   1.2   garbled # File system options
     60  1.31    simonb #options 	FFS_EI		# FFS Endian Independent support
     61  1.31    simonb options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     62  1.12    bouyer #options 	QUOTA		# legacy UFS quotas
     63  1.12    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     64  1.31    simonb options 	UFS_DIRHASH	# UFS Large Directory Hashing
     65  1.23      manu #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     66  1.15  dholland options 	WAPBL		# File system journaling support
     67  1.31    simonb #options 	DISKLABEL_EI	# disklabel Endian Independent support
     68   1.2   garbled #options 	NFSSERVER	# Network File System server
     69   1.2   garbled 
     70   1.2   garbled # Networking options
     71   1.2   garbled #options 	GATEWAY		# packet forwarding
     72   1.2   garbled options 	INET		# IP + ICMP + TCP + UDP
     73   1.2   garbled #options 	INET6		# IPv6
     74   1.2   garbled #options 	IPSEC		# IP security
     75   1.2   garbled #options 	IPSEC_DEBUG	# debug for IP security
     76   1.2   garbled #options 	MROUTING	# IP multicast routing
     77   1.2   garbled #options 	PIM		# Protocol Independent Multicast
     78   1.2   garbled #options 	NETATALK	# AppleTalk networking protocols
     79   1.2   garbled #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     80   1.2   garbled #options 	PPP_DEFLATE	# Deflate compression support for PPP
     81   1.2   garbled #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     82   1.2   garbled #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     83   1.2   garbled 
     84   1.2   garbled # These options enable verbose messages for several subsystems.
     85   1.2   garbled # Warning, these may compile large string tables into the kernel!
     86   1.2   garbled #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     87   1.2   garbled #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     88   1.2   garbled #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     89   1.2   garbled #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     90   1.2   garbled #options 	SCSIVERBOSE	# human readable SCSI error messages
     91   1.2   garbled #options 	USBVERBOSE	# verbose USB device autoconfig messages
     92   1.2   garbled 
     93   1.2   garbled #options 	NFS_BOOT_BOOTP
     94   1.2   garbled #options 	NFS_BOOT_BOOTPARAM
     95   1.2   garbled options 	NFS_BOOT_DHCP
     96   1.2   garbled 
     97   1.2   garbled #
     98   1.2   garbled # wscons options
     99   1.2   garbled #
    100   1.2   garbled # builtin terminal emulations
    101   1.2   garbled #options 	WSEMUL_VT100		# VT100 / VT220 emulation
    102  1.16       abs #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    103   1.2   garbled # different kernel output - see dev/wscons/wsdisplayvar.h
    104   1.2   garbled #options 	WS_KERNEL_FG=WSCOL_GREEN
    105   1.2   garbled #options 	WS_KERNEL_BG=WSCOL_BLACK
    106   1.2   garbled # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    107   1.2   garbled #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    108   1.2   garbled # allocate a number of virtual screens at autoconfiguration time
    109   1.2   garbled #options 	WSDISPLAY_DEFAULTSCREENS=4
    110   1.2   garbled # use a large software cursor that doesn't blink
    111   1.2   garbled #options 	PCDISPLAY_SOFTCURSOR
    112   1.2   garbled 
    113   1.2   garbled # Kernel root file system and dump configuration.
    114   1.2   garbled config	netbsd	root on ? type ?
    115   1.2   garbled #config	netbsd	root on tlp0 type nfs
    116   1.2   garbled #config	netbsd	root on le0 type nfs
    117   1.2   garbled 
    118   1.2   garbled 
    119   1.2   garbled #
    120   1.2   garbled # Device configuration
    121   1.2   garbled #
    122   1.2   garbled 
    123   1.2   garbled mainbus0 at root
    124   1.2   garbled cpu0	at mainbus0
    125   1.2   garbled 
    126   1.2   garbled 
    127   1.2   garbled # Basic Bus Support
    128   1.2   garbled 
    129   1.2   garbled # PCI bus support
    130   1.2   garbled pci0	at mainbus0 bus ?
    131   1.2   garbled pci*	at pchb? bus ?
    132   1.2   garbled pci*	at ppb? bus ?
    133   1.2   garbled 
    134   1.2   garbled #options 	PCI_NETBSD_CONFIGURE
    135   1.2   garbled 
    136   1.2   garbled # PCI bridges
    137   1.2   garbled pchb*	at pci? dev ? function ?	# PCI-Host bridges
    138   1.2   garbled ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    139   1.2   garbled pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    140   1.2   garbled 
    141   1.2   garbled # ISA bus support
    142   1.2   garbled isa*	at pcib?			# ISA on PCI-ISA bridge
    143   1.2   garbled 
    144   1.2   garbled # Console Devices
    145   1.2   garbled 
    146   1.2   garbled # wscons
    147   1.2   garbled #pckbc0		at isa?			# pc keyboard controller
    148   1.2   garbled #pckbd*		at pckbc?		# PC keyboard
    149   1.2   garbled #pms*		at pckbc?		# PS/2 mouse for wsmouse
    150   1.2   garbled #vga*		at pci?
    151   1.2   garbled #wsdisplay*	at vga? console ?
    152   1.2   garbled #wskbd*		at pckbd? console ?
    153   1.2   garbled #wsmouse*	at pms? mux 0
    154   1.2   garbled 
    155   1.2   garbled 
    156   1.2   garbled # Serial Devices
    157   1.2   garbled 
    158   1.2   garbled # ISA serial interfaces
    159   1.2   garbled com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    160   1.2   garbled com1	at isa? port 0x2f8 irq 3
    161   1.2   garbled 
    162   1.2   garbled # TODO: 85230 SIO x2
    163   1.2   garbled 
    164   1.2   garbled 
    165   1.2   garbled # Parallel Printer Interfaces
    166   1.2   garbled 
    167   1.2   garbled # ISA parallel printer interfaces
    168   1.2   garbled lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
    169   1.2   garbled 
    170   1.2   garbled 
    171   1.2   garbled # Real-time clocks
    172   1.2   garbled 
    173   1.2   garbled mkclock0 at isa? port 0x74		# MK48T18 NVRAM/RTC
    174   1.2   garbled 
    175   1.2   garbled 
    176   1.2   garbled # SCSI Controllers and Devices
    177   1.2   garbled 
    178   1.2   garbled # PCI SCSI controllers
    179   1.2   garbled siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
    180   1.2   garbled 
    181   1.2   garbled 
    182   1.2   garbled # SCSI bus support
    183   1.2   garbled scsibus* at siop?
    184   1.2   garbled 
    185   1.2   garbled # SCSI devices
    186   1.2   garbled sd*	at scsibus? target ? lun ?	# SCSI disk drives
    187   1.2   garbled #st*	at scsibus? target ? lun ?	# SCSI tape drives
    188   1.2   garbled #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    189   1.2   garbled #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    190   1.2   garbled #ss*	at scsibus? target ? lun ?	# SCSI scanners
    191   1.2   garbled #uk*	at scsibus? target ? lun ?	# SCSI unknown
    192   1.2   garbled 
    193   1.2   garbled 
    194   1.2   garbled # Network Interfaces
    195   1.2   garbled 
    196   1.2   garbled # PCI network interfaces
    197   1.2   garbled tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    198   1.2   garbled 
    199   1.2   garbled # MII/PHY support
    200   1.2   garbled ukphy*	at mii? phy ?			# generic unknown PHYs
    201   1.2   garbled 
    202   1.2   garbled 
    203   1.2   garbled # Pseudo-Devices
    204   1.2   garbled 
    205   1.2   garbled # disk/mass storage pseudo-devices
    206  1.18  christos #pseudo-device	ccd			# concatenated/striped disk devices
    207  1.18  christos #pseudo-device	cgd			# cryptographic disk devices
    208  1.19  christos #pseudo-device	raid			# RAIDframe disk driver
    209   1.2   garbled #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    210   1.2   garbled # Options to enable various other RAIDframe RAID types.
    211   1.2   garbled # options	RF_INCLUDE_EVENODD=1
    212   1.2   garbled # options	RF_INCLUDE_RAID5_RS=1
    213   1.2   garbled # options	RF_INCLUDE_PARITYLOGGING=1
    214   1.2   garbled # options	RF_INCLUDE_CHAINDECLUSTER=1
    215   1.2   garbled # options	RF_INCLUDE_INTERDECLUSTER=1
    216   1.2   garbled # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    217   1.2   garbled # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    218   1.8     pooka #pseudo-device	fss			# file system snapshot device
    219  1.10   hannken #pseudo-device	md			# memory disk device (ramdisk)
    220   1.2   garbled #pseudo-device	vnd			# disk-like interface to files
    221   1.2   garbled 
    222   1.2   garbled # network pseudo-devices
    223   1.2   garbled pseudo-device	loop			# network loopback
    224   1.2   garbled #pseudo-device	bpfilter		# Berkeley packet filter
    225  1.28      maxv #pseudo-device	npf			# NPF packet filter
    226   1.2   garbled #pseudo-device	ppp			# Point-to-Point Protocol
    227   1.2   garbled #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    228   1.2   garbled #pseudo-device	sl			# Serial Line IP
    229   1.2   garbled #pseudo-device	tun			# network tunneling over tty
    230   1.2   garbled #pseudo-device	tap			# virtual Ethernet
    231   1.2   garbled #pseudo-device	gre			# generic L3 over IP tunnel
    232   1.2   garbled #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    233   1.2   garbled #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    234   1.2   garbled #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    235   1.2   garbled #pseudo-device	vlan			# IEEE 802.1q encapsulation
    236   1.2   garbled #pseudo-device	bridge			# simple inter-network bridging
    237  1.30       roy #pseudo-device	vether			# Virtual Ethernet for bridge
    238   1.2   garbled 
    239   1.5       tls #
    240   1.5       tls # accept filters
    241   1.5       tls pseudo-device   accf_data		# "dataready" accept filter
    242   1.5       tls pseudo-device   accf_http		# "httpready" accept filter
    243   1.5       tls 
    244   1.2   garbled # miscellaneous pseudo-devices
    245   1.2   garbled pseudo-device	pty			# pseudo-terminals
    246  1.20  christos #pseudo-device	sequencer		# MIDI sequencer
    247   1.2   garbled #options 	RND_COM			# use "com" randomness as well
    248   1.2   garbled pseudo-device	clockctl		# user control of clock subsystem
    249  1.32  riastrad pseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
    250   1.2   garbled 
    251   1.2   garbled # a pseudo device needed for Coda	# also needs CODA (above)
    252  1.19  christos #pseudo-device	vcoda			# coda minicache <-> venus comm.
    253   1.2   garbled 
    254   1.2   garbled # wscons pseudo-devices
    255   1.2   garbled #pseudo-device	wsmux			# mouse & keyboard multiplexor
    256   1.2   garbled #pseudo-device	wsfont
    257  1.33       abs 
    258  1.33       abs # Pull in optional local configuration - always at end
    259  1.33       abs cinclude	"arch/mvmeppc/conf/GENERIC.local"
    260