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