Home | History | Annotate | Line # | Download | only in conf
ALCHEMY revision 1.72
      1 #	$NetBSD: ALCHEMY,v 1.72 2022/08/07 02:52:25 simonb Exp $
      2 #
      3 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
      4 # DBAu1000 and DBAu1500 evaluation boards.
      5 
      6 include 	"arch/evbmips/conf/std.alchemy"
      7 
      8 #ident 		"ALCHEMY-$Revision: 1.72 $"
      9 
     10 maxusers	32
     11 
     12 options 	MIPS32
     13 options 	NOFPU		# No FPU
     14 options 	FPEMUL		# emulate FPU insn
     15 #options 	CONSPEED=115200	# YAMON default
     16 #options 	HZ=512		# for profiling
     17 
     18 # CPU support
     19 options 	ALCHEMY_AU1000
     20 options 	ALCHEMY_AU1100
     21 options 	ALCHEMY_AU1500
     22 options 	ALCHEMY_AU1550
     23 
     24 # Board support
     25 options 	ALCHEMY_GENERIC
     26 
     27 #options 	LOCKDEBUG
     28 options 	SOSEND_COUNTERS
     29 options 	INET_CSUM_COUNTERS
     30 options 	TCP_CSUM_COUNTERS
     31 options 	UDP_CSUM_COUNTERS
     32 options 	TCP_OUTPUT_COUNTERS
     33 
     34 # Standard system options
     35 options 	KTRACE		# system call tracing support
     36 options 	SYSVMSG		# System V message queues
     37 options 	SYSVSEM		# System V semaphores
     38 options 	SYSVSHM		# System V shared memory
     39 options 	NTP		# network time protocol
     40 
     41 # Debugging options
     42 options 	DIAGNOSTIC	# extra kernel sanity checking
     43 #options 	DEBUG		# extra kernel debugging support
     44 options 	DDB		# kernel dynamic debugger
     45 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     46 makeoptions 	DEBUG="-g"	# compile full symbol table
     47 makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     48 
     49 # Compatibility options
     50 include         "conf/compat_netbsd16.config"
     51 
     52 #options 	EXEC_ECOFF	# exec ECOFF binaries
     53 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     54 
     55 # File systems
     56 file-system	FFS		# Berkeley Fast Filesystem
     57 file-system	MFS		# memory-based filesystem
     58 #file-system 	EXT2FS		# second extended file system (linux) 
     59 file-system	NFS		# Sun NFS-compatible filesystem client
     60 #file-system	KERNFS		# kernel data-structure filesystem
     61 #file-system	NULLFS		# NULL layered filesystem
     62 #file-system 	OVERLAY		# overlay file system
     63 file-system	FDESC		# user file descriptor filesystem
     64 #file-system	UMAPFS		# uid/gid remapping filesystem
     65 #file-system	LFS		# Log-based filesystem (still experimental)
     66 #file-system	PROCFS		# /proc
     67 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     68 #file-system	UNION		# union file system
     69 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     70 #file-system 	CODA		# Coda File System; also needs vcoda (below)
     71 file-system	PTYFS		# /dev/pts/N support
     72 
     73 # File system options
     74 #options 	FFS_EI		# FFS Endian Independent support
     75 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     76 #options 	QUOTA		# legacy UFS quotas
     77 #options 	QUOTA2		# new, in-filesystem UFS quotas
     78 #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     79 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     80 options 	WAPBL		# File system journaling support
     81 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     82 				# immutable) behave as system flags.
     83 #options 	NFSSERVER	# Network File System server
     84 
     85 # Alternate buffer queue strategies for better responsiveness under high
     86 # disk I/O load.
     87 #options 	BUFQ_READPRIO
     88 options 	BUFQ_PRIOCSCAN
     89 
     90 # Networking options
     91 #options 	GATEWAY		# IP packet forwarding
     92 options 	INET		# Internet protocols
     93 #options 	INET6		# IPV6
     94 #options 	IPSEC		# IP security
     95 #options 	IPSEC_DEBUG	# debug for IP security
     96 #options 	MROUTING	# packet forwarding of multicast packets
     97 #options 	PIM		# Protocol Independent Multicast
     98 #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     99 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    100 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    101 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    102 
    103 # JIT compiler for bpfilter
    104 #options	SLJIT
    105 #options	BPFJIT
    106 
    107 # These options enable verbose messages for several subsystems.
    108 # Warning, these may compile large string tables into the kernel!
    109 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    110 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    111 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    112 options         SCSIVERBOSE     # human readable SCSI error messages
    113 options 	USBVERBOSE	# verbose USB device autoconfig messages
    114 
    115 options 	NFS_BOOT_DHCP
    116 
    117 # Pretty much only one device to use for the root file system.
    118 config		netbsd		root on ? type ?
    119 config		netbsd-aumac0	root on aumac0 type nfs
    120 
    121 mainbus0 	at root
    122 
    123 cpu0 		at mainbus?
    124 
    125 aubus0	 	at mainbus?
    126 
    127 # no RTC!  fake with one of the programmable clocks
    128 aurtc*		at aubus? addr ?
    129 
    130 # UARTs
    131 com*		at aubus? addr ?
    132 
    133 # Ethernet MACs
    134 aumac*		at aubus? addr ?
    135 options 	AUMAC_EVENT_COUNTERS
    136 
    137 # MII/PHY support
    138 acphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
    139 amhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
    140 bmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
    141 brgphy*		at mii? phy ?			# Broadcom BCM5400-family PHYs
    142 lxtphy*		at mii? phy ?			# Level One LXT970 PHYs
    143 nsphyter*	at mii? phy ?			# NS83843 PHYs
    144 rgephy*		at mii? phy ?			# RealTek 8169S/8110S PHY
    145 rlphy*		at mii? phy ?			# RealTek 8139/8201L PHYs
    146 sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    147 ukphy*		at mii? phy ?			# Catch-all PHYs
    148 
    149 # USB
    150 ohci*		at aubus? addr ?		# USB Open Host Controller
    151 
    152 # USB bus support
    153 usb*		at ohci?
    154 
    155 # USB Hubs
    156 uhub*		at usb?
    157 uhub*		at uhub? port ?
    158 
    159 # USB HID device
    160 uhidev* at uhub? port ? configuration ? interface ?
    161 
    162 # USB Mice
    163 ums*    at uhidev? reportid ?   
    164 wsmouse* at ums? mux 0
    165 
    166 # USB Keyboards
    167 ukbd*   at uhidev? reportid ? 
    168 wskbd*  at ukbd? console ? mux 1
    169 
    170 # USB serial adapter
    171 ucycom*	at uhidev? reportid ?
    172 
    173 # USB Generic HID devices
    174 uhid*   at uhidev? reportid ?
    175 
    176 # USB Printer
    177 ulpt*   at uhub? port ? configuration ? interface ?
    178 
    179 # USB Modem
    180 umodem* at uhub? port ? configuration ?
    181 ucom*   at umodem?
    182 
    183 # Option N.V. Wireless WAN modems
    184 uhso*	at uhub? port ? configuration ?
    185 
    186 # USB Mass Storage
    187 umass*  at uhub? port ? configuration ? interface ?
    188 scsibus* at scsi?
    189 sd*	at scsibus? target ? lun ?
    190 
    191 # USB audio
    192 #uaudio* at uhub? port ? configuration ?
    193 
    194 # USB MIDI
    195 #umidi* at uhub? port ? configuration ?
    196 
    197 # USB IrDA
    198 # USB-IrDA bridge spec
    199 #uirda* at uhub? port ? configuration ? interface ?
    200 #irframe* at uirda?
    201 
    202 # Kyocera AIR-EDGE PHONE
    203 #ukyopon* at uhub? port ?
    204 #ucom*	at ukyopon? portno ?
    205 
    206 # USB Generic driver
    207 ugen*		at uhub? port ?
    208 
    209 # Audio support
    210 auaudio*	at aubus? addr ?		# STAC9745 audio codec
    211 audio*		at auaudio?
    212 
    213 spkr*		at audio?			# PC speaker (synthesized)
    214 
    215 # GPIOs
    216 augpio*	at aubus? addr ?
    217 gpio*	at augpio?
    218 
    219 # On-board devices
    220 obio*		at mainbus?
    221 
    222 #flash*		at obio? addr ?
    223 #lcd*		at obio? addr ?
    224 
    225 # Pseudo-devices
    226 
    227 # Disk/mass storage pseudo-devices
    228 #pseudo-device	ccd				# concatenated disk devices
    229 #pseudo-device	raid				# RAIDframe disk driver
    230 #options 	RAID_AUTOCONFIG			# auto-configuration of RAID
    231 #pseudo-device	fss				# file system snapshot device
    232 #pseudo-device	md				# memory disk device (ramdisk)
    233 pseudo-device	vnd				# disk-like interface to files
    234 
    235 # Network pseudo-devices
    236 pseudo-device	bpfilter			# Berkeley packet filter
    237 pseudo-device 	carp				# Common Address Redundancy Protocol
    238 pseudo-device	npf			# NPF packet filter
    239 pseudo-device	loop				# network loopback
    240 #pseudo-device	ppp				# Point-to-Point Protocol
    241 #pseudo-device	sl				# Serial Line IP
    242 #pseudo-device	tun				# network tunneling over tty
    243 #pseudo-device	tap				# virtual Ethernet
    244 #pseudo-device	gre				# generic L3 over IP tunnel
    245 #pseudo-device	ipip				# RFC 2003 IP Encapsulation
    246 #pseudo-device	gif				# RFC1933 tunnel
    247 #pseudo-device	faith				# IPv[46] tcp relay translation 
    248 #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    249 pseudo-device	vlan				# IEEE 802.1q encapsulation
    250 pseudo-device	bridge				# simple inter-network bridging
    251 #pseudo-device	vether				# Virtual Ethernet for bridge
    252 
    253 # Miscellaneous pseudo-devices
    254 pseudo-device	pty				# pseudo-terminals
    255 #pseudo-device	sequencer			# MIDI sequencer
    256 pseudo-device	clockctl			# user control of clock subsystem
    257 pseudo-device	drvctl				# user control of drive subsystem
    258 pseudo-device	ksyms				# /dev/ksyms
    259 
    260 # A pseudo device needed for Coda		# also needs CODA (above)
    261 #pseudo-device	vcoda				# coda minicache <-> venus comm.
    262 
    263 include "dev/veriexec.config"
    264