Home | History | Annotate | Line # | Download | only in conf
      1  1.34  christos #	$NetBSD: ADM5120-USB,v 1.34 2024/01/29 18:27:11 christos Exp $
      2   1.1    dyoung #
      3  1.31    simonb # Kernel config for the ADM5120 based boards and routers,
      4  1.31    simonb # including the RouterBOARD 100 series.
      5   1.1    dyoung 
      6   1.1    dyoung include 	"arch/evbmips/conf/std.adm5120"
      7   1.1    dyoung 
      8  1.34  christos #ident 		"GENERIC-$Revision: 1.34 $"
      9   1.1    dyoung 
     10   1.1    dyoung maxusers	32
     11   1.1    dyoung 
     12   1.1    dyoung options 	MIPS32
     13   1.1    dyoung options 	NOFPU		# No FPU
     14   1.6      matt options 	FPEMUL		# emulate FPU insn
     15   1.1    dyoung options		CONSPEED=115200	# YAMON default
     16  1.32    simonb #options 	HZ=512		# for profiling
     17   1.1    dyoung 
     18   1.1    dyoung #options 	LOCKDEBUG
     19   1.1    dyoung options 	SOSEND_COUNTERS
     20   1.1    dyoung options 	INET_CSUM_COUNTERS
     21   1.1    dyoung options 	TCP_CSUM_COUNTERS
     22   1.1    dyoung options 	UDP_CSUM_COUNTERS
     23   1.1    dyoung options 	TCP_OUTPUT_COUNTERS
     24   1.1    dyoung 
     25   1.1    dyoung #options 	NTP		# network time protocol
     26   1.1    dyoung 
     27   1.1    dyoung # Debugging options
     28   1.1    dyoung ##options 	DIAGNOSTIC	# extra kernel sanity checking
     29   1.1    dyoung ##options 	DEBUG		# extra kernel debugging support
     30   1.1    dyoung options 	DDB		# kernel dynamic debugger
     31   1.1    dyoung options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     32   1.1    dyoung makeoptions 	DEBUG="-g"	# compile full symbol table
     33   1.1    dyoung makeoptions 	CPUFLAGS="-march=4kc"	# compile full symbol table
     34  1.18     joerg makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     35   1.1    dyoung 
     36  1.30       rin #options 	MEMORY_DISK_HOOKS
     37  1.30       rin #options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
     38  1.30       rin #options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
     39   1.1    dyoung 
     40   1.1    dyoung # Compatibility options
     41  1.23       mrg #include 	"conf/compat_netbsd10.config"
     42   1.1    dyoung #options 	EXEC_ECOFF	# exec ECOFF binaries
     43   1.1    dyoung #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     44   1.1    dyoung 
     45   1.1    dyoung # File systems
     46   1.1    dyoung file-system	FFS		# Berkeley Fast Filesystem
     47   1.1    dyoung file-system	MFS		# memory-based filesystem
     48   1.1    dyoung #file-system 	EXT2FS		# second extended file system (linux) 
     49   1.1    dyoung file-system	NFS		# Sun NFS-compatible filesystem client
     50   1.1    dyoung #file-system	KERNFS		# kernel data-structure filesystem
     51   1.1    dyoung #file-system	NULLFS		# NULL layered filesystem
     52   1.1    dyoung #file-system 	OVERLAY		# overlay file system
     53   1.1    dyoung #file-system	FDESC		# user file descriptor filesystem
     54   1.1    dyoung #file-system	UMAPFS		# uid/gid remapping filesystem
     55   1.1    dyoung #file-system	LFS		# Log-based filesystem (still experimental)
     56   1.1    dyoung #file-system	PROCFS		# /proc
     57   1.1    dyoung #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     58   1.1    dyoung #file-system	UNION		# union file system
     59   1.1    dyoung #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     60   1.1    dyoung #file-system 	CODA		# Coda File System; also needs vcoda (below)
     61   1.1    dyoung 
     62   1.1    dyoung # File system options
     63  1.33    simonb #options 	FFS_EI		# FFS Endian Independent support
     64   1.7    bouyer #options 	QUOTA		# legacy UFS quotas
     65   1.7    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     66  1.33    simonb #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     67  1.33    simonb #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     68  1.33    simonb #options 	DISKLABEL_EI	# disklabel Endian Independent support
     69  1.33    simonb #options 	NFSSERVER	# Network File System server
     70   1.1    dyoung 
     71  1.27     sevan # Alternate buffer queue strategies for better responsiveness under high
     72  1.27     sevan # disk I/O load.
     73  1.27     sevan #options 	BUFQ_READPRIO
     74  1.27     sevan options 	BUFQ_PRIOCSCAN
     75  1.27     sevan 
     76   1.1    dyoung # Networking options
     77   1.1    dyoung #options 	GATEWAY		# IP packet forwarding
     78   1.1    dyoung options 	INET		# Internet protocols
     79   1.1    dyoung #options 	INET6		# IPV6
     80   1.1    dyoung #options 	IPSEC		# IP security
     81   1.1    dyoung #options 	IPSEC_DEBUG	# debug for IP security
     82   1.1    dyoung #options 	MROUTING	# packet forwarding of multicast packets
     83   1.1    dyoung #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     84   1.1    dyoung #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     85   1.1    dyoung #options 	PPP_DEFLATE	# Deflate compression support for PPP
     86   1.1    dyoung #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     87   1.1    dyoung 
     88  1.17     alnsn # JIT compiler for bpfilter
     89  1.17     alnsn #options	SLJIT
     90  1.17     alnsn #options	BPFJIT
     91  1.17     alnsn 
     92   1.1    dyoung # These options enable verbose messages for several subsystems.
     93   1.1    dyoung # Warning, these may compile large string tables into the kernel!
     94   1.1    dyoung #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     95   1.1    dyoung #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     96   1.1    dyoung #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     97   1.1    dyoung #options         SCSIVERBOSE     # human readable SCSI error messages
     98   1.1    dyoung #options 	USBVERBOSE	# verbose USB device autoconfig messages
     99   1.1    dyoung 
    100   1.1    dyoung options 	NFS_BOOT_DHCP
    101   1.1    dyoung 
    102   1.1    dyoung # Pretty much only one device to use for the root file system.
    103   1.1    dyoung #config		netbsd		root on ? type ?
    104   1.1    dyoung config		netbsd-admsw0	root on admsw0 type nfs
    105   1.1    dyoung 
    106   1.1    dyoung mainbus0 	at root
    107   1.1    dyoung 
    108   1.1    dyoung cpu0 		at mainbus?
    109   1.1    dyoung 
    110   1.1    dyoung # Network pseudo-devices
    111  1.13  christos #pseudo-device	bpfilter			# Berkeley packet filter
    112  1.28     sevan pseudo-device 	carp				# Common Address Redundancy Protocol
    113   1.1    dyoung pseudo-device	loop				# network loopback
    114  1.13  christos #pseudo-device	ppp				# Point-to-Point Protocol
    115  1.13  christos #pseudo-device	sl				# Serial Line IP
    116  1.13  christos #pseudo-device	tun				# network tunneling over tty
    117  1.13  christos #pseudo-device	gre				# generic L3 over IP tunnel
    118  1.13  christos #pseudo-device	ipip				# RFC 2003 IP Encapsulation
    119  1.13  christos #pseudo-device	gif				# RFC1933  tunnel
    120  1.13  christos #pseudo-device	faith				# IPv[46] tcp relay translation 
    121   1.1    dyoung # Miscellaneous pseudo-devices
    122   1.1    dyoung pseudo-device	pty				# pseudo-terminals
    123   1.1    dyoung #pseudo-device	tb		1		# tablet line discipline
    124  1.14  christos #pseudo-device	sequencer			# MIDI sequencer
    125   1.1    dyoung #options 	RND_COM				# use "com" randomness (BROKEN)
    126   1.1    dyoung 
    127   1.1    dyoung # A pseudo device needed for Coda		# also needs CODA (above)
    128  1.13  christos #pseudo-device	vcoda				# coda minicache <-> venus comm.
    129   1.5   hannken pseudo-device	md				# memory disk device (ramdisk)
    130   1.1    dyoung pseudo-device	ksyms
    131   1.1    dyoung 
    132   1.1    dyoung obio*		at mainbus?
    133   1.2    dyoung gpio*		at mainbus?
    134   1.2    dyoung extio*		at mainbus?
    135   1.2    dyoung 
    136   1.1    dyoung uart*		at obio? addr ?
    137   1.1    dyoung admsw*		at obio? addr ?
    138   1.1    dyoung 
    139   1.1    dyoung #USB
    140   1.1    dyoung options		USB_DEBUG
    141   1.1    dyoung options		UHUB_DEBUG
    142   1.1    dyoung ahci*		at obio? addr ?
    143   1.1    dyoung usb*            at ahci?
    144   1.1    dyoung uhub*           at usb?
    145   1.1    dyoung uhub*           at uhub? port ? configuration ? interface ?
    146   1.1    dyoung ugen*           at uhub? port ?
    147   1.1    dyoung umass*          at uhub? port ?
    148   1.1    dyoung 
    149   1.1    dyoung options       MSGBUFSIZE=65536
    150   1.1    dyoung 
    151   1.1    dyoung scsibus* at scsi?
    152   1.1    dyoung sd*     at scsibus? target ? lun ?      # SCSI disk drives
    153   1.1    dyoung 
    154  1.28     sevan include "dev/veriexec.config"
    155