Home | History | Annotate | Line # | Download | only in conf
      1  1.35  jakllsch #	$NetBSD: XLSATX,v 1.35 2025/03/19 21:03:40 jakllsch Exp $
      2   1.2      matt 
      3   1.2      matt include 	"arch/evbmips/conf/std.rmixl"
      4   1.2      matt 
      5  1.35  jakllsch #ident 		"XLSATX-$Revision: 1.35 $"
      6   1.2      matt 
      7   1.2      matt #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8   1.2      matt 
      9   1.2      matt maxusers	32
     10   1.2      matt 
     11   1.2      matt #
     12   1.2      matt # MEMSIZE can be used to limit memory amount used
     13   1.2      matt #
     14   1.3     cliff #options  	MEMSIZE=0x10000000		# 256MB 
     15   1.2      matt 
     16   1.2      matt #
     17   1.2      matt # MEMLIMIT can be used to limit memory address used
     18   1.2      matt #
     19   1.2      matt defparam opt_memsize.h MEMLIMIT
     20   1.3     cliff #options 	MEMLIMIT=0x10000000			# 256MB 
     21   1.2      matt 
     22   1.2      matt options 	NOFPU		# No FPU
     23   1.2      matt #options 	FPEMUL		# emulate FPU insn
     24   1.2      matt 
     25   1.2      matt # Standard system options
     26   1.2      matt options 	KTRACE		# system call tracing support
     27   1.2      matt options 	SYSVMSG		# System V message queues
     28   1.2      matt options 	SYSVSEM		# System V semaphores
     29   1.2      matt options 	SYSVSHM		# System V shared memory
     30   1.2      matt #options 	SHMMAXPGS=1024	# 1024 pages is the default
     31  1.35  jakllsch #options 	MODULAR
     32   1.2      matt options 	NTP		# network time protocol
     33   1.2      matt 
     34   1.2      matt # Debugging options
     35   1.2      matt options 	DIAGNOSTIC	# extra kernel sanity checking
     36  1.24      maya #options 	DEBUG		# extra kernel debugging support
     37   1.2      matt options 	MSGBUFSIZE=65536 # kernel dmesg buffer
     38   1.2      matt options 	USERCONF	# userconf(4) support
     39   1.2      matt #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     40   1.2      matt options 	DDB		# kernel dynamic debugger
     41   1.2      matt options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     42   1.2      matt makeoptions 	DEBUG="-g"	# compile full symbol table
     43  1.20     joerg makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     44   1.3     cliff #options 	DDB_COMMANDONENTER="trace;show registers"
     45   1.3     cliff options 	DB_MAX_LINE=-1
     46   1.2      matt 
     47   1.2      matt # Compatibility options
     48  1.25       mrg 
     49  1.25       mrg include         "conf/compat_netbsd50.config"
     50  1.25       mrg 
     51   1.2      matt #options 	EXEC_ECOFF	# exec ECOFF binaries
     52   1.2      matt #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     53   1.2      matt 
     54   1.2      matt # File systems
     55   1.2      matt file-system	FFS		# Berkeley Fast Filesystem
     56   1.2      matt file-system	MFS		# memory-based filesystem
     57   1.2      matt #file-system 	EXT2FS		# second extended file system (linux)
     58   1.2      matt file-system	NFS		# Sun NFS-compatible filesystem client
     59   1.2      matt file-system	KERNFS		# kernel data-structure filesystem
     60   1.2      matt #file-system	NULLFS		# NULL layered filesystem
     61   1.2      matt #file-system 	OVERLAY		# overlay file system
     62   1.2      matt #file-system	FDESC		# user file descriptor filesystem
     63   1.2      matt #file-system	UMAPFS		# uid/gid remapping filesystem
     64   1.2      matt #file-system	LFS		# Log-based filesystem (still experimental)
     65   1.2      matt #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     66   1.2      matt file-system	PROCFS		# /proc
     67   1.2      matt #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     68   1.2      matt file-system	TMPFS		# Efficient memory file system
     69   1.2      matt #file-system	UNION		# union file system
     70   1.2      matt #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     71   1.2      matt #file-system 	CODA		# Coda File System; also needs vcoda (below)
     72   1.2      matt file-system	PTYFS		# /dev/pts/N support
     73   1.2      matt 
     74   1.2      matt # File system options
     75   1.5       wiz #options 	FFS_EI		# FFS Endian Independent support
     76  1.33    simonb options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     77  1.33    simonb #options 	QUOTA		# legacy UFS quotas
     78  1.33    simonb options 	UFS_DIRHASH	# UFS Large Directory Hashing
     79  1.33    simonb options 	UFS_EXTATTR	# Extended attribute support for UFS1
     80   1.9  dholland options 	WAPBL		# File system journaling support
     81  1.33    simonb #options 	NFSSERVER	# Network File System server
     82   1.2      matt 
     83  1.28     sevan # Alternate buffer queue strategies for better responsiveness under high
     84  1.28     sevan # disk I/O load.
     85  1.28     sevan #options 	BUFQ_READPRIO
     86  1.28     sevan options 	BUFQ_PRIOCSCAN
     87  1.28     sevan 
     88   1.2      matt # Networking options
     89   1.2      matt #options 	GATEWAY		# IP packet forwarding
     90   1.2      matt options 	INET		# Internet protocols
     91  1.11      matt options 	INET6		# IPV6
     92   1.2      matt #options 	IPSEC		# IP security
     93   1.2      matt #options 	IPSEC_DEBUG	# debug for IP security
     94   1.2      matt #options 	MROUTING	# packet forwarding of multicast packets
     95   1.2      matt #options 	PIM		# Protocol Independent Multicast
     96   1.2      matt #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     97   1.2      matt #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     98   1.2      matt #options 	PPP_DEFLATE	# Deflate compression support for PPP
     99   1.2      matt #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    100   1.2      matt 
    101  1.19     alnsn # JIT compiler for bpfilter
    102  1.19     alnsn #options	SLJIT
    103  1.19     alnsn #options	BPFJIT
    104  1.19     alnsn 
    105   1.2      matt # These options enable verbose messages for several subsystems.
    106   1.2      matt # Warning, these may compile large string tables into the kernel!
    107   1.2      matt #options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
    108   1.2      matt options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    109   1.2      matt #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    110   1.2      matt #options 	SCSIVERBOSE	# human readable SCSI error messages
    111   1.2      matt options 	MIIVERBOSE	# verbose PHY autoconfig messages
    112   1.2      matt 
    113   1.2      matt # Bitmask for enabling the PCI IDE channels in the southbridge.
    114   1.2      matt # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
    115   1.2      matt #
    116  1.32    andvar # Do this if your firmware (usually PMON and YAMON) doesn't enable the IDE
    117   1.2      matt # channels for you (thus causing the NetBSD `pciide' driver to ignore them).
    118   1.2      matt options 	PCI_NETBSD_ENABLE_IDE=0x1
    119   1.2      matt 
    120   1.2      matt options 	NFS_BOOT_DHCP
    121   1.2      matt 
    122   1.2      matt config	netbsd		root on ? type ?
    123   1.2      matt config	netbsd-wm0	root on wm0 type nfs
    124   1.2      matt config	netbsd-msk0	root on msk0 type nfs
    125   1.2      matt config	netbsd-sd0a	root on sd0a type ffs
    126   1.2      matt 
    127   1.2      matt 
    128   1.2      matt mainbus0 	at root
    129   1.3     cliff cpunode* 	at mainbus? node ?
    130   1.3     cliff cpucore* 	at cpunode? core ?
    131   1.2      matt cpu*		at cpucore? thread ?
    132   1.2      matt obio0		at cpunode?
    133   1.2      matt com0		at obio0	addr 0x14000 intr 9
    134   1.2      matt com1		at obio0	addr 0x15000 intr 10
    135   1.3     cliff options 	COM_REGMAP
    136   1.3     cliff rmixl_gpio0 	at obio0	addr 0x18000 intr 14
    137   1.3     cliff gpio*		at rmixl_gpio?
    138   1.3     cliff rmixl_iobus0 	at obio0	addr 0x19000
    139   1.3     cliff rmixl_nand* 	at rmixl_iobus?	addr 0x01800000
    140   1.3     cliff #rmixl_nand* 	at rmixl_iobus?	cs 2
    141   1.3     cliff nand*		at rmixl_nand?
    142   1.3     cliff flash*		at nand?
    143   1.3     cliff #rmixl_pcic* 	at rmixl_iobus?	cs 6 addr 0x01000000
    144   1.3     cliff #pcmcia* 	at rmixl_pcic
    145   1.3     cliff rmixl_pcix0 	at obio0
    146   1.2      matt pci*		at rmixl_pcix0
    147   1.3     cliff rmixl_pcie0 	at obio0
    148   1.2      matt pci*		at rmixl_pcie0
    149   1.2      matt ppb*		at pci?
    150   1.2      matt pci*		at ppb?
    151   1.2      matt wm*		at pci? dev ? function ?	# Intel i82546EB Gig-E
    152   1.2      matt skc*		at pci? dev ? function ?
    153   1.2      matt sk*		at skc?
    154   1.2      matt mskc*		at pci? dev ? function ?
    155   1.2      matt msk*		at mskc?
    156   1.2      matt makphy*		at mii? phy ?			# Marvell 88E1000 PHYs
    157   1.2      matt ukphy*		at mii? phy ?			# unknown PHY
    158   1.3     cliff rmixl_usbi0 	at obio0	addr 0x25000 intr 31
    159   1.2      matt ohci0		at rmixl_usbi0	addr 0x24400 size 0x400 intr 0
    160   1.2      matt ohci1		at rmixl_usbi0	addr 0x24800 size 0x400 intr 1
    161   1.2      matt ehci0		at rmixl_usbi0	addr 0x24000 size 0x400 intr 2
    162   1.3     cliff siisata* 	at pci? dev ? function ?
    163   1.2      matt atabus*		at ata?
    164   1.2      matt wd*		at atabus? drive ? flags 0x0000
    165   1.2      matt 
    166   1.2      matt # USB
    167   1.2      matt usb*		at ohci?
    168   1.2      matt usb*		at ehci?
    169   1.2      matt uhub*		at usb?
    170   1.2      matt uhub*		at uhub? port ?
    171   1.2      matt umass*		at uhub? port ? configuration ? interface ?
    172   1.3     cliff scsibus* 	at umass? channel ?
    173   1.2      matt sd*		at scsibus? target ? lun ?
    174   1.2      matt 
    175   1.2      matt 
    176   1.2      matt # Pseudo-devices
    177   1.2      matt 
    178   1.2      matt # Disk/mass storage pseudo-devices
    179  1.14  christos #pseudo-device	ccd				# concatenated disk devices
    180  1.15  christos #pseudo-device	raid				# RAIDframe disk driver
    181   1.2      matt #options 	RAID_AUTOCONFIG			# auto-configuration of RAID
    182  1.16  christos #pseudo-device	fss				# file system snapshot device
    183   1.2      matt pseudo-device	vnd				# disk-like interface to files
    184   1.2      matt 
    185   1.2      matt # Network pseudo-devices
    186   1.2      matt pseudo-device	bpfilter			# Berkeley packet filter
    187  1.29     sevan pseudo-device 	carp				# Common Address Redundancy Protocol
    188  1.26      maxv pseudo-device	npf			# NPF packet filter
    189   1.2      matt pseudo-device	loop				# network loopback
    190   1.2      matt #pseudo-device	ppp				# Point-to-Point Protocol
    191   1.2      matt #pseudo-device	sl				# Serial Line IP
    192   1.2      matt #pseudo-device	tun				# network tunneling over tty
    193   1.2      matt #pseudo-device	tap				# virtual Ethernet
    194   1.2      matt #pseudo-device	gre				# generic L3 over IP tunnel
    195  1.15  christos #pseudo-device	ipip				# RFC 2003 IP Encapsulation
    196   1.2      matt #pseudo-device	gif				# RFC1933 tunnel
    197   1.2      matt #pseudo-device	faith				# IPv[46] tcp relay translation
    198   1.2      matt #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    199   1.2      matt #pseudo-device	vlan				# IEEE 802.1q encapsulation
    200   1.2      matt #pseudo-device	bridge				# simple inter-network bridging
    201  1.31       roy #pseudo-device	vether				# Virtual Ethernet for bridge
    202   1.2      matt pseudo-device	kttcp				# kernel ttcp
    203   1.2      matt 
    204   1.2      matt # Miscellaneous pseudo-devices
    205   1.2      matt pseudo-device	pty				# pseudo-terminals
    206  1.16  christos #pseudo-device	sequencer			# MIDI sequencer
    207   1.2      matt pseudo-device	clockctl			# user control of clock subsystem
    208   1.2      matt pseudo-device	ksyms				# /dev/ksyms
    209   1.2      matt 
    210   1.2      matt # A pseudo device needed for Coda		# also needs CODA (above)
    211  1.15  christos #pseudo-device	vcoda				# coda minicache <-> venus comm.
    212  1.29     sevan 
    213  1.29     sevan include "dev/veriexec.config"
    214