ALCHEMY revision 1.72
11.72Ssimonb#	$NetBSD: ALCHEMY,v 1.72 2022/08/07 02:52:25 simonb Exp $
21.1Sgdamore#
31.1Sgdamore# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
41.1Sgdamore# DBAu1000 and DBAu1500 evaluation boards.
51.1Sgdamore
61.4Sgdamoreinclude 	"arch/evbmips/conf/std.alchemy"
71.1Sgdamore
81.72Ssimonb#ident 		"ALCHEMY-$Revision: 1.72 $"
91.1Sgdamore
101.1Sgdamoremaxusers	32
111.1Sgdamore
121.1Sgdamoreoptions 	MIPS32
131.1Sgdamoreoptions 	NOFPU		# No FPU
141.31Smattoptions 	FPEMUL		# emulate FPU insn
151.9Ssimonb#options 	CONSPEED=115200	# YAMON default
161.71Ssimonb#options 	HZ=512		# for profiling
171.1Sgdamore
181.2Sgdamore# CPU support
191.3Ssimonboptions 	ALCHEMY_AU1000
201.3Ssimonboptions 	ALCHEMY_AU1100
211.3Ssimonboptions 	ALCHEMY_AU1500
221.3Ssimonboptions 	ALCHEMY_AU1550
231.2Sgdamore
241.4Sgdamore# Board support
251.9Ssimonboptions 	ALCHEMY_GENERIC
261.4Sgdamore
271.1Sgdamore#options 	LOCKDEBUG
281.1Sgdamoreoptions 	SOSEND_COUNTERS
291.1Sgdamoreoptions 	INET_CSUM_COUNTERS
301.1Sgdamoreoptions 	TCP_CSUM_COUNTERS
311.1Sgdamoreoptions 	UDP_CSUM_COUNTERS
321.1Sgdamoreoptions 	TCP_OUTPUT_COUNTERS
331.1Sgdamore
341.1Sgdamore# Standard system options
351.1Sgdamoreoptions 	KTRACE		# system call tracing support
361.1Sgdamoreoptions 	SYSVMSG		# System V message queues
371.1Sgdamoreoptions 	SYSVSEM		# System V semaphores
381.1Sgdamoreoptions 	SYSVSHM		# System V shared memory
391.1Sgdamoreoptions 	NTP		# network time protocol
401.1Sgdamore
411.1Sgdamore# Debugging options
421.1Sgdamoreoptions 	DIAGNOSTIC	# extra kernel sanity checking
431.62Smaya#options 	DEBUG		# extra kernel debugging support
441.1Sgdamoreoptions 	DDB		# kernel dynamic debugger
451.1Sgdamoreoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
461.1Sgdamoremakeoptions 	DEBUG="-g"	# compile full symbol table
471.55Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
481.1Sgdamore
491.1Sgdamore# Compatibility options
501.63Smrginclude         "conf/compat_netbsd16.config"
511.63Smrg
521.1Sgdamore#options 	EXEC_ECOFF	# exec ECOFF binaries
531.1Sgdamore#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
541.1Sgdamore
551.1Sgdamore# File systems
561.1Sgdamorefile-system	FFS		# Berkeley Fast Filesystem
571.1Sgdamorefile-system	MFS		# memory-based filesystem
581.1Sgdamore#file-system 	EXT2FS		# second extended file system (linux) 
591.1Sgdamorefile-system	NFS		# Sun NFS-compatible filesystem client
601.1Sgdamore#file-system	KERNFS		# kernel data-structure filesystem
611.1Sgdamore#file-system	NULLFS		# NULL layered filesystem
621.1Sgdamore#file-system 	OVERLAY		# overlay file system
631.1Sgdamorefile-system	FDESC		# user file descriptor filesystem
641.1Sgdamore#file-system	UMAPFS		# uid/gid remapping filesystem
651.1Sgdamore#file-system	LFS		# Log-based filesystem (still experimental)
661.1Sgdamore#file-system	PROCFS		# /proc
671.1Sgdamore#file-system	CD9660		# ISO 9660 + Rock Ridge file system
681.1Sgdamore#file-system	UNION		# union file system
691.1Sgdamore#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
701.1Sgdamore#file-system 	CODA		# Coda File System; also needs vcoda (below)
711.69Ssimonbfile-system	PTYFS		# /dev/pts/N support
721.1Sgdamore
731.1Sgdamore# File system options
741.72Ssimonb#options 	FFS_EI		# FFS Endian Independent support
751.72Ssimonboptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
761.32Sbouyer#options 	QUOTA		# legacy UFS quotas
771.32Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
781.72Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
791.72Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
801.40Sdhollandoptions 	WAPBL		# File system journaling support
811.1Sgdamore#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
821.1Sgdamore				# immutable) behave as system flags.
831.72Ssimonb#options 	NFSSERVER	# Network File System server
841.1Sgdamore
851.65Ssevan# Alternate buffer queue strategies for better responsiveness under high
861.65Ssevan# disk I/O load.
871.65Ssevan#options 	BUFQ_READPRIO
881.65Ssevanoptions 	BUFQ_PRIOCSCAN
891.65Ssevan
901.1Sgdamore# Networking options
911.1Sgdamore#options 	GATEWAY		# IP packet forwarding
921.1Sgdamoreoptions 	INET		# Internet protocols
931.43Spgoyette#options 	INET6		# IPV6
941.1Sgdamore#options 	IPSEC		# IP security
951.1Sgdamore#options 	IPSEC_DEBUG	# debug for IP security
961.1Sgdamore#options 	MROUTING	# packet forwarding of multicast packets
971.1Sgdamore#options 	PIM		# Protocol Independent Multicast
981.1Sgdamore#options 	NETATALK	# AppleTalk (over Ethernet) protocol
991.1Sgdamore#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1001.1Sgdamore#options 	PPP_DEFLATE	# Deflate compression support for PPP
1011.1Sgdamore#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1021.1Sgdamore
1031.53Salnsn# JIT compiler for bpfilter
1041.53Salnsn#options	SLJIT
1051.53Salnsn#options	BPFJIT
1061.53Salnsn
1071.1Sgdamore# These options enable verbose messages for several subsystems.
1081.1Sgdamore# Warning, these may compile large string tables into the kernel!
1091.1Sgdamoreoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1101.1Sgdamoreoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1111.1Sgdamore#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1121.1Sgdamoreoptions         SCSIVERBOSE     # human readable SCSI error messages
1131.1Sgdamoreoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1141.1Sgdamore
1151.1Sgdamoreoptions 	NFS_BOOT_DHCP
1161.1Sgdamore
1171.1Sgdamore# Pretty much only one device to use for the root file system.
1181.1Sgdamoreconfig		netbsd		root on ? type ?
1191.1Sgdamoreconfig		netbsd-aumac0	root on aumac0 type nfs
1201.1Sgdamore
1211.1Sgdamoremainbus0 	at root
1221.1Sgdamore
1231.1Sgdamorecpu0 		at mainbus?
1241.1Sgdamore
1251.1Sgdamoreaubus0	 	at mainbus?
1261.1Sgdamore
1271.1Sgdamore# no RTC!  fake with one of the programmable clocks
1281.1Sgdamoreaurtc*		at aubus? addr ?
1291.1Sgdamore
1301.1Sgdamore# UARTs
1311.12Sgdamorecom*		at aubus? addr ?
1321.1Sgdamore
1331.1Sgdamore# Ethernet MACs
1341.1Sgdamoreaumac*		at aubus? addr ?
1351.1Sgdamoreoptions 	AUMAC_EVENT_COUNTERS
1361.1Sgdamore
1371.1Sgdamore# MII/PHY support
1381.9Ssimonbacphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
1391.1Sgdamoreamhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
1401.1Sgdamorebmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
1411.5Sgdamorebrgphy*		at mii? phy ?			# Broadcom BCM5400-family PHYs
1421.9Ssimonblxtphy*		at mii? phy ?			# Level One LXT970 PHYs
1431.9Ssimonbnsphyter*	at mii? phy ?			# NS83843 PHYs
1441.9Ssimonbrgephy*		at mii? phy ?			# RealTek 8169S/8110S PHY
1451.9Ssimonbrlphy*		at mii? phy ?			# RealTek 8139/8201L PHYs
1461.1Sgdamoresqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1471.5Sgdamoreukphy*		at mii? phy ?			# Catch-all PHYs
1481.1Sgdamore
1491.1Sgdamore# USB
1501.1Sgdamoreohci*		at aubus? addr ?		# USB Open Host Controller
1511.1Sgdamore
1521.1Sgdamore# USB bus support
1531.1Sgdamoreusb*		at ohci?
1541.1Sgdamore
1551.1Sgdamore# USB Hubs
1561.1Sgdamoreuhub*		at usb?
1571.16Sdrochneruhub*		at uhub? port ?
1581.1Sgdamore
1591.1Sgdamore# USB HID device
1601.1Sgdamoreuhidev* at uhub? port ? configuration ? interface ?
1611.1Sgdamore
1621.1Sgdamore# USB Mice
1631.1Sgdamoreums*    at uhidev? reportid ?   
1641.1Sgdamorewsmouse* at ums? mux 0
1651.1Sgdamore
1661.1Sgdamore# USB Keyboards
1671.1Sgdamoreukbd*   at uhidev? reportid ? 
1681.1Sgdamorewskbd*  at ukbd? console ? mux 1
1691.1Sgdamore
1701.13Sskrll# USB serial adapter
1711.1Sgdamoreucycom*	at uhidev? reportid ?
1721.1Sgdamore
1731.1Sgdamore# USB Generic HID devices
1741.1Sgdamoreuhid*   at uhidev? reportid ?
1751.1Sgdamore
1761.1Sgdamore# USB Printer
1771.1Sgdamoreulpt*   at uhub? port ? configuration ? interface ?
1781.1Sgdamore
1791.1Sgdamore# USB Modem
1801.1Sgdamoreumodem* at uhub? port ? configuration ?
1811.1Sgdamoreucom*   at umodem?
1821.1Sgdamore
1831.27Splunky# Option N.V. Wireless WAN modems
1841.27Splunkyuhso*	at uhub? port ? configuration ?
1851.27Splunky
1861.1Sgdamore# USB Mass Storage
1871.1Sgdamoreumass*  at uhub? port ? configuration ? interface ?
1881.1Sgdamorescsibus* at scsi?
1891.1Sgdamoresd*	at scsibus? target ? lun ?
1901.1Sgdamore
1911.1Sgdamore# USB audio
1921.1Sgdamore#uaudio* at uhub? port ? configuration ?
1931.1Sgdamore
1941.1Sgdamore# USB MIDI
1951.1Sgdamore#umidi* at uhub? port ? configuration ?
1961.1Sgdamore
1971.1Sgdamore# USB IrDA
1981.1Sgdamore# USB-IrDA bridge spec
1991.1Sgdamore#uirda* at uhub? port ? configuration ? interface ?
2001.1Sgdamore#irframe* at uirda?
2011.1Sgdamore
2021.1Sgdamore# Kyocera AIR-EDGE PHONE
2031.1Sgdamore#ukyopon* at uhub? port ?
2041.1Sgdamore#ucom*	at ukyopon? portno ?
2051.1Sgdamore
2061.1Sgdamore# USB Generic driver
2071.1Sgdamoreugen*		at uhub? port ?
2081.1Sgdamore
2091.1Sgdamore# Audio support
2101.1Sgdamoreauaudio*	at aubus? addr ?		# STAC9745 audio codec
2111.1Sgdamoreaudio*		at auaudio?
2121.1Sgdamore
2131.60Schristosspkr*		at audio?			# PC speaker (synthesized)
2141.58Snat
2151.6Sgdamore# GPIOs
2161.6Sgdamoreaugpio*	at aubus? addr ?
2171.6Sgdamoregpio*	at augpio?
2181.6Sgdamore
2191.1Sgdamore# On-board devices
2201.1Sgdamoreobio*		at mainbus?
2211.1Sgdamore
2221.1Sgdamore#flash*		at obio? addr ?
2231.1Sgdamore#lcd*		at obio? addr ?
2241.1Sgdamore
2251.1Sgdamore# Pseudo-devices
2261.1Sgdamore
2271.1Sgdamore# Disk/mass storage pseudo-devices
2281.48Schristos#pseudo-device	ccd				# concatenated disk devices
2291.49Schristos#pseudo-device	raid				# RAIDframe disk driver
2301.1Sgdamore#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
2311.28Spooka#pseudo-device	fss				# file system snapshot device
2321.30Shannken#pseudo-device	md				# memory disk device (ramdisk)
2331.1Sgdamorepseudo-device	vnd				# disk-like interface to files
2341.1Sgdamore
2351.1Sgdamore# Network pseudo-devices
2361.1Sgdamorepseudo-device	bpfilter			# Berkeley packet filter
2371.67Ssevanpseudo-device 	carp				# Common Address Redundancy Protocol
2381.64Smaxvpseudo-device	npf			# NPF packet filter
2391.1Sgdamorepseudo-device	loop				# network loopback
2401.1Sgdamore#pseudo-device	ppp				# Point-to-Point Protocol
2411.1Sgdamore#pseudo-device	sl				# Serial Line IP
2421.1Sgdamore#pseudo-device	tun				# network tunneling over tty
2431.1Sgdamore#pseudo-device	tap				# virtual Ethernet
2441.1Sgdamore#pseudo-device	gre				# generic L3 over IP tunnel
2451.49Schristos#pseudo-device	ipip				# RFC 2003 IP Encapsulation
2461.10Ssimonb#pseudo-device	gif				# RFC1933 tunnel
2471.1Sgdamore#pseudo-device	faith				# IPv[46] tcp relay translation 
2481.1Sgdamore#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
2491.1Sgdamorepseudo-device	vlan				# IEEE 802.1q encapsulation
2501.1Sgdamorepseudo-device	bridge				# simple inter-network bridging
2511.70Sroy#pseudo-device	vether				# Virtual Ethernet for bridge
2521.1Sgdamore
2531.1Sgdamore# Miscellaneous pseudo-devices
2541.1Sgdamorepseudo-device	pty				# pseudo-terminals
2551.50Schristos#pseudo-device	sequencer			# MIDI sequencer
2561.10Ssimonbpseudo-device	clockctl			# user control of clock subsystem
2571.66Sisakipseudo-device	drvctl				# user control of drive subsystem
2581.10Ssimonbpseudo-device	ksyms				# /dev/ksyms
2591.1Sgdamore
2601.1Sgdamore# A pseudo device needed for Coda		# also needs CODA (above)
2611.49Schristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
2621.67Ssevan
2631.67Ssevaninclude "dev/veriexec.config"
264