Home | History | Annotate | Line # | Download | only in conf
GENERIC.SKI revision 1.8.2.4
      1  1.8.2.2       tls # $NetBSD: GENERIC.SKI,v 1.8.2.4 2017/12/03 11:36:20 jdolecek Exp $
      2      1.1    cherry #
      3      1.1    cherry # GENERIC machine description file
      4      1.1    cherry #
      5      1.1    cherry # This machine description file is used to generate the default NetBSD
      6      1.1    cherry # kernel.  The generic kernel does not include all options, subsystems
      7      1.1    cherry # and device drivers, but should be useful for most applications.
      8      1.1    cherry #
      9      1.1    cherry # The machine description file can be customised for your specific
     10      1.1    cherry # machine to reduce the kernel size and improve its performance.
     11      1.1    cherry #
     12      1.1    cherry # For further information on compiling NetBSD kernels, see the config(8)
     13      1.1    cherry # man page.
     14      1.1    cherry #
     15      1.1    cherry # For further information on hardware support for this architecture, see
     16      1.1    cherry # the intro(4) man page.  For further information about kernel options
     17      1.1    cherry # for this architecture, see the options(4) man page.  For an explanation
     18      1.1    cherry # of each device driver in this file see the section 4 man page for the
     19      1.1    cherry # device.
     20      1.1    cherry 
     21      1.1    cherry include 	"arch/ia64/conf/std.ia64"
     22      1.1    cherry 
     23      1.1    cherry options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24      1.1    cherry 
     25  1.8.2.2       tls #ident 		"GENERIC-$Revision: 1.8.2.4 $"
     26      1.1    cherry 
     27      1.1    cherry maxusers	32		# estimated number of users
     28      1.1    cherry 
     29      1.1    cherry # CPU support.  At least one is REQUIRED.
     30      1.1    cherry #options	IA64_CPU
     31      1.1    cherry 
     32      1.1    cherry # CPU-related options.
     33      1.1    cherry 
     34      1.1    cherry # Standard system options
     35  1.8.2.4  jdolecek options 	INSECURE	# disable kernel security levels - X needs this
     36  1.8.2.4  jdolecek options 	NTP		# NTP phase/frequency locked loop
     37  1.8.2.4  jdolecek 
     38  1.8.2.4  jdolecek options 	KTRACE		# system call tracing via ktrace(1)
     39  1.8.2.4  jdolecek 
     40  1.8.2.4  jdolecek # Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
     41  1.8.2.4  jdolecek options 	SYSVMSG		# System V-like message queues
     42  1.8.2.4  jdolecek options 	SYSVSEM		# System V-like semaphores
     43  1.8.2.4  jdolecek options 	SYSVSHM		# System V-like memory sharing
     44  1.8.2.4  jdolecek 
     45  1.8.2.4  jdolecek #options 	MODULAR		# new style module(7) framework
     46  1.8.2.4  jdolecek #options 	MODULAR_DEFAULT_AUTOLOAD
     47      1.1    cherry 
     48      1.1    cherry options 	USERCONF	# userconf(4) support
     49      1.1    cherry 
     50      1.1    cherry # Diagnostic/debugging support options
     51      1.1    cherry options 	DIAGNOSTIC	# expensive kernel consistency checks
     52      1.1    cherry options 	DEBUG		# expensive debugging checks/support
     53  1.8.2.4  jdolecek #options 	LOCKDEBUG	# expensive locking checks/support
     54      1.1    cherry options 	DDB		# in-kernel debugger
     55  1.8.2.4  jdolecek options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
     56      1.1    cherry #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     57      1.1    cherry #options 	KGDB		# remote debugger
     58      1.1    cherry #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     59      1.1    cherry makeoptions	DEBUG="-g"	# compile full symbol table
     60      1.1    cherry 
     61  1.8.2.4  jdolecek #options UVMHIST
     62  1.8.2.4  jdolecek #options UVMHIST_PRINT
     63  1.8.2.4  jdolecek 
     64      1.1    cherry # File systems
     65      1.2    cherry file-system	FFS		# UFS
     66  1.8.2.4  jdolecek file-system	NFS		# Network File System client
     67  1.8.2.4  jdolecek file-system 	MFS		# memory file system
     68  1.8.2.4  jdolecek file-system	LFS		# log-structured file system
     69  1.8.2.4  jdolecek #file-system	NTFS		# Windows/NT file system (experimental)
     70  1.8.2.4  jdolecek file-system	CD9660		# ISO 9660 + Rock Ridge file system
     71  1.8.2.4  jdolecek #file-system	MSDOSFS		# MS-DOS file system
     72  1.8.2.4  jdolecek #file-system	FDESC		# /dev/fd
     73  1.8.2.4  jdolecek file-system	KERNFS		# /kern
     74  1.8.2.4  jdolecek file-system	NULLFS		# loopback file system
     75  1.8.2.4  jdolecek #file-system	OVERLAY		# overlay file system
     76  1.8.2.4  jdolecek #file-system	PROCFS		# /proc
     77  1.8.2.4  jdolecek 
     78  1.8.2.4  jdolecek #options 	GATEWAY		# packet forwarding
     79  1.8.2.4  jdolecek options 	INET		# IP + ICMP + TCP + UDP
     80  1.8.2.4  jdolecek #options 	INET6		# IPv6
     81  1.8.2.4  jdolecek #options 	IPSEC		# IP security
     82      1.2    cherry 
     83  1.8.2.4  jdolecek #options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
     84      1.1    cherry 
     85      1.1    cherry # Kernel root file system and dump configuration.
     86  1.8.2.4  jdolecek config		netbsd	root on ? type ?
     87  1.8.2.4  jdolecek #config		netbsd	root on md0a type ffs
     88      1.1    cherry #config		netbsd	root on sd0a type ffs
     89      1.1    cherry #config		netbsd	root on ? type nfs
     90      1.1    cherry 
     91      1.1    cherry #
     92      1.1    cherry # Device configuration
     93      1.1    cherry #
     94      1.1    cherry 
     95      1.1    cherry mainbus0 at root
     96      1.1    cherry 
     97      1.1    cherry cpu* at mainbus?
     98  1.8.2.4  jdolecek 
     99  1.8.2.4  jdolecek #options 	ACPI_SCANPCI	# find PCI roots using ACPI
    100  1.8.2.4  jdolecek 
    101  1.8.2.1       tls acpi0 at mainbus?
    102      1.1    cherry 
    103      1.1    cherry 
    104      1.1    cherry # Pull in optional local configuration
    105      1.4      jmmv cinclude "arch/ia64/conf/GENERIC.local"
    106      1.1    cherry 
    107      1.1    cherry # Console Devices
    108      1.1    cherry #ssccons*	at mainbus0		# Ski console interface driver
    109      1.1    cherry #wsdisplay*	at ssccons0 console ?
    110      1.1    cherry #wskbd*		at ssccons0 console ?
    111      1.1    cherry 
    112  1.8.2.4  jdolecek # Pseudo-Devices
    113  1.8.2.4  jdolecek 
    114      1.3    cherry # Enable the hooks used for initializing the root memory-disk.
    115  1.8.2.4  jdolecek pseudo-device	md			# memory disk device (ramdisk)
    116  1.8.2.4  jdolecek #options 	MEMORY_DISK_DYNAMIC	# loaded via kernel module(7)
    117  1.8.2.4  jdolecek ##options 	MEMORY_DISK_HOOKS	# enable root ramdisk
    118  1.8.2.4  jdolecek ##options		MEMORY_DISK_IS_ROOT	# force md RAM disk to be the root device
    119      1.3    cherry #options    MEMORY_DISK_ROOT_SIZE=2880  # 1.44M, same as a floppy
    120  1.8.2.4  jdolecek ##options     MEMORY_DISK_ROOT_SIZE=8192  # 4Meg
    121  1.8.2.4  jdolecek ##options     MEMORY_DISK_SERVER=1        # make the ramdisk writeable
    122      1.3    cherry 
    123  1.8.2.4  jdolecek #pseudo-device	vnd			# disk-like interface to files
    124  1.8.2.4  jdolecek #options 	VND_COMPRESSION		# compressed vnd(4)
    125      1.1    cherry 
    126      1.1    cherry pseudo-device	ssccons			# Ski emulator console
    127      1.1    cherry #pseudo-device	wsmux			# mouse & keyboard multiplexor
    128      1.1    cherry #pseudo-device	wsfont
    129      1.1    cherry pseudo-device	ksyms			# /dev/ksyms
    130      1.2    cherry 
    131  1.8.2.4  jdolecek # network pseudo-devices
    132  1.8.2.4  jdolecek #pseudo-device	bpfilter		# Berkeley packet filter
    133  1.8.2.4  jdolecek #pseudo-device	carp			# Common Address Redundancy Protocol
    134  1.8.2.4  jdolecek #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    135  1.8.2.4  jdolecek pseudo-device	loop			# network loopback
    136  1.8.2.4  jdolecek #pseudo-device	ifmpls			# MPLS pseudo-interface
    137  1.8.2.4  jdolecek #pseudo-device	ppp			# Point-to-Point Protocol
    138  1.8.2.4  jdolecek #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    139  1.8.2.4  jdolecek #options 	PPPOE_SERVER		# Enable PPPoE server via link0
    140  1.8.2.4  jdolecek #pseudo-device	sl			# Serial Line IP
    141  1.8.2.4  jdolecek #pseudo-device	strip			# Starmode Radio IP (Metricom)
    142  1.8.2.4  jdolecek #pseudo-device	irframetty		# IrDA frame line discipline
    143  1.8.2.4  jdolecek #pseudo-device	tap			# virtual Ethernet
    144  1.8.2.4  jdolecek #pseudo-device	tun			# network tunneling over tty
    145  1.8.2.4  jdolecek #pseudo-device	gre			# generic L3 over IP tunnel
    146  1.8.2.4  jdolecek #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    147  1.8.2.4  jdolecek #pseudo-device	faith			# IPv[46] TCP relay translation i/f
    148  1.8.2.4  jdolecek #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    149  1.8.2.4  jdolecek #pseudo-device	vlan			# IEEE 802.1q encapsulation
    150  1.8.2.4  jdolecek #pseudo-device	bridge			# simple inter-network bridging
    151  1.8.2.4  jdolecek #options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    152  1.8.2.4  jdolecek #pseudo-device	agr			# IEEE 802.3ad link aggregation
    153  1.8.2.4  jdolecek #pseudo-device	pf			# PF packet filter
    154  1.8.2.4  jdolecek #pseudo-device	pflog			# PF log if
    155  1.8.2.4  jdolecek #pseudo-device	pfsync			# PF sync if
    156  1.8.2.4  jdolecek #pseudo-device	npf			# NPF packet filter
    157  1.8.2.4  jdolecek #pseudo-device 	etherip 		# Tunnel Ethernet over IP
    158  1.8.2.4  jdolecek # srt is EXPERIMENTAL
    159  1.8.2.4  jdolecek #pseudo-device	srt			# source-address-based routing
    160  1.8.2.4  jdolecek 
    161  1.8.2.4  jdolecek # miscellaneous pseudo-devices
    162  1.8.2.4  jdolecek pseudo-device	pty			# pseudo-terminals
    163