Home | History | Annotate | Line # | Download | only in conf
INTEGRATOR revision 1.14.2.3
      1  1.14.2.3     skrll #	$NetBSD: INTEGRATOR,v 1.14.2.3 2004/09/18 14:33:39 skrll 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.14.2.1     skrll options 	CPU_ARM10	# Support the ARM10 core
     23  1.14.2.1     skrll # XXX Should be armv5 for ARM10 processor.
     24  1.14.2.2     skrll makeoptions	CPUFLAGS="-march=armv4"
     25       1.1  rearnsha 
     26       1.1  rearnsha # Architecture options
     27       1.1  rearnsha 
     28       1.1  rearnsha # FPA options
     29       1.1  rearnsha # We will want VFP support here sometime
     30       1.1  rearnsha #options 	ARMFPE		# ARM Ltd FPE
     31       1.1  rearnsha 
     32       1.1  rearnsha # File systems
     33       1.1  rearnsha 
     34       1.1  rearnsha file-system	FFS		# UFS
     35       1.1  rearnsha #file-system	LFS		# log-structured file system
     36       1.1  rearnsha file-system	MFS		# memory file system
     37       1.1  rearnsha file-system	NFS		# Network file system
     38       1.1  rearnsha #file-system 	ADOSFS		# AmigaDOS-compatible file system
     39       1.1  rearnsha #file-system 	EXT2FS		# second extended file system (linux)
     40       1.1  rearnsha #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     41       1.1  rearnsha #file-system	MSDOSFS		# MS-DOS file system
     42       1.1  rearnsha #file-system	FDESC		# /dev/fd
     43       1.1  rearnsha file-system	KERNFS		# /kern
     44       1.1  rearnsha #file-system	NULLFS		# loopback file system
     45       1.1  rearnsha #file-system	PORTAL		# portal filesystem (still experimental)
     46       1.1  rearnsha file-system	PROCFS		# /proc
     47       1.1  rearnsha #file-system	UMAPFS		# NULLFS + uid and gid remapping
     48       1.1  rearnsha #file-system	UNION		# union file system
     49       1.1  rearnsha 
     50       1.1  rearnsha # File system options
     51       1.1  rearnsha #options 	QUOTA		# UFS quotas
     52       1.1  rearnsha #options 	FFS_EI		# FFS Endian Independant support
     53       1.1  rearnsha #options 	NFSSERVER
     54       1.4     lukem options 	SOFTDEP
     55       1.1  rearnsha 
     56       1.1  rearnsha # Networking options
     57       1.1  rearnsha 
     58       1.1  rearnsha #options 	GATEWAY		# packet forwarding
     59       1.1  rearnsha options 	INET		# IP + ICMP + TCP + UDP
     60       1.1  rearnsha options 	INET6		# IPV6
     61       1.1  rearnsha #options 	IPSEC		# IP security
     62       1.1  rearnsha #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     63       1.1  rearnsha #options 	IPSEC_DEBUG	# debug for IP security
     64       1.1  rearnsha #options 	MROUTING	# IP multicast routing
     65  1.14.2.3     skrll #options 	PIM		# Protocol Independent Multicast
     66       1.1  rearnsha #options 	NS		# XNS
     67       1.1  rearnsha #options 	NSIP		# XNS tunneling over IP
     68       1.1  rearnsha #options 	ISO,TPIP	# OSI
     69       1.1  rearnsha #options 	EON		# OSI tunneling over IP
     70       1.1  rearnsha #options 	CCITT,LLC,HDLC	# X.25
     71       1.1  rearnsha #options 	NETATALK	# AppleTalk networking
     72       1.1  rearnsha #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     73       1.1  rearnsha #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     74       1.1  rearnsha #options 	PPP_DEFLATE	# Deflate compression support for PPP
     75       1.1  rearnsha #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     76       1.4     lukem #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     77       1.1  rearnsha 
     78       1.1  rearnsha options 	NFS_BOOT_BOOTP
     79       1.1  rearnsha options 	NFS_BOOT_DHCP
     80       1.1  rearnsha options 	NFS_BOOT_BOOTPARAM
     81       1.1  rearnsha 
     82       1.1  rearnsha # Compatibility options
     83       1.1  rearnsha 
     84       1.1  rearnsha #options 	COMPAT_43	# 4.3BSD compatibility.
     85  1.14.2.1     skrll options 	COMPAT_16	# NetBSD 1.6 compatibility.
     86       1.1  rearnsha options 	COMPAT_15	# NetBSD 1.5 compatibility.
     87       1.1  rearnsha #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     88       1.1  rearnsha #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     89       1.1  rearnsha #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     90       1.1  rearnsha #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     91       1.1  rearnsha #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     92       1.1  rearnsha #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     93       1.4     lukem #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     94       1.1  rearnsha 
     95       1.1  rearnsha # Shared memory options
     96       1.1  rearnsha 
     97       1.1  rearnsha #options 	SYSVMSG		# System V-like message queues
     98       1.1  rearnsha #options 	SYSVSEM		# System V-like semaphores
     99       1.4     lukem #options 	SEMMNI=10	# number of semaphore identifiers
    100       1.4     lukem #options 	SEMMNS=60	# number of semaphores in system
    101       1.4     lukem #options 	SEMUME=10	# max number of undo entries per process
    102       1.4     lukem #options 	SEMMNU=30	# number of undo structures in system
    103       1.1  rearnsha #options 	SYSVSHM		# System V-like memory sharing
    104       1.1  rearnsha #options 	SHMMAXPGS=1024	# 1024 pages is the default
    105       1.1  rearnsha 
    106       1.1  rearnsha # Device options
    107       1.1  rearnsha 
    108       1.1  rearnsha #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    109       1.7     lukem #options 	MEMORY_DISK_ROOT_SIZE=4000	# Size in blocks
    110       1.1  rearnsha #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    111       1.1  rearnsha 
    112       1.1  rearnsha # Miscellaneous kernel options
    113       1.1  rearnsha options 	KTRACE		# system call tracing, a la ktrace(1)
    114       1.1  rearnsha options 	IRQSTATS	# manage IRQ statistics
    115       1.1  rearnsha #options 	LKM		# loadable kernel modules
    116       1.1  rearnsha #options 	KMEMSTATS	# kernel memory statistics
    117       1.1  rearnsha options 	SCSIVERBOSE	# Verbose SCSI errors
    118       1.4     lukem options 	PCIVERBOSE	# Verbose PCI descriptions
    119       1.4     lukem options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    120       1.1  rearnsha #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    121       1.4     lukem options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
    122       1.1  rearnsha 					# configure PCI devices
    123       1.4     lukem options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    124       1.1  rearnsha options 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
    125      1.13     lukem options 	USERCONF	# userconf(4) support
    126       1.5  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    127  1.14.2.1     skrll #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    128       1.1  rearnsha 
    129       1.1  rearnsha # Development and Debugging options
    130       1.1  rearnsha 
    131       1.1  rearnsha #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    132       1.1  rearnsha #options 	PORTMASTER	# Enable PortMaster only options
    133       1.1  rearnsha options 	DIAGNOSTIC	# internal consistency checks
    134       1.4     lukem options 	PMAP_DEBUG	# Enable pmap_debug_level code
    135       1.1  rearnsha #options 	IPKDB		# remote kernel debugging
    136       1.1  rearnsha options 	DDB		# in-kernel debugger
    137       1.1  rearnsha options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    138  1.14.2.1     skrll #makeoptions	DEBUG="-g"	# compile full symbol table
    139       1.4     lukem options 	PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
    140  1.14.2.2     skrll 
    141  1.14.2.2     skrll config		netbsd		root on ? type ?
    142  1.14.2.2     skrll config		netbsd-fxp0	root on fxp0 type nfs
    143  1.14.2.2     skrll config		netbsd-sd0	root on sd0 type ffs
    144       1.1  rearnsha 
    145       1.1  rearnsha # The main bus device
    146       1.1  rearnsha mainbus0	at root
    147       1.1  rearnsha 
    148  1.14.2.1     skrll # The boot CPU
    149       1.1  rearnsha cpu0		at mainbus?
    150       1.1  rearnsha 
    151       1.1  rearnsha # Core logic
    152       1.1  rearnsha ifpga0	at mainbus?
    153       1.1  rearnsha 
    154       1.1  rearnsha # PL010 uart
    155       1.1  rearnsha plcom0		at ifpga? offset 0x06000000 irq 1
    156       1.1  rearnsha plcom1		at ifpga? offset 0x07000000 irq 2
    157       1.1  rearnsha 
    158       1.1  rearnsha # PL030 real time clock
    159       1.1  rearnsha plrtc0		at ifpga? offset 0x05000000
    160       1.1  rearnsha 
    161       1.1  rearnsha # PCI bus via ifpga
    162       1.1  rearnsha pci0		at ifpga?			# PCI bus
    163       1.1  rearnsha 
    164  1.14.2.2     skrll # Compact PCI bus via PCI bridge.
    165  1.14.2.2     skrll ppb*		at pci? dev? function ?		# PCI-PCI bridges
    166  1.14.2.2     skrll pci*		at ppb? bus ?
    167  1.14.2.2     skrll 
    168       1.1  rearnsha # PCI IDE Controllers and Devices
    169       1.1  rearnsha # PCI IDE controllers - see pciide(4) for supported hardware.
    170       1.1  rearnsha # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    171       1.1  rearnsha # how to set up DMA modes for this chip. This may work, or may cause
    172       1.1  rearnsha # a machine hang with some controllers.
    173  1.14.2.1     skrll #pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    174  1.14.2.1     skrll #artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    175  1.14.2.1     skrll #cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    176  1.14.2.1     skrll #hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    177  1.14.2.1     skrll #pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    178  1.14.2.1     skrll #satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    179  1.14.2.1     skrll 
    180  1.14.2.1     skrll # ATA bus support
    181  1.14.2.1     skrll #atabus*	at ata? channel ?
    182       1.1  rearnsha 
    183       1.1  rearnsha # IDE drives
    184       1.1  rearnsha # Flags are used only with controllers that support DMA operations
    185       1.1  rearnsha # and mode settings (e.g. some pciide controllers)
    186       1.1  rearnsha # The lowest order four bits (rightmost digit) of the flags define the PIO
    187       1.1  rearnsha # mode to use, the next set of four bits the DMA mode and the third set the
    188       1.1  rearnsha # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    189       1.1  rearnsha # to use, and the last bit must be 1 for this setting to be used.
    190       1.1  rearnsha # For DMA and UDMA, 0xf (1111) means 'disable'.
    191       1.1  rearnsha # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    192       1.1  rearnsha # (0xc=1100, 0xa=1010, 0xf=1111)
    193       1.1  rearnsha # 0x0000 means "use whatever the drive claims to support".
    194  1.14.2.1     skrll #wd*		at atabus? drive ? flags 0x0000	# the drives themselves
    195       1.1  rearnsha 
    196       1.1  rearnsha # PCI SCSI Controllers and Buses
    197       1.1  rearnsha ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI Controllers
    198       1.1  rearnsha scsibus*	at ahc?
    199       1.1  rearnsha 
    200       1.1  rearnsha # SCSI devices
    201       1.1  rearnsha 
    202       1.1  rearnsha sd*		at scsibus? target ? lun ?	# SCSI disk drives
    203       1.1  rearnsha st*		at scsibus? target ? lun ?	# SCSI tape drives
    204       1.1  rearnsha cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
    205       1.1  rearnsha #ch*		at scsibus? target ? lun ?	# SCSI auto-changers drives
    206       1.1  rearnsha #uk*		at scsibus? target ? lun ?	# SCSI unknown drives
    207       1.1  rearnsha #ss*		at scsibus? target ? lun ?	# SCSI scanner
    208       1.1  rearnsha 
    209       1.1  rearnsha # PCI network interfaces
    210       1.1  rearnsha fxp*		at pci? dev ? function ?	# I82557/I82558 ethernet cards
    211       1.1  rearnsha #ne*		at pci? dev ? function ?	# NE2000 compat ethernet
    212      1.10   mycroft #tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
    213       1.1  rearnsha 
    214       1.1  rearnsha # MII/PHY support
    215       1.1  rearnsha inphy*		at mii? phy ?			# Intel 82555 PHYs
    216       1.1  rearnsha #lxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
    217       1.1  rearnsha ukphy*		at mii? phy ?			# generic unknown PHYs
    218       1.1  rearnsha 
    219       1.1  rearnsha # WSCONS Support
    220       1.1  rearnsha #options 	WSEMUL_VT100		# VT100 / VT220 emulation
    221       1.1  rearnsha #options 	WS_KERNEL_FG=WSCOL_GREEN
    222       1.1  rearnsha #pckbc0		at isa?
    223       1.1  rearnsha #pckbd*		at pckbc?
    224       1.1  rearnsha #wskbd*		at pckbd? console ?
    225       1.1  rearnsha #pms*		at pckbc?
    226       1.1  rearnsha #wsmouse*	at pms? mux 0
    227       1.1  rearnsha 
    228       1.1  rearnsha #vga*		at pci? dev ? function ?
    229       1.1  rearnsha #wsdisplay*	at vga? console ?
    230       1.1  rearnsha 
    231       1.1  rearnsha # Pseudo-Devices
    232       1.1  rearnsha 
    233       1.1  rearnsha # disk/mass storage pseudo-devices
    234       1.1  rearnsha #pseudo-device	md		1	# memory disk device (ramdisk)
    235       1.1  rearnsha pseudo-device	vnd		4	# disk-like interface to files
    236       1.1  rearnsha 
    237       1.1  rearnsha # network pseudo-devices
    238       1.1  rearnsha #pseudo-device	bpfilter	4	# Berkeley packet filter
    239       1.1  rearnsha #pseudo-device	bridge			# simple inter-network bridging
    240       1.1  rearnsha pseudo-device	loop			# network loopback
    241       1.1  rearnsha 
    242       1.1  rearnsha # miscellaneous pseudo-devices
    243       1.1  rearnsha pseudo-device	pty			# pseudo-terminals
    244       1.1  rearnsha pseudo-device	rnd			# /dev/random and in-kernel generator
    245      1.12     lukem pseudo-device	clockctl		# user control of clock subsystem
    246      1.14   thorpej pseudo-device	ksyms			# /dev/ksyms
    247