Home | History | Annotate | Line # | Download | only in conf
ADM5120-NB revision 1.26
      1  1.26     sevan #	$NetBSD: ADM5120-NB,v 1.26 2019/04/26 21:40:29 sevan Exp $
      2   1.1    dyoung #
      3   1.1    dyoung # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
      4   1.1    dyoung # DBAu1000 and DBAu1500 evaluation boards.
      5   1.1    dyoung 
      6   1.1    dyoung include 	"arch/evbmips/conf/std.adm5120"
      7   1.1    dyoung 
      8  1.26     sevan #ident 		"GENERIC-$Revision: 1.26 $"
      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.1    dyoung options 	HZ=512		# for profiling
     17   1.1    dyoung options 	MEMSIZE="(16*1024*1024)"
     18   1.1    dyoung 
     19   1.1    dyoung #options 	LOCKDEBUG
     20   1.1    dyoung options 	SOSEND_COUNTERS
     21   1.1    dyoung options 	INET_CSUM_COUNTERS
     22   1.1    dyoung options 	TCP_CSUM_COUNTERS
     23   1.1    dyoung options 	UDP_CSUM_COUNTERS
     24   1.1    dyoung options 	TCP_OUTPUT_COUNTERS
     25   1.1    dyoung 
     26   1.1    dyoung #options 	NTP		# network time protocol
     27   1.1    dyoung 
     28   1.1    dyoung # Debugging options
     29   1.1    dyoung ##options 	DIAGNOSTIC	# extra kernel sanity checking
     30   1.1    dyoung ##options 	DEBUG		# extra kernel debugging support
     31   1.1    dyoung options 	DDB		# kernel dynamic debugger
     32   1.1    dyoung options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     33   1.1    dyoung makeoptions 	DEBUG="-g"	# compile full symbol table
     34   1.1    dyoung makeoptions 	CPUFLAGS="-march=4kc"
     35  1.18     joerg makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     36   1.1    dyoung 
     37   1.1    dyoung #options 	MEMORY_DISK_HOOKS
     38   1.1    dyoung #options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     39   1.1    dyoung #options 	MEMORY_DISK_ROOT_SIZE=16384	# 2 Megabytes
     40   1.1    dyoung 
     41   1.1    dyoung # Compatibility options
     42  1.23       mrg include         "conf/compat_netbsd50.config"
     43   1.1    dyoung #options 	EXEC_ECOFF	# exec ECOFF binaries
     44   1.1    dyoung #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     45   1.1    dyoung 
     46   1.1    dyoung # File systems
     47   1.1    dyoung file-system	FFS		# Berkeley Fast Filesystem
     48   1.1    dyoung #file-system	MFS		# memory-based filesystem
     49   1.1    dyoung #file-system 	EXT2FS		# second extended file system (linux)
     50   1.1    dyoung file-system	NFS		# Sun NFS-compatible filesystem client
     51   1.1    dyoung #file-system	KERNFS		# kernel data-structure filesystem
     52   1.1    dyoung #file-system	NULLFS		# NULL layered filesystem
     53   1.1    dyoung #file-system 	OVERLAY		# overlay file system
     54   1.1    dyoung #file-system	FDESC		# user file descriptor filesystem
     55   1.1    dyoung #file-system	UMAPFS		# uid/gid remapping filesystem
     56   1.1    dyoung #file-system	LFS		# Log-based filesystem (still experimental)
     57   1.1    dyoung #file-system	PROCFS		# /proc
     58   1.1    dyoung #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     59   1.1    dyoung #file-system	UNION		# union file system
     60   1.1    dyoung #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     61   1.1    dyoung #file-system 	CODA		# Coda File System; also needs vcoda (below)
     62   1.1    dyoung 
     63   1.1    dyoung # File system options
     64   1.1    dyoung #options 	NFSSERVER	# Sun NFS-compatible filesystem server
     65   1.7    bouyer #options 	QUOTA		# legacy UFS quotas
     66   1.7    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     67  1.21       rin #options 	DISKLABEL_EI	# disklabel Endian Independent support
     68   1.9       wiz #options 	FFS_EI		# FFS Endian Independent support
     69   1.1    dyoung #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     70   1.1    dyoung 				# immutable) behave as system flags.
     71   1.1    dyoung 
     72  1.25     sevan # Alternate buffer queue strategies for better responsiveness under high
     73  1.25     sevan # disk I/O load.
     74  1.25     sevan #options 	BUFQ_READPRIO
     75  1.25     sevan options 	BUFQ_PRIOCSCAN
     76  1.25     sevan 
     77   1.1    dyoung # Networking options
     78   1.1    dyoung options 	GATEWAY		# IP packet forwarding
     79   1.1    dyoung options 	INET		# Internet protocols
     80   1.1    dyoung options 	NETGRAPH	# Netgraph
     81   1.1    dyoung options 	NETGRAPH_ASYNC
     82   1.1    dyoung options 	NETGRAPH_BPF
     83   1.1    dyoung options 	NETGRAPH_CISCO
     84   1.1    dyoung options 	NETGRAPH_ECHO
     85   1.1    dyoung options 	NETGRAPH_EIFACE
     86   1.1    dyoung options 	NETGRAPH_ETF
     87   1.1    dyoung options 	NETGRAPH_ETHER
     88   1.1    dyoung options 	NETGRAPH_FRAME_RELAY
     89   1.1    dyoung options 	NETGRAPH_HOLE
     90   1.1    dyoung options 	NETGRAPH_HUB
     91   1.1    dyoung options 	NETGRAPH_IFACE
     92   1.1    dyoung options 	NETGRAPH_KSOCKET
     93   1.1    dyoung options 	NETGRAPH_L2TP
     94   1.1    dyoung options 	NETGRAPH_LMI
     95   1.1    dyoung options 	NETGRAPH_ONE2MANY
     96   1.1    dyoung options 	NETGRAPH_PPP
     97   1.1    dyoung options 	NETGRAPH_PPPOE
     98   1.1    dyoung options 	NETGRAPH_PPTPGRE
     99   1.1    dyoung options 	NETGRAPH_RFC1490
    100   1.1    dyoung options 	NETGRAPH_TEE
    101   1.1    dyoung options 	NETGRAPH_UI
    102   1.1    dyoung options 	NETGRAPH_VJC
    103   1.1    dyoung options 	NETGRAPH_VLAN
    104   1.1    dyoung #options 	INET6		# IPV6
    105   1.1    dyoung #options 	IPSEC		# IP security
    106   1.1    dyoung #options 	IPSEC_DEBUG	# debug for IP security
    107   1.1    dyoung #options 	MROUTING	# packet forwarding of multicast packets
    108   1.1    dyoung #options 	NETATALK	# AppleTalk (over Ethernet) protocol
    109   1.1    dyoung #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    110   1.1    dyoung #options 	PPP_DEFLATE	# Deflate compression support for PPP
    111   1.1    dyoung #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    112   1.1    dyoung 
    113  1.17     alnsn # JIT compiler for bpfilter
    114  1.17     alnsn #options	SLJIT
    115  1.17     alnsn #options	BPFJIT
    116  1.17     alnsn 
    117   1.1    dyoung # These options enable verbose messages for several subsystems.
    118   1.1    dyoung # Warning, these may compile large string tables into the kernel!
    119   1.1    dyoung #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    120   1.1    dyoung #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    121   1.1    dyoung #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    122   1.1    dyoung #options 	SCSIVERBOSE	# human readable SCSI error messages
    123   1.1    dyoung #options 	USBVERBOSE	# verbose USB device autoconfig messages
    124   1.1    dyoung 
    125   1.1    dyoung options 	NFS_BOOT_DHCP
    126   1.1    dyoung 
    127   1.1    dyoung # Pretty much only one device to use for the root file system.
    128   1.1    dyoung config		netbsd-admsw0	root on admsw0 type nfs
    129   1.1    dyoung 
    130   1.1    dyoung mainbus0 	at root
    131   1.1    dyoung 
    132   1.1    dyoung cpu0 		at mainbus?
    133   1.1    dyoung 
    134   1.1    dyoung # Network pseudo-devices
    135  1.13  christos pseudo-device	bpfilter			# Berkeley packet filter
    136  1.26     sevan pseudo-device 	carp				# Common Address Redundancy Protocol
    137   1.1    dyoung pseudo-device	loop				# network loopback
    138  1.13  christos #pseudo-device	ppp				# Point-to-Point Protocol
    139  1.13  christos #pseudo-device	sl				# Serial Line IP
    140  1.13  christos #pseudo-device	strip				# Starmode Radio IP (Metricom)
    141  1.13  christos #pseudo-device	tun				# network tunneling over tty
    142  1.13  christos #pseudo-device	gre				# generic L3 over IP tunnel
    143  1.13  christos #pseudo-device	ipip				# RFC 2003 IP Encapsulation
    144   1.1    dyoung #pseudo-device	gif				# RFC1933 tunnel
    145  1.13  christos #pseudo-device	faith				# IPv[46] tcp relay translation
    146   1.1    dyoung # Miscellaneous pseudo-devices
    147   1.1    dyoung pseudo-device	pty				# pseudo-terminals
    148  1.14  christos #pseudo-device	sequencer			# MIDI sequencer
    149   1.1    dyoung 
    150   1.1    dyoung # A pseudo device needed for Coda		# also needs CODA (above)
    151  1.13  christos #pseudo-device	vcoda				# coda minicache <-> venus comm.
    152   1.1    dyoung pseudo-device	ksyms
    153   1.1    dyoung 
    154   1.1    dyoung obio*		at mainbus?
    155   1.2    dyoung extio*		at mainbus?
    156   1.2    dyoung gpio*		at mainbus?
    157   1.2    dyoung 
    158   1.1    dyoung uart*		at obio? addr ?
    159   1.1    dyoung admsw*		at obio? addr ?
    160   1.2    dyoung #admflash*	at obio? addr ?
    161   1.2    dyoung #options 	VND_COMPRESSION
    162  1.26     sevan 
    163  1.26     sevan include "dev/veriexec.config"
    164