Home | History | Annotate | Line # | Download | only in conf
      1  1.86    simonb #	$NetBSD: INTEGRATOR,v 1.86 2022/08/07 02:52:25 simonb Exp $
      2   1.1  rearnsha #
      3   1.1  rearnsha #	GENERIC -- ARM Integrator board Generic kernel
      4   1.1  rearnsha #
      5   1.1  rearnsha 
      6   1.1  rearnsha include	"arch/evbarm/conf/std.integrator"
      7  1.11    atatat 
      8  1.11    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9   1.1  rearnsha 
     10   1.1  rearnsha # estimated number of users
     11   1.1  rearnsha 
     12   1.1  rearnsha maxusers	32
     13   1.1  rearnsha 
     14   1.1  rearnsha # Standard system options
     15   1.1  rearnsha 
     16   1.1  rearnsha options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     17   1.1  rearnsha options 	NTP		# NTP phase/frequency locked loop
     18   1.1  rearnsha 
     19   1.1  rearnsha # CPU options
     20   1.1  rearnsha 
     21   1.4     lukem options 	CPU_ARM9	# Support the ARM9TDMI core
     22  1.16  rearnsha options 	CPU_ARM10	# Support the ARM10 core
     23  1.38  rearnsha options 	CPU_ARM11	# Support the ARM11 core
     24  1.50      matt options 	FPU_VFP
     25  1.38  rearnsha 
     26  1.16  rearnsha # XXX Should be armv5 for ARM10 processor.
     27  1.71      matt makeoptions	CPUFLAGS="-march=armv4 -mfpu=vfp"
     28   1.1  rearnsha 
     29   1.1  rearnsha # File systems
     30   1.1  rearnsha 
     31   1.1  rearnsha file-system	FFS		# UFS
     32   1.1  rearnsha #file-system	LFS		# log-structured file system
     33   1.1  rearnsha file-system	MFS		# memory file system
     34   1.1  rearnsha file-system	NFS		# Network file system
     35   1.1  rearnsha #file-system 	ADOSFS		# AmigaDOS-compatible file system
     36   1.1  rearnsha #file-system 	EXT2FS		# second extended file system (linux)
     37   1.1  rearnsha #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     38   1.1  rearnsha #file-system	MSDOSFS		# MS-DOS file system
     39   1.1  rearnsha #file-system	FDESC		# /dev/fd
     40   1.1  rearnsha file-system	KERNFS		# /kern
     41   1.1  rearnsha #file-system	NULLFS		# loopback file system
     42   1.1  rearnsha file-system	PROCFS		# /proc
     43  1.69   msaitoh #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     44   1.1  rearnsha #file-system	UMAPFS		# NULLFS + uid and gid remapping
     45   1.1  rearnsha #file-system	UNION		# union file system
     46  1.43  christos file-system	PTYFS		# /dev/pts/N support
     47   1.1  rearnsha 
     48   1.1  rearnsha # File system options
     49  1.86    simonb #options 	FFS_EI		# FFS Endian Independent support
     50  1.86    simonb #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     51  1.61    bouyer #options 	QUOTA		# legacy UFS quotas
     52  1.61    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     53  1.86    simonb #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     54  1.86    simonb #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     55  1.86    simonb options 	WAPBL		# File system journaling support
     56  1.81       rin #options 	DISKLABEL_EI	# disklabel Endian Independent support
     57  1.86    simonb #options 	NFSSERVER	# Network File System server
     58   1.1  rearnsha 
     59   1.1  rearnsha # Networking options
     60   1.1  rearnsha 
     61   1.1  rearnsha #options 	GATEWAY		# packet forwarding
     62   1.1  rearnsha options 	INET		# IP + ICMP + TCP + UDP
     63   1.1  rearnsha options 	INET6		# IPV6
     64   1.1  rearnsha #options 	IPSEC		# IP security
     65   1.1  rearnsha #options 	IPSEC_DEBUG	# debug for IP security
     66   1.1  rearnsha #options 	MROUTING	# IP multicast routing
     67  1.30      manu #options 	PIM		# Protocol Independent Multicast
     68   1.1  rearnsha #options 	NETATALK	# AppleTalk networking
     69   1.1  rearnsha #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     70   1.1  rearnsha #options 	PPP_DEFLATE	# Deflate compression support for PPP
     71   1.1  rearnsha #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     72   1.4     lukem #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     73   1.1  rearnsha 
     74   1.1  rearnsha options 	NFS_BOOT_BOOTP
     75   1.1  rearnsha options 	NFS_BOOT_DHCP
     76   1.1  rearnsha options 	NFS_BOOT_BOOTPARAM
     77   1.1  rearnsha 
     78   1.1  rearnsha # Compatibility options
     79   1.1  rearnsha 
     80  1.83       mrg include 	"conf/compat_netbsd15.config"
     81  1.83       mrg options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     82   1.1  rearnsha 
     83   1.1  rearnsha # Shared memory options
     84   1.1  rearnsha 
     85   1.1  rearnsha #options 	SYSVMSG		# System V-like message queues
     86   1.1  rearnsha #options 	SYSVSEM		# System V-like semaphores
     87   1.1  rearnsha #options 	SYSVSHM		# System V-like memory sharing
     88   1.1  rearnsha 
     89   1.1  rearnsha # Device options
     90   1.1  rearnsha 
     91   1.1  rearnsha #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
     92   1.7     lukem #options 	MEMORY_DISK_ROOT_SIZE=4000	# Size in blocks
     93   1.1  rearnsha #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
     94   1.1  rearnsha 
     95   1.1  rearnsha # Miscellaneous kernel options
     96   1.1  rearnsha options 	KTRACE		# system call tracing, a la ktrace(1)
     97   1.1  rearnsha options 	IRQSTATS	# manage IRQ statistics
     98   1.1  rearnsha options 	SCSIVERBOSE	# Verbose SCSI errors
     99   1.4     lukem options 	PCIVERBOSE	# Verbose PCI descriptions
    100   1.4     lukem options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    101   1.1  rearnsha #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    102   1.4     lukem options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
    103   1.1  rearnsha 					# configure PCI devices
    104   1.4     lukem options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    105   1.1  rearnsha options 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
    106  1.13     lukem options 	USERCONF	# userconf(4) support
    107   1.5  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    108  1.26    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    109   1.1  rearnsha 
    110   1.1  rearnsha # Development and Debugging options
    111   1.1  rearnsha 
    112   1.1  rearnsha #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    113   1.1  rearnsha #options 	PORTMASTER	# Enable PortMaster only options
    114  1.37  rearnsha #options 	DIAGNOSTIC	# internal consistency checks
    115  1.84     skrll #options 	UVMHIST		# kernhist for uvm/pmap subsystems
    116   1.1  rearnsha options 	DDB		# in-kernel debugger
    117   1.1  rearnsha options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    118  1.37  rearnsha #options 	UVMHIST
    119  1.15  rearnsha #makeoptions	DEBUG="-g"	# compile full symbol table
    120  1.78     joerg makeoptions	COPY_SYMTAB=1
    121   1.4     lukem options 	PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
    122  1.29  rearnsha 
    123  1.29  rearnsha config		netbsd		root on ? type ?
    124  1.29  rearnsha config		netbsd-fxp0	root on fxp0 type nfs
    125  1.29  rearnsha config		netbsd-sd0	root on sd0 type ffs
    126   1.1  rearnsha 
    127   1.1  rearnsha # The main bus device
    128   1.1  rearnsha mainbus0	at root
    129   1.1  rearnsha 
    130  1.25       wiz # The boot CPU
    131   1.1  rearnsha cpu0		at mainbus?
    132   1.1  rearnsha 
    133   1.1  rearnsha # Core logic
    134   1.1  rearnsha ifpga0	at mainbus?
    135   1.1  rearnsha 
    136   1.1  rearnsha # PL010 uart
    137   1.1  rearnsha plcom0		at ifpga? offset 0x06000000 irq 1
    138   1.1  rearnsha plcom1		at ifpga? offset 0x07000000 irq 2
    139  1.65       bsh #options 	PLCOM_DEBUG
    140   1.1  rearnsha 
    141   1.1  rearnsha # PL030 real time clock
    142   1.1  rearnsha plrtc0		at ifpga? offset 0x05000000
    143   1.1  rearnsha 
    144   1.1  rearnsha # PCI bus via ifpga
    145   1.1  rearnsha pci0		at ifpga?			# PCI bus
    146   1.1  rearnsha 
    147  1.28  rearnsha # Compact PCI bus via PCI bridge.
    148  1.28  rearnsha ppb*		at pci? dev? function ?		# PCI-PCI bridges
    149  1.28  rearnsha pci*		at ppb? bus ?
    150  1.28  rearnsha 
    151   1.1  rearnsha # PCI IDE Controllers and Devices
    152   1.1  rearnsha # PCI IDE controllers - see pciide(4) for supported hardware.
    153   1.1  rearnsha # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    154   1.1  rearnsha # how to set up DMA modes for this chip. This may work, or may cause
    155   1.1  rearnsha # a machine hang with some controllers.
    156  1.19    bouyer #pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    157  1.23   thorpej #artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    158  1.19    bouyer #cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    159  1.19    bouyer #hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    160  1.19    bouyer #pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    161  1.32    bouyer #pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
    162  1.20   thorpej #satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    163  1.18    bouyer 
    164  1.18    bouyer # ATA bus support
    165  1.21   thorpej #atabus*	at ata? channel ?
    166   1.1  rearnsha 
    167   1.1  rearnsha # IDE drives
    168   1.1  rearnsha # Flags are used only with controllers that support DMA operations
    169   1.1  rearnsha # and mode settings (e.g. some pciide controllers)
    170   1.1  rearnsha # The lowest order four bits (rightmost digit) of the flags define the PIO
    171   1.1  rearnsha # mode to use, the next set of four bits the DMA mode and the third set the
    172   1.1  rearnsha # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    173   1.1  rearnsha # to use, and the last bit must be 1 for this setting to be used.
    174   1.1  rearnsha # For DMA and UDMA, 0xf (1111) means 'disable'.
    175   1.1  rearnsha # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    176   1.1  rearnsha # (0xc=1100, 0xa=1010, 0xf=1111)
    177   1.1  rearnsha # 0x0000 means "use whatever the drive claims to support".
    178  1.18    bouyer #wd*		at atabus? drive ? flags 0x0000	# the drives themselves
    179   1.1  rearnsha 
    180   1.1  rearnsha # PCI SCSI Controllers and Buses
    181   1.1  rearnsha ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI Controllers
    182   1.1  rearnsha scsibus*	at ahc?
    183   1.1  rearnsha 
    184   1.1  rearnsha # SCSI devices
    185   1.1  rearnsha 
    186   1.1  rearnsha sd*		at scsibus? target ? lun ?	# SCSI disk drives
    187   1.1  rearnsha st*		at scsibus? target ? lun ?	# SCSI tape drives
    188   1.1  rearnsha cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
    189   1.1  rearnsha #ch*		at scsibus? target ? lun ?	# SCSI auto-changers drives
    190   1.1  rearnsha #uk*		at scsibus? target ? lun ?	# SCSI unknown drives
    191   1.1  rearnsha #ss*		at scsibus? target ? lun ?	# SCSI scanner
    192   1.1  rearnsha 
    193   1.1  rearnsha # PCI network interfaces
    194   1.1  rearnsha fxp*		at pci? dev ? function ?	# I82557/I82558 ethernet cards
    195   1.1  rearnsha #ne*		at pci? dev ? function ?	# NE2000 compat ethernet
    196  1.10   mycroft #tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
    197   1.1  rearnsha 
    198   1.1  rearnsha # MII/PHY support
    199   1.1  rearnsha inphy*		at mii? phy ?			# Intel 82555 PHYs
    200   1.1  rearnsha #lxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
    201   1.1  rearnsha ukphy*		at mii? phy ?			# generic unknown PHYs
    202   1.1  rearnsha 
    203   1.1  rearnsha # WSCONS Support
    204   1.1  rearnsha #options 	WSEMUL_VT100		# VT100 / VT220 emulation
    205  1.67       abs #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    206   1.1  rearnsha #options 	WS_KERNEL_FG=WSCOL_GREEN
    207   1.1  rearnsha #pckbc0		at isa?
    208   1.1  rearnsha #pckbd*		at pckbc?
    209   1.1  rearnsha #wskbd*		at pckbd? console ?
    210   1.1  rearnsha #pms*		at pckbc?
    211   1.1  rearnsha #wsmouse*	at pms? mux 0
    212   1.1  rearnsha 
    213   1.1  rearnsha #vga*		at pci? dev ? function ?
    214   1.1  rearnsha #wsdisplay*	at vga? console ?
    215   1.1  rearnsha 
    216   1.1  rearnsha # Pseudo-Devices
    217   1.1  rearnsha 
    218   1.1  rearnsha # disk/mass storage pseudo-devices
    219  1.59   hannken #pseudo-device	md			# memory disk device (ramdisk)
    220  1.46      cube pseudo-device	vnd			# disk-like interface to files
    221  1.58     pooka #pseudo-device	fss			# file system snapshot device
    222  1.69   msaitoh #pseudo-device	putter			# for puffs and pud
    223   1.1  rearnsha 
    224   1.1  rearnsha # network pseudo-devices
    225  1.45    rpaulo #pseudo-device	bpfilter		# Berkeley packet filter
    226   1.1  rearnsha #pseudo-device	bridge			# simple inter-network bridging
    227  1.85       roy #pseudo-device	vether			# Virtual Ethernet for bridge
    228   1.1  rearnsha pseudo-device	loop			# network loopback
    229   1.1  rearnsha 
    230   1.1  rearnsha # miscellaneous pseudo-devices
    231   1.1  rearnsha pseudo-device	pty			# pseudo-terminals
    232  1.12     lukem pseudo-device	clockctl		# user control of clock subsystem
    233  1.14   thorpej pseudo-device	ksyms			# /dev/ksyms
    234