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