SMDK2800 revision 1.42
11.42Shannken#	$NetBSD: SMDK2800,v 1.42 2010/11/23 11:13:57 hannken Exp $
21.1Sbsh#
31.1Sbsh#	SMDK2800 -- Samsung's S3C2800 evaluation board.
41.1Sbsh#
51.1Sbsh
61.1Sbshinclude	"arch/evbarm/conf/std.smdk2800"
71.1Sbsh
81.1Sbsh#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sbsh
101.1Sbsh# Enable the hooks used for initializing the root memory-disk.
111.2Sbsh#options 	MEMORY_DISK_HOOKS
121.2Sbsh#options 	MEMORY_DISK_DYNAMIC
131.2Sbsh#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
141.2Sbsh#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
151.1Sbsh#options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
161.1Sbsh#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
171.1Sbsh
181.1Sbsh# estimated number of users
191.1Sbsh
201.1Sbshmaxusers	32
211.1Sbsh
221.1Sbsh# Standard system options
231.1Sbsh
241.1Sbshoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
251.1Sbshoptions 	NTP		# NTP phase/frequency locked loop
261.1Sbsh
271.1Sbsh# CPU options
281.1Sbsh
291.1Sbshoptions 	CPU_ARM9	# Support the ARM9TDMI core
301.15Srearnshamakeoptions	CPUFLAGS="-march=armv4"
311.1Sbsh
321.2Sbshoptions 	S3C2XX0_XTAL_CLK=6000000	# 6MHz external Xtal
331.2Sbsh
341.1Sbsh# Architecture options
351.1Sbsh
361.1Sbsh# File systems
371.1Sbsh
381.1Sbshfile-system	FFS		# UFS
391.1Sbsh#file-system	LFS		# log-structured file system
401.1Sbshfile-system	MFS		# memory file system
411.1Sbshfile-system	NFS		# Network file system
421.1Sbsh#file-system 	ADOSFS		# AmigaDOS-compatible file system
431.1Sbsh#file-system 	EXT2FS		# second extended file system (linux)
441.1Sbsh#file-system	CD9660		# ISO 9660 + Rock Ridge file system
451.1Sbsh#file-system	MSDOSFS		# MS-DOS file system
461.1Sbsh#file-system	FDESC		# /dev/fd
471.1Sbshfile-system	KERNFS		# /kern
481.1Sbsh#file-system	NULLFS		# loopback file system
491.1Sbshfile-system	PROCFS		# /proc
501.1Sbsh#file-system	UMAPFS		# NULLFS + uid and gid remapping
511.1Sbsh#file-system	UNION		# union file system
521.28Schristosfile-system	PTYFS		# /dev/pts/N support
531.1Sbsh
541.1Sbsh# File system options
551.1Sbsh#options 	QUOTA		# UFS quotas
561.1Sbsh#options 	FFS_EI		# FFS Endian Independant support
571.1Sbsh#options 	NFSSERVER
581.35Ssimonboptions 	WAPBL		# File system journaling support - Experimental
591.29Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
601.1Sbsh
611.1Sbsh# Networking options
621.1Sbsh
631.1Sbsh#options 	GATEWAY		# packet forwarding
641.1Sbshoptions 	INET		# IP + ICMP + TCP + UDP
651.1Sbshoptions 	INET6		# IPV6
661.1Sbsh#options 	IPSEC		# IP security
671.1Sbsh#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
681.24Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
691.1Sbsh#options 	IPSEC_DEBUG	# debug for IP security
701.1Sbsh#options 	MROUTING	# IP multicast routing
711.16Smanu#options 	PIM		# Protocol Independent Multicast
721.1Sbsh#options 	ISO,TPIP	# OSI
731.1Sbsh#options 	EON		# OSI tunneling over IP
741.1Sbsh#options 	NETATALK	# AppleTalk networking
751.1Sbsh#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
761.1Sbsh#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
771.1Sbsh#options 	PPP_DEFLATE	# Deflate compression support for PPP
781.1Sbsh#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
791.1Sbsh#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
801.1Sbsh
811.1Sbshoptions 	NFS_BOOT_BOOTP
821.1Sbshoptions 	NFS_BOOT_DHCP
831.1Sbshoptions 	NFS_BOOT_BOOTPARAM
841.1Sbsh
851.1Sbsh# Compatibility options
861.1Sbsh
871.1Sbsh#options 	COMPAT_43	# 4.3BSD compatibility.
881.39Sbshoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
891.34Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
901.27Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
911.22Ssimonboptions 	COMPAT_20	# NetBSD 2.0 compatibility.
921.5Schrisoptions 	COMPAT_16	# NetBSD 1.6 compatibility.
931.1Sbsh#options 	COMPAT_15	# NetBSD 1.5 compatibility.
941.1Sbsh#options 	COMPAT_14	# NetBSD 1.4 compatibility.
951.1Sbsh#options 	COMPAT_13	# NetBSD 1.3 compatibility.
961.1Sbsh#options 	COMPAT_12	# NetBSD 1.2 compatibility.
971.1Sbsh#options 	COMPAT_11	# NetBSD 1.1 compatibility.
981.1Sbsh#options 	COMPAT_10	# NetBSD 1.0 compatibility.
991.1Sbsh#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1001.1Sbsh#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1011.17Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1021.1Sbsh
1031.1Sbsh# Shared memory options
1041.1Sbsh
1051.1Sbsh#options 	SYSVMSG		# System V-like message queues
1061.1Sbsh#options 	SYSVSEM		# System V-like semaphores
1071.1Sbsh#options 	SEMMNI=10	# number of semaphore identifiers
1081.1Sbsh#options 	SEMMNS=60	# number of semaphores in system
1091.1Sbsh#options 	SEMUME=10	# max number of undo entries per process
1101.1Sbsh#options 	SEMMNU=30	# number of undo structures in system
1111.1Sbsh#options 	SYSVSHM		# System V-like memory sharing
1121.1Sbsh
1131.1Sbsh# Miscellaneous kernel options
1141.1Sbshoptions 	KTRACE		# system call tracing, a la ktrace(1)
1151.1Sbsh#XXX: options 	IRQSTATS	# manage IRQ statistics
1161.1Sbsh#options 	KMEMSTATS	# kernel memory statistics
1171.1Sbshoptions 	SCSIVERBOSE	# Verbose SCSI errors
1181.1Sbshoptions 	PCIVERBOSE	# Verbose PCI descriptions
1191.1Sbshoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1201.2Sbsh#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1211.1Sbshoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
1221.1Sbsh					# configure PCI devices
1231.1Sbsh#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1241.1Sbsh#options 	PCI_DEBUG
1251.1Sbshoptions 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
1261.1Sbshoptions 	USERCONF	# userconf(4) support
1271.1Sbsh#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1281.14Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1291.1Sbsh
1301.1Sbsh# Development and Debugging options
1311.1Sbsh
1321.1Sbsh#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1331.1Sbsh#options 	PORTMASTER	# Enable PortMaster only options
1341.1Sbshoptions 	DIAGNOSTIC	# internal consistency checks
1351.1Sbsh#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1361.1Sbsh#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1371.1Sbsh#options 	KGDB
1381.1Sbsh#options  	DEBUG_KGDB
1391.1Sbsh#options 	DDB		# in-kernel debugger
1401.1Sbsh#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1411.4Srearnsha#makeoptions	DEBUG="-g"	# compile full symbol table
1421.1Sbshconfig		netbsd	root on ? type ?
1431.1Sbsh
1441.1Sbsh# The main bus device
1451.1Sbshmainbus0	at root
1461.1Sbsh
1471.13Swiz# The boot CPU
1481.1Sbshcpu0		at mainbus?
1491.1Sbsh
1501.1Sbsh# Core logic on Samsung S3C2800
1511.1Sbshssio0	at mainbus?
1521.1Sbsh
1531.1Sbsh# integrated UART
1541.1Sbshsscom0	at ssio? index 0
1551.1Sbshsscom1	at ssio? index 1
1561.1Sbshoptions 	SSCOM0CONSOLE
1571.1Sbsh#options 	SSCOM1CONSOLE
1581.1Sbshoptions KGDB_DEVNAME="\"sscom1\""   # sscom0 or sscom1
1591.1Sbshoptions KGDB_DEVRATE=57600
1601.1Sbsh
1611.1Sbsh# PCI bus via internal PCI controller
1621.1Sbshsspci0		at ssio?			# PCI bus
1631.1Sbshpci0	at sspci0
1641.1Sbsh
1651.1Sbsh# PCI IDE Controllers and Devices
1661.1Sbsh# PCI IDE controllers - see pciide(4) for supported hardware.
1671.1Sbsh# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
1681.1Sbsh# how to set up DMA modes for this chip. This may work, or may cause
1691.1Sbsh# a machine hang with some controllers.
1701.7Sbouyer#pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
1711.11Sthorpej#artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
1721.7Sbouyer#cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
1731.7Sbouyer#hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
1741.7Sbouyer#pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
1751.18Sbouyer#pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
1761.8Sthorpej#satalink*	at pci? dev ? function ?	# SiI SATALink controllers
1771.7Sbouyer
1781.7Sbouyer# ATA bus support
1791.9Sthorpej#atabus* 	at ata? channel ?
1801.6Sbouyer
1811.1Sbsh# IDE drives
1821.1Sbsh# Flags are used only with controllers that support DMA operations
1831.1Sbsh# and mode settings (e.g. some pciide controllers)
1841.1Sbsh# The lowest order four bits (rightmost digit) of the flags define the PIO
1851.1Sbsh# mode to use, the next set of four bits the DMA mode and the third set the
1861.1Sbsh# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
1871.1Sbsh# to use, and the last bit must be 1 for this setting to be used.
1881.1Sbsh# For DMA and UDMA, 0xf (1111) means 'disable'.
1891.1Sbsh# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
1901.1Sbsh# (0xc=1100, 0xa=1010, 0xf=1111)
1911.1Sbsh# 0x0000 means "use whatever the drive claims to support".
1921.6Sbouyer#wd*		at atabus? drive ? flags 0x0000	# the drives themselves
1931.1Sbsh
1941.1Sbsh# PCI SCSI Controllers and Buses
1951.1Sbsh#ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI Controllers
1961.1Sbsh#scsibus*	at ahc?
1971.1Sbsh
1981.1Sbsh# SCSI devices
1991.1Sbsh
2001.1Sbsh#sd*		at scsibus? target ? lun ?	# SCSI disk drives
2011.1Sbsh#st*		at scsibus? target ? lun ?	# SCSI tape drives
2021.1Sbsh#cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2031.1Sbsh#ch*		at scsibus? target ? lun ?	# SCSI auto-changers drives
2041.1Sbsh#uk*		at scsibus? target ? lun ?	# SCSI unknown drives
2051.1Sbsh#ss*		at scsibus? target ? lun ?	# SCSI scanner
2061.1Sbsh
2071.1Sbsh# PCI network interfaces
2081.1Sbsh#fxp*		at pci? dev ? function ?	# I82557/I82558 ethernet cards
2091.1Sbsh#ne*		at pci? dev ? function ?	# NE2000 compat ethernet
2101.1Sbsh#tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
2111.1Sbshsip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
2121.1Sbsh
2131.1Sbsh# MII/PHY support
2141.1Sbsh#inphy*		at mii? phy ?			# Intel 82555 PHYs
2151.1Sbsh#lxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
2161.1Sbshukphy*		at mii? phy ?			# generic unknown PHYs
2171.1Sbsh
2181.1Sbsh# Pseudo-Devices
2191.1Sbsh
2201.1Sbsh# disk/mass storage pseudo-devices
2211.42Shannken#pseudo-device	md			# memory disk device (ramdisk)
2221.31Scube#pseudo-device	vnd			# disk-like interface to files
2231.41Spooka#pseudo-device	fss			# file system snapshot device
2241.1Sbsh
2251.1Sbsh# network pseudo-devices
2261.30Srpaulopseudo-device	bpfilter		# Berkeley packet filter
2271.23Sbshpseudo-device	ipfilter		# IP filter (firewall) and NAT
2281.23Sbshpseudo-device	loop			# network loopback
2291.23Sbsh#pseudo-device	kttcp			# network loopback
2301.31Scube#pseudo-device	ppp			# Point-to-Point Protocol
2311.23Sbsh#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2321.31Scube#pseudo-device	sl			# Serial Line IP
2331.31Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
2341.23Sbsh#pseudo-device	irframetty		# IrDA frame line discipline
2351.23Sbsh#pseudo-device	tap			# virtual Ethernet
2361.31Scube#pseudo-device	tun			# network tunneling over tty
2371.31Scube#pseudo-device	gre			# generic L3 over IP tunnel
2381.31Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2391.31Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2401.31Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2411.23Sbsh#pseudo-device	vlan			# IEEE 802.1q encapsulation
2421.1Sbsh#pseudo-device	bridge			# simple inter-network bridging
2431.23Sbsh#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2441.23Sbsh#pseudo-device	pf			# PF packet filter
2451.23Sbsh#pseudo-device	pflog			# PF log if
2461.1Sbsh
2471.1Sbsh# miscellaneous pseudo-devices
2481.1Sbshpseudo-device	pty			# pseudo-terminals
2491.1Sbshpseudo-device	rnd			# /dev/random and in-kernel generator
2501.1Sbshpseudo-device	clockctl		# user control of clock subsystem
2511.23Sbsh
2521.23Sbsh# wscons pseudo-devices
2531.23Sbsh#pseudo-device	wsmux			# mouse & keyboard multiplexor
2541.23Sbsh#pseudo-device	wsfont
2551.23Sbshpseudo-device	ksyms			# /dev/ksyms
256