Home | History | Annotate | Line # | Download | only in conf
      1  1.66    simonb #	$NetBSD: IXM1200,v 1.66 2022/08/07 02:52:25 simonb Exp $
      2   1.1    ichiro #
      3   1.1    ichiro #	IXM1200 -- Intel IXM1200 Evaluation Board Kernel
      4   1.1    ichiro #
      5   1.1    ichiro 
      6   1.1    ichiro include	"arch/evbarm/conf/std.ixm1200"
      7   1.1    ichiro 
      8   1.1    ichiro #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9   1.1    ichiro 
     10   1.1    ichiro # estimated number of users
     11   1.1    ichiro 
     12   1.1    ichiro maxusers	32
     13   1.1    ichiro 
     14   1.1    ichiro # Standard system options
     15   1.1    ichiro 
     16   1.1    ichiro options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     17   1.1    ichiro #options 	NTP		# NTP phase/frequency locked loop
     18   1.1    ichiro 
     19   1.1    ichiro # CPU options
     20   1.1    ichiro 
     21   1.1    ichiro # For StrongARM systems
     22   1.1    ichiro options 	CPU_SA110	# Support the SA110 core
     23   1.1    ichiro options 	CPU_IXP12X0	# Support the IXP12X0
     24   1.9  rearnsha makeoptions	CPUFLAGS="-march=armv4 -mtune=strongarm"
     25   1.1    ichiro 
     26   1.1    ichiro # Architecture options
     27   1.1    ichiro 
     28   1.1    ichiro # File systems
     29   1.1    ichiro 
     30   1.1    ichiro file-system	FFS		# UFS
     31   1.1    ichiro #file-system	LFS		# log-structured file system
     32   1.1    ichiro file-system	MFS		# memory file system
     33   1.1    ichiro file-system	NFS		# Network file system
     34   1.1    ichiro #file-system 	ADOSFS		# AmigaDOS-compatible file system
     35   1.1    ichiro #file-system 	EXT2FS		# second extended file system (linux)
     36   1.1    ichiro #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     37   1.1    ichiro #file-system	MSDOSFS		# MS-DOS file system
     38   1.1    ichiro file-system	FDESC		# /dev/fd
     39   1.1    ichiro file-system	KERNFS		# /kern
     40   1.1    ichiro file-system	NULLFS		# loopback file system
     41   1.1    ichiro file-system	PROCFS		# /proc
     42  1.50   msaitoh #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     43   1.1    ichiro #file-system	UMAPFS		# NULLFS + uid and gid remapping
     44   1.1    ichiro #file-system	UNION		# union file system
     45  1.19  christos file-system	PTYFS		# /dev/pts/N support
     46   1.1    ichiro 
     47   1.1    ichiro # File system options
     48  1.66    simonb #options 	FFS_EI		# FFS Endian Independent support
     49  1.66    simonb #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     50  1.44    bouyer #options 	QUOTA		# legacy UFS quotas
     51  1.44    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     52  1.66    simonb options 	UFS_DIRHASH	# UFS Large Directory Hashing
     53  1.66    simonb options 	UFS_EXTATTR	# Extended attribute support for UFS1
     54  1.66    simonb options 	WAPBL		# File system journaling support
     55  1.62       rin #options 	DISKLABEL_EI	# disklabel Endian Independent support
     56  1.66    simonb options 	NFSSERVER	# Network File System server
     57   1.1    ichiro 
     58   1.1    ichiro # Networking options
     59   1.1    ichiro 
     60   1.1    ichiro #options 	GATEWAY		# packet forwarding
     61   1.1    ichiro options 	INET		# IP + ICMP + TCP + UDP
     62   1.1    ichiro options 	INET6		# IPV6
     63   1.1    ichiro #options 	IPSEC		# IP security
     64   1.1    ichiro #options 	IPSEC_DEBUG	# debug for IP security
     65   1.1    ichiro #options 	MROUTING	# IP multicast routing
     66  1.10      manu #options 	PIM		# Protocol Independent Multicast
     67   1.1    ichiro #options 	NETATALK	# AppleTalk networking
     68   1.1    ichiro #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     69   1.1    ichiro #options 	PPP_DEFLATE	# Deflate compression support for PPP
     70   1.1    ichiro #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     71   1.1    ichiro #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     72   1.1    ichiro 
     73   1.1    ichiro options 	NFS_BOOT_BOOTP
     74   1.1    ichiro options 	NFS_BOOT_DHCP
     75   1.1    ichiro #options 	NFS_BOOT_BOOTPARAM
     76   1.1    ichiro 
     77   1.1    ichiro # Compatibility options
     78   1.1    ichiro 
     79  1.64       mrg include 	"conf/compat_netbsd14.config"
     80  1.64       mrg options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     81   1.1    ichiro 
     82   1.1    ichiro # Shared memory options
     83   1.1    ichiro 
     84   1.1    ichiro options 	SYSVMSG		# System V-like message queues
     85   1.1    ichiro options 	SYSVSEM		# System V-like semaphores
     86   1.1    ichiro options 	SYSVSHM		# System V-like memory sharing
     87   1.1    ichiro 
     88   1.1    ichiro # Device options
     89   1.1    ichiro 
     90   1.1    ichiro #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
     91   1.1    ichiro #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
     92   1.1    ichiro #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
     93   1.1    ichiro 
     94   1.1    ichiro # Console options.
     95   1.1    ichiro #options 	CONSPEED=38400		# Console speed
     96   1.1    ichiro 
     97   1.1    ichiro # Miscellaneous kernel options
     98   1.1    ichiro options 	KTRACE		# system call tracing, a la ktrace(1)
     99   1.1    ichiro options 	IRQSTATS	# manage IRQ statistics
    100   1.1    ichiro #options 	SCSIVERBOSE	# Verbose SCSI errors
    101   1.1    ichiro options 	PCIVERBOSE	# Verbose PCI descriptions
    102   1.1    ichiro options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    103   1.1    ichiro #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    104   1.1    ichiro #options 	DDB_KEYCODE=0x40
    105   1.3     lukem options 	USERCONF	# userconf(4) support
    106   1.1    ichiro #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    107   1.8    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    108   1.1    ichiro 
    109   1.1    ichiro # Development and Debugging options
    110   1.1    ichiro 
    111  1.56  dholland options 	DIAGNOSTIC	# internal consistency checks
    112   1.1    ichiro options 	DEBUG
    113  1.65     skrll #options 	UVMHIST		# kernhist for uvm/pmap subsystems
    114   1.1    ichiro options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    115   1.1    ichiro options 	DDB		# in-kernel debugger
    116   1.1    ichiro options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    117   1.6  rearnsha #makeoptions	DEBUG="-g"	# compile full symbol table
    118  1.59     joerg makeoptions	COPY_SYMTAB=1
    119   1.1    ichiro 
    120   1.1    ichiro config		netbsd		root on ? type ?
    121   1.1    ichiro 
    122   1.1    ichiro # The main bus device
    123   1.1    ichiro mainbus0	at root
    124   1.1    ichiro 
    125   1.1    ichiro # The boot cpu
    126   1.1    ichiro cpu0		at mainbus?
    127   1.1    ichiro 
    128   1.1    ichiro # IXP12x0 slow peripheral
    129   1.1    ichiro ixpsip0		at mainbus?
    130   1.1    ichiro 
    131   1.1    ichiro #Timer
    132   1.4       igy ixpclk*		at ixpsip? addr 0x42000300 size 0x10
    133   1.1    ichiro 
    134   1.1    ichiro # Serial
    135   1.4       igy ixpcom*		at ixpsip? addr 0x90000000 size 0x4000
    136   1.1    ichiro 
    137   1.1    ichiro # IXP12x0 fast bus
    138   1.1    ichiro ixpio0		at mainbus?
    139   1.1    ichiro pci0		at ixpio? bus ?
    140   1.1    ichiro 
    141   1.2    ichiro # Non-Transparent PCI-PCI bridge
    142   1.2    ichiro #nppb*		at pci? dev ? function ?
    143   1.1    ichiro 
    144   1.1    ichiro #
    145   1.1    ichiro # Networking devices
    146   1.1    ichiro #
    147  1.43  jakllsch fxp*	at pci? dev ? function ?	# Intel 82559ER Fast Ethernet LAN Controller
    148   1.1    ichiro 
    149   1.1    ichiro # MII/PHY support
    150   1.1    ichiro inphy*  at mii? phy ?                   # Intel 82555 PHYs
    151   1.1    ichiro 
    152   1.1    ichiro 
    153   1.1    ichiro # Pseudo-Devices
    154   1.1    ichiro 
    155   1.1    ichiro # disk/mass storage pseudo-devices
    156  1.41   hannken #pseudo-device	md			# memory disk device (ramdisk)
    157  1.24      cube #pseudo-device	vnd			# disk-like interface to files
    158  1.50   msaitoh #pseudo-device	fss			# file system snapshot device
    159  1.50   msaitoh #pseudo-device	putter			# for puffs and pud
    160   1.1    ichiro 
    161   1.1    ichiro # network pseudo-devices
    162  1.22    rpaulo #pseudo-device	bpfilter		# Berkeley packet filter
    163   1.1    ichiro pseudo-device	loop			# network loopback
    164   1.1    ichiro 
    165   1.1    ichiro # miscellaneous pseudo-devices
    166   1.1    ichiro pseudo-device	pty			# pseudo-terminals
    167   1.5   thorpej pseudo-device	ksyms			# /dev/ksyms
    168