Home | History | Annotate | Line # | Download | only in conf
ZAO425 revision 1.7.2.8
      1  1.7.2.8  christos #	$NetBSD: ZAO425,v 1.7.2.8 2005/12/11 10:28:16 christos Exp $
      2      1.1    ichiro #
      3      1.1    ichiro #	ZAO425 -- Intel IXP425
      4      1.1    ichiro #
      5      1.1    ichiro 
      6      1.1    ichiro include	"arch/evbarm/conf/std.ixdp425"
      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 XScale systems
     22      1.1    ichiro options 	CPU_XSCALE_IXP425	# Support the XScale core
     23      1.7   thorpej makeoptions	CPUFLAGS="-mcpu=xscale"
     24      1.1    ichiro 
     25      1.1    ichiro # Architecture options
     26      1.1    ichiro options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     27      1.1    ichiro #options 	HZ=512
     28      1.3    ichiro 
     29      1.3    ichiro # Board Type
     30      1.3    ichiro makeoptions	BOARDTYPE="zao425"
     31  1.7.2.1     skrll options 	EVBARM_BOARDTYPE=zao425
     32      1.1    ichiro 
     33      1.1    ichiro # File systems
     34      1.1    ichiro 
     35      1.1    ichiro file-system	FFS		# UFS
     36      1.1    ichiro #file-system	LFS		# log-structured file system
     37      1.1    ichiro file-system	MFS		# memory file system
     38      1.1    ichiro file-system	NFS		# Network file system
     39      1.1    ichiro #file-system 	ADOSFS		# AmigaDOS-compatible file system
     40      1.1    ichiro #file-system 	EXT2FS		# second extended file system (linux)
     41      1.1    ichiro #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     42      1.1    ichiro #file-system	MSDOSFS		# MS-DOS file system
     43      1.1    ichiro file-system	FDESC		# /dev/fd
     44      1.1    ichiro file-system	KERNFS		# /kern
     45      1.1    ichiro file-system	NULLFS		# loopback file system
     46      1.1    ichiro #file-system	PORTAL		# portal filesystem (still experimental)
     47      1.1    ichiro file-system	PROCFS		# /proc
     48      1.1    ichiro #file-system	UMAPFS		# NULLFS + uid and gid remapping
     49      1.1    ichiro #file-system	UNION		# union file system
     50  1.7.2.7     skrll file-system	PTYFS		# /dev/pts/N support
     51      1.1    ichiro 
     52      1.1    ichiro # File system options
     53      1.1    ichiro #options 	QUOTA		# UFS quotas
     54      1.1    ichiro #options 	FFS_EI		# FFS Endian Independant support
     55      1.1    ichiro options 	NFSSERVER
     56      1.1    ichiro options 	SOFTDEP
     57  1.7.2.8  christos #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     58      1.1    ichiro 
     59      1.1    ichiro # Networking options
     60      1.1    ichiro 
     61      1.1    ichiro #options 	GATEWAY		# packet forwarding
     62      1.1    ichiro options 	INET		# IP + ICMP + TCP + UDP
     63      1.1    ichiro options 	INET6		# IPV6
     64      1.1    ichiro #options 	IPSEC		# IP security
     65      1.1    ichiro #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     66  1.7.2.7     skrll #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     67      1.1    ichiro #options 	IPSEC_DEBUG	# debug for IP security
     68      1.1    ichiro #options 	MROUTING	# IP multicast routing
     69  1.7.2.2     skrll #options 	PIM		# Protocol Independent Multicast
     70      1.1    ichiro #options 	NS		# XNS
     71      1.1    ichiro #options 	NSIP		# XNS tunneling over IP
     72      1.1    ichiro #options 	ISO,TPIP	# OSI
     73      1.1    ichiro #options 	EON		# OSI tunneling over IP
     74      1.1    ichiro #options 	CCITT,LLC,HDLC	# X.25
     75      1.1    ichiro #options 	NETATALK	# AppleTalk networking
     76      1.1    ichiro #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     77      1.1    ichiro #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     78      1.1    ichiro #options 	PPP_DEFLATE	# Deflate compression support for PPP
     79      1.1    ichiro #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     80      1.1    ichiro #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     81      1.1    ichiro 
     82      1.1    ichiro options 	NFS_BOOT_BOOTP
     83      1.1    ichiro options 	NFS_BOOT_DHCP
     84      1.1    ichiro #options 	NFS_BOOT_BOOTPARAM
     85      1.1    ichiro 
     86      1.1    ichiro # Compatibility options
     87      1.1    ichiro 
     88      1.1    ichiro #options 	COMPAT_43	# 4.3BSD compatibility.
     89  1.7.2.7     skrll options 	COMPAT_30	# NetBSD 3.0 compatibility.
     90  1.7.2.6     skrll options 	COMPAT_20	# NetBSD 2.0 compatibility.
     91  1.7.2.1     skrll options 	COMPAT_16	# NetBSD 1.6 compatibility.
     92      1.1    ichiro options 	COMPAT_15	# NetBSD 1.5 compatibility.
     93      1.1    ichiro options 	COMPAT_14	# NetBSD 1.4 compatibility.
     94      1.1    ichiro #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     95      1.1    ichiro #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     96      1.1    ichiro #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     97      1.1    ichiro #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     98      1.1    ichiro #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     99      1.1    ichiro #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    100  1.7.2.4     skrll options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    101      1.1    ichiro 
    102      1.1    ichiro # Shared memory options
    103      1.1    ichiro 
    104      1.1    ichiro options 	SYSVMSG		# System V-like message queues
    105      1.1    ichiro options 	SYSVSEM		# System V-like semaphores
    106      1.1    ichiro #options 	SEMMNI=10	# number of semaphore identifiers
    107      1.1    ichiro #options 	SEMMNS=60	# number of semaphores in system
    108      1.1    ichiro #options 	SEMUME=10	# max number of undo entries per process
    109      1.1    ichiro #options 	SEMMNU=30	# number of undo structures in system
    110      1.1    ichiro options 	SYSVSHM		# System V-like memory sharing
    111      1.1    ichiro options 	SHMMAXPGS=1024	# 1024 pages is the default
    112      1.1    ichiro 
    113      1.1    ichiro # Device options
    114      1.1    ichiro 
    115      1.1    ichiro #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    116      1.1    ichiro #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    117      1.1    ichiro #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    118      1.1    ichiro 
    119      1.1    ichiro # Console options.  The default console is speed is 115200 baud.
    120      1.1    ichiro options 	CONSPEED=115200		# Console speed
    121      1.5    ichiro options 	CONUNIT=0		# Console port number
    122      1.1    ichiro 
    123      1.1    ichiro # Miscellaneous kernel options
    124      1.1    ichiro options 	KTRACE		# system call tracing, a la ktrace(1)
    125      1.1    ichiro options 	IRQSTATS	# manage IRQ statistics
    126      1.1    ichiro #options 	LKM		# loadable kernel modules
    127      1.1    ichiro #options 	KMEMSTATS	# kernel memory statistics
    128      1.1    ichiro #options 	SCSIVERBOSE	# Verbose SCSI errors
    129      1.1    ichiro options 	PCIVERBOSE	# Verbose PCI descriptions
    130      1.1    ichiro options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    131      1.1    ichiro #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    132      1.1    ichiro #options 	DDB_KEYCODE=0x40
    133      1.1    ichiro options 	USERCONF	# userconf(4) support
    134      1.1    ichiro #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    135  1.7.2.1     skrll #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    136      1.1    ichiro 
    137      1.1    ichiro # Development and Debugging options
    138      1.1    ichiro 
    139      1.1    ichiro #options 	PERFCTRS	# performance counters
    140      1.1    ichiro options 	DIAGNOSTIC	# internally consistency checks
    141      1.1    ichiro #options 	DEBUG
    142      1.1    ichiro #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    143      1.1    ichiro #options 	IPKDB		# remote kernel debugging
    144  1.7.2.1     skrll options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    145      1.1    ichiro options 	DDB		# in-kernel debugger
    146      1.1    ichiro options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    147  1.7.2.1     skrll #makeoptions	DEBUG="-g"	# compile full symbol table
    148  1.7.2.1     skrll options 	SYMTAB_SPACE=250000
    149      1.1    ichiro 
    150      1.1    ichiro config		netbsd		root on ? type ?
    151      1.1    ichiro 
    152      1.1    ichiro # The main bus device
    153      1.1    ichiro mainbus0	at root
    154      1.1    ichiro 
    155      1.1    ichiro # The boot cpu
    156      1.1    ichiro cpu0		at mainbus?
    157      1.1    ichiro 
    158      1.1    ichiro # IXP425 slow peripheral
    159      1.1    ichiro ixpsip0		at mainbus?
    160      1.1    ichiro 
    161      1.1    ichiro #Timer
    162      1.1    ichiro ixpclk*		at ixpsip? addr 0xc8005000 size 0x30
    163      1.1    ichiro 
    164      1.1    ichiro # Status LEDs
    165      1.4    ichiro ixdpled*	at ixpsip? addr 0x52000000 size 0x1000
    166      1.1    ichiro 
    167      1.1    ichiro # On-board device support
    168  1.7.2.1     skrll com0		at ixpsip? addr 0xc8000000 size 0x1000 index 0
    169  1.7.2.1     skrll com1		at ixpsip? addr 0xc8001000 size 0x1000 index 1
    170      1.1    ichiro 
    171      1.1    ichiro # IXP425 fast bus
    172      1.1    ichiro ixpio0		at mainbus?
    173      1.1    ichiro 
    174  1.7.2.1     skrll # PCI bus
    175  1.7.2.1     skrll pci0		at ixpio? bus ?
    176  1.7.2.1     skrll 
    177  1.7.2.1     skrll #
    178  1.7.2.1     skrll # Networking devices
    179  1.7.2.1     skrll #
    180  1.7.2.1     skrll an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
    181  1.7.2.1     skrll bge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
    182  1.7.2.1     skrll en*	at pci? dev ? function ?	# ENI/Adaptec ATM
    183  1.7.2.1     skrll ep*	at pci? dev ? function ?	# 3Com 3c59x
    184  1.7.2.1     skrll epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    185  1.7.2.1     skrll esh*	at pci? dev ? function ?	# Essential HIPPI card
    186  1.7.2.1     skrll ex*	at pci? dev ? function ?	# 3Com 90x[BC]
    187  1.7.2.1     skrll fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
    188  1.7.2.1     skrll fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    189  1.7.2.1     skrll gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
    190  1.7.2.1     skrll le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
    191  1.7.2.1     skrll lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
    192  1.7.2.1     skrll mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
    193  1.7.2.1     skrll ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    194  1.7.2.1     skrll ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
    195  1.7.2.1     skrll pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    196  1.7.2.1     skrll rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    197  1.7.2.1     skrll sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
    198  1.7.2.1     skrll sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
    199  1.7.2.1     skrll ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
    200  1.7.2.1     skrll stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
    201  1.7.2.1     skrll ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
    202  1.7.2.1     skrll tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
    203  1.7.2.1     skrll tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    204  1.7.2.1     skrll vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
    205  1.7.2.1     skrll wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
    206  1.7.2.1     skrll wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
    207  1.7.2.1     skrll 
    208  1.7.2.1     skrll # MII/PHY support
    209  1.7.2.1     skrll acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    210  1.7.2.1     skrll amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
    211  1.7.2.1     skrll bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    212  1.7.2.1     skrll brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
    213  1.7.2.1     skrll dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    214  1.7.2.1     skrll exphy*	at mii? phy ?			# 3Com internal PHYs
    215  1.7.2.1     skrll gentbi*	at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    216  1.7.2.1     skrll glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    217  1.7.2.1     skrll gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    218  1.7.2.1     skrll icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    219  1.7.2.1     skrll inphy*	at mii? phy ?			# Intel 82555 PHYs
    220  1.7.2.1     skrll iophy*	at mii? phy ?			# Intel 82553 PHYs
    221  1.7.2.1     skrll lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    222  1.7.2.1     skrll makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    223  1.7.2.1     skrll nsphy*	at mii? phy ?			# NS83840 PHYs
    224  1.7.2.1     skrll nsphyter* at mii? phy ?			# NS83843 PHYs
    225  1.7.2.1     skrll pnaphy*	at mii? phy ?			# generic HomePNA PHYs
    226  1.7.2.1     skrll qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    227  1.7.2.1     skrll sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    228  1.7.2.1     skrll tlphy*	at mii? phy ?			# ThunderLAN PHYs
    229  1.7.2.1     skrll tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    230  1.7.2.1     skrll urlphy*	at mii? phy ?			# Realtek RTL8150L internal PHYs
    231  1.7.2.1     skrll ukphy*	at mii? phy ?			# generic unknown PHYs
    232  1.7.2.1     skrll 
    233  1.7.2.1     skrll # CardBus bridge support
    234  1.7.2.1     skrll #cbb*            at pci? dev ? function ?
    235  1.7.2.1     skrll #cardslot*       at cbb?
    236  1.7.2.1     skrll 
    237  1.7.2.1     skrll # CardBus bus support
    238  1.7.2.1     skrll #cardbus*        at cardslot?
    239  1.7.2.1     skrll #pcmcia*         at cardslot?
    240  1.7.2.1     skrll 
    241  1.7.2.1     skrll # PCI USB controllers
    242  1.7.2.1     skrll #ohci*   at pci? dev ? function ?        # Open Host Controller
    243  1.7.2.1     skrll 
    244  1.7.2.1     skrll # USB bus support
    245  1.7.2.1     skrll #usb*    at ohci?
    246  1.7.2.1     skrll 
    247  1.7.2.1     skrll # USB Hubs
    248  1.7.2.1     skrll #uhub*   at usb?
    249  1.7.2.1     skrll #uhub*   at uhub? port ? configuration ? interface ?
    250  1.7.2.1     skrll 
    251      1.1    ichiro # Pseudo-Devices
    252      1.1    ichiro 
    253      1.1    ichiro # disk/mass storage pseudo-devices
    254      1.1    ichiro #pseudo-device	md		1	# memory disk device (ramdisk)
    255      1.1    ichiro pseudo-device	vnd		4	# disk-like interface to files
    256      1.1    ichiro 
    257      1.1    ichiro # network pseudo-devices
    258      1.1    ichiro pseudo-device	bpfilter	4	# Berkeley packet filter
    259      1.1    ichiro pseudo-device	loop			# network loopback
    260      1.1    ichiro pseudo-device	kttcp			# network loopback
    261      1.1    ichiro 
    262      1.1    ichiro # miscellaneous pseudo-devices
    263      1.1    ichiro pseudo-device	pty			# pseudo-terminals
    264      1.1    ichiro pseudo-device	rnd			# /dev/random and in-kernel generator
    265      1.1    ichiro pseudo-device	clockctl		# user control of clock subsystem
    266      1.2   thorpej pseudo-device	ksyms			# /dev/ksyms
    267      1.1    ichiro 
    268      1.1    ichiro # data mover pseudo-devices
    269      1.1    ichiro #pseudo-device	swdmover		# softare dmover(9) back-end
    270      1.1    ichiro #pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    271