SMDK2410 revision 1.2
11.2Sbsh#	$NetBSD: SMDK2410,v 1.2 2003/08/05 11:36:14 bsh Exp $
21.1Sbsh#
31.1Sbsh#	SMDK2410 -- Samsung's S3C2410 evaluation board.
41.1Sbsh#
51.1Sbsh
61.1Sbshinclude	"arch/evbarm/conf/std.smdk2410"
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.1Sbsh#options 	MEMORY_DISK_HOOKS
121.1Sbsh#options 	MEMORY_DISK_DYNAMIC
131.1Sbsh#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
141.1Sbsh#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.1Sbshmakeoptions	COPTS="-O2 -march=armv4"
311.1Sbsh#options 	ARM9_CACHE_WRITE_THROUGH
321.1Sbsh
331.1Sbsh# Architecture options
341.1Sbsh
351.1Sbshoptions 	S3C2XX0_XTAL_CLK=12000000     # 12MHz Xtal
361.1Sbsh
371.1Sbsh# File systems
381.1Sbsh
391.1Sbshfile-system	FFS		# UFS
401.1Sbsh#file-system	LFS		# log-structured file system
411.1Sbshfile-system	MFS		# memory file system
421.1Sbshfile-system	NFS		# Network file system
431.1Sbsh#file-system 	ADOSFS		# AmigaDOS-compatible file system
441.1Sbsh#file-system 	EXT2FS		# second extended file system (linux)
451.2Sbshfile-system	CD9660		# ISO 9660 + Rock Ridge file system
461.2Sbshfile-system	MSDOSFS		# MS-DOS file system
471.1Sbsh#file-system	FDESC		# /dev/fd
481.1Sbshfile-system	KERNFS		# /kern
491.1Sbsh#file-system	NULLFS		# loopback file system
501.1Sbsh#file-system	PORTAL		# portal filesystem (still experimental)
511.1Sbshfile-system	PROCFS		# /proc
521.1Sbsh#file-system	UMAPFS		# NULLFS + uid and gid remapping
531.1Sbsh#file-system	UNION		# union file system
541.1Sbsh
551.1Sbsh# File system options
561.1Sbsh#options 	QUOTA		# UFS quotas
571.1Sbsh#options 	FFS_EI		# FFS Endian Independant support
581.1Sbsh#options 	NFSSERVER
591.1Sbshoptions 	SOFTDEP
601.1Sbsh
611.1Sbsh# Networking options
621.1Sbsh
631.1Sbshoptions 	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.1Sbsh#options 	IPSEC_DEBUG	# debug for IP security
691.1Sbsh#options 	MROUTING	# IP multicast routing
701.1Sbsh#options 	NS		# XNS
711.1Sbsh#options 	NSIP		# XNS tunneling over IP
721.1Sbsh#options 	ISO,TPIP	# OSI
731.1Sbsh#options 	EON		# OSI tunneling over IP
741.1Sbsh#options 	CCITT,LLC,HDLC	# X.25
751.1Sbsh#options 	NETATALK	# AppleTalk networking
761.1Sbsh#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
771.1Sbsh#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
781.1Sbsh#options 	PPP_DEFLATE	# Deflate compression support for PPP
791.1Sbsh#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
801.1Sbsh#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
811.1Sbsh
821.2Sbsh# These options enable verbose messages for several subsystems.
831.2Sbsh# Warning, these may compile large string tables into the kernel!
841.2Sbsh#options 	MIIVERBOSE	# verbose PHY autoconfig messages
851.2Sbsh#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
861.2Sbsh#options 	SCSIVERBOSE	# human readable SCSI error messages
871.2Sbshoptions 	USBVERBOSE	# verbose USB device autoconfig messages
881.2Sbsh
891.1Sbsh#options 	NFS_BOOT_BOOTP
901.1Sbsh#options 	NFS_BOOT_DHCP
911.1Sbsh#options 	NFS_BOOT_BOOTPARAM
921.1Sbsh
931.1Sbsh# Compatibility options
941.1Sbsh
951.1Sbsh#options 	COMPAT_43	# 4.3BSD compatibility.
961.1Sbsh#options 	COMPAT_15	# NetBSD 1.5 compatibility.
971.1Sbsh#options 	COMPAT_14	# NetBSD 1.4 compatibility.
981.1Sbsh#options 	COMPAT_13	# NetBSD 1.3 compatibility.
991.1Sbsh#options 	COMPAT_12	# NetBSD 1.2 compatibility.
1001.1Sbsh#options 	COMPAT_11	# NetBSD 1.1 compatibility.
1011.1Sbsh#options 	COMPAT_10	# NetBSD 1.0 compatibility.
1021.1Sbsh#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1031.1Sbsh#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1041.1Sbsh
1051.1Sbsh# Shared memory options
1061.1Sbsh
1071.1Sbshoptions 	SYSVMSG		# System V-like message queues
1081.1Sbshoptions 	SYSVSEM		# System V-like semaphores
1091.1Sbsh#options 	SEMMNI=10	# number of semaphore identifiers
1101.1Sbsh#options 	SEMMNS=60	# number of semaphores in system
1111.1Sbsh#options 	SEMUME=10	# max number of undo entries per process
1121.1Sbsh#options 	SEMMNU=30	# number of undo structures in system
1131.1Sbshoptions 	SYSVSHM		# System V-like memory sharing
1141.1Sbsh#options 	SHMMAXPGS=1024	# 1024 pages is the default
1151.1Sbsh
1161.1Sbsh# Miscellaneous kernel options
1171.1Sbshoptions 	KTRACE		# system call tracing, a la ktrace(1)
1181.1Sbsh#XXX: options 	IRQSTATS	# manage IRQ statistics
1191.1Sbsh#options 	LKM		# loadable kernel modules
1201.1Sbsh#options 	KMEMSTATS	# kernel memory statistics
1211.1Sbshoptions 	SCSIVERBOSE	# Verbose SCSI errors
1221.1Sbshoptions 	PCIVERBOSE	# Verbose PCI descriptions
1231.1Sbshoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1241.1Sbsh#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1251.1Sbshoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
1261.1Sbsh					# configure PCI devices
1271.1Sbsh#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1281.1Sbsh#options 	PCI_DEBUG
1291.1Sbshoptions 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
1301.1Sbshoptions 	USERCONF	# userconf(4) support
1311.1Sbsh#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1321.1Sbsh
1331.1Sbsh# Development and Debugging options
1341.1Sbsh
1351.1Sbsh#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1361.1Sbsh#options 	PORTMASTER	# Enable PortMaster only options
1371.1Sbsh#options 	DIAGNOSTIC	# internal consistency checks
1381.1Sbsh#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1391.1Sbsh#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1401.1Sbsh#options 	IPKDB		# remote kernel debugging
1411.1Sbsh#options 	KGDB
1421.1Sbsh#options  	DEBUG_KGDB
1431.1Sbsh#options 	DDB		# in-kernel debugger
1441.1Sbsh#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1451.1Sbshmakeoptions	DEBUG="-g"	# compile full symbol table
1461.1Sbshconfig		netbsd	root on ? type ?
1471.1Sbsh
1481.1Sbsh# The main bus device
1491.1Sbshmainbus0	at root
1501.1Sbsh
1511.1Sbsh# The boot cpu
1521.1Sbshcpu0		at mainbus?
1531.1Sbsh
1541.1Sbsh# Core logic on Samsung S3C2410
1551.1Sbshssio0	at mainbus?
1561.1Sbsh
1571.1Sbsh# integrated UART
1581.1Sbshsscom0	at ssio? index 0
1591.1Sbshsscom1	at ssio? index 1
1601.1Sbsh#sscom2	at ssio? index 2
1611.1Sbshoptions 	SSCOM0CONSOLE
1621.1Sbsh#options 	SSCOM1CONSOLE
1631.1Sbshoptions CONSPEED=115200
1641.1Sbshoptions KGDB_DEVNAME="\"sscom1\""   # sscom0 or sscom1
1651.1Sbshoptions KGDB_DEVRATE=115200
1661.2Sbsh
1671.2Sbsh# SCSI bus support
1681.2Sbshscsibus* at scsi?
1691.2Sbsh
1701.2Sbsh# SCSI devices
1711.2Sbshsd*	at scsibus? target ? lun ?	# SCSI disk drives
1721.2Sbshst*	at scsibus? target ? lun ?	# SCSI tape drives
1731.2Sbshcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1741.2Sbshch*	at scsibus? target ? lun ?	# SCSI autochangers
1751.2Sbshses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
1761.2Sbshss*	at scsibus? target ? lun ?	# SCSI scanners
1771.2Sbshuk*	at scsibus? target ? lun ?	# SCSI unknown
1781.2Sbsh
1791.2Sbsh# ATAPI bus support
1801.2Sbshatapibus* at atapi?
1811.2Sbsh
1821.2Sbsh# ATAPI devices
1831.2Sbsh# flags have the same meaning as for IDE drives.
1841.2Sbshcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
1851.2Sbshsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
1861.2Sbshst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
1871.2Sbshuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
1881.2Sbsh
1891.2Sbsh# MIDI support
1901.2Sbshmidi*	at midibus?
1911.2Sbsh# midi*	at pcppi?		# MIDI interface to the PC speaker
1921.2Sbsh
1931.2Sbsh# Audio support
1941.2Sbshaudio*	at audiobus?
1951.2Sbsh
1961.2Sbsh# built-in OHCI USB controller
1971.2Sbshohci0	at ssio? addr 0x49000000 intr 26
1981.2Sbshoptions 	OHCI_DEBUG
1991.2Sbsh
2001.2Sbshusb*	at ohci0
2011.2Sbsh
2021.2Sbsh# USB Hubs
2031.2Sbshuhub*	at usb?
2041.2Sbshuhub*	at uhub? port ? configuration ? interface ?
2051.2Sbsh
2061.2Sbsh# USB HID device
2071.2Sbshuhidev*	at uhub? port ? configuration ? interface ?
2081.2Sbsh
2091.2Sbsh# USB Mice
2101.2Sbshums*	at uhidev? reportid ?
2111.2Sbshwsmouse* at ums? mux 0
2121.2Sbsh
2131.2Sbsh# USB Keyboards
2141.2Sbshukbd*	at uhidev? reportid ?
2151.2Sbshwskbd*	at ukbd? console ? mux 1
2161.2Sbsh
2171.2Sbsh# USB Generic HID devices
2181.2Sbshuhid*	at uhidev? reportid ?
2191.2Sbsh
2201.2Sbsh# USB Printer
2211.2Sbshulpt*	at uhub? port ? configuration ? interface ?
2221.2Sbsh
2231.2Sbsh# USB Modem
2241.2Sbshumodem*	at uhub? port ? configuration ?
2251.2Sbshucom*	at umodem?
2261.2Sbsh
2271.2Sbsh# USB Mass Storage
2281.2Sbshumass*	at uhub? port ? configuration ? interface ?
2291.2Sbshwd* at umass?
2301.2Sbsh
2311.2Sbsh# USB audio
2321.2Sbshuaudio*	at uhub? port ? configuration ?
2331.2Sbsh
2341.2Sbsh# USB MIDI
2351.2Sbshumidi* at uhub? port ? configuration ?
2361.2Sbsh
2371.2Sbsh# USB IrDA
2381.2Sbsh# USB-IrDA bridge spec
2391.2Sbshuirda* at uhub? port ? configuration ? interface ?
2401.2Sbshirframe* at uirda?
2411.2Sbsh
2421.2Sbsh# SigmaTel STIr4200 USB/IrDA Bridge
2431.2Sbshustir* at uhub? port ?
2441.2Sbshirframe* at ustir?
2451.2Sbsh
2461.2Sbsh# USB Ethernet adapters
2471.2Sbshaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2481.2Sbshcue*	at uhub? port ?		# CATC USB-EL1201A based adapters
2491.2Sbshkue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
2501.2Sbshuax*	at uhub? port ?		# ASIX AX88172 based adapters
2511.2Sbshurl*	at uhub? port ?		# Realtek RTL8150L based adapters
2521.2Sbsh
2531.2Sbsh# Prolific PL2301/PL2302 host-to-host adapter
2541.2Sbshupl*	at uhub? port ?
2551.2Sbsh
2561.2Sbsh# Serial adapters
2571.2Sbshubsa*	at uhub? port ?		# Belkin serial adapter
2581.2Sbshucom*	at ubsa? portno ?
2591.2Sbsh
2601.2Sbshuftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
2611.2Sbshucom*	at uftdi? portno ?
2621.2Sbsh
2631.2Sbshumct*	at uhub? port ?		# MCT USB-RS232 serial adapter
2641.2Sbshucom*	at umct? portno ?
2651.2Sbsh
2661.2Sbshuplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
2671.2Sbshucom*	at uplcom? portno ?
2681.2Sbsh
2691.2Sbshuvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
2701.2Sbshucom*	at uvscom? portno ?
2711.2Sbsh
2721.2Sbsh# Diamond Multimedia Rio 500
2731.2Sbshurio*	at uhub? port ?
2741.2Sbsh
2751.2Sbsh# USB Handspring Visor
2761.2Sbshuvisor*	at uhub? port ?
2771.2Sbshucom*	at uvisor?
2781.2Sbsh
2791.2Sbsh# USB scanners
2801.2Sbshuscanner* at uhub? port ?
2811.2Sbsh
2821.2Sbsh# USB scanners that use SCSI emulation, e.g., HP5300
2831.2Sbshusscanner* at uhub? port ?
2841.2Sbsh
2851.2Sbsh# Y@P firmware loader
2861.2Sbshuyap* at uhub? port ?
2871.2Sbsh
2881.2Sbsh# D-Link DSB-R100 USB radio
2891.2Sbshudsbr*	at uhub? port ?
2901.2Sbshradio*	at udsbr?
2911.2Sbsh
2921.2Sbsh# USB Generic driver
2931.2Sbshugen*	at uhub? port ?
2941.1Sbsh
2951.1Sbsh# Pseudo-Devices
2961.1Sbsh
2971.1Sbsh# disk/mass storage pseudo-devices
2981.1Sbsh#pseudo-device	md		1	# memory disk device (ramdisk)
2991.1Sbsh#pseudo-device	vnd		4	# disk-like interface to files
3001.1Sbsh
3011.1Sbsh# network pseudo-devices
3021.1Sbsh#pseudo-device	bpfilter	8	# Berkeley packet filter
3031.1Sbshpseudo-device	ipfilter		# IP filter (firewall) and NAT
3041.1Sbshpseudo-device	loop			# network loopback
3051.1Sbsh#pseudo-device	ppp		2	# Point-to-Point Protocol
3061.1Sbsh#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3071.1Sbsh#pseudo-device	sl		2	# Serial Line IP
3081.1Sbsh#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
3091.1Sbsh#pseudo-device	irframetty		# IrDA frame line discipline
3101.1Sbsh#pseudo-device	tun		2	# network tunneling over tty
3111.1Sbsh#pseudo-device	gre		2	# generic L3 over IP tunnel
3121.1Sbsh#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3131.1Sbsh#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3141.1Sbsh#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3151.1Sbsh#pseudo-device	vlan			# IEEE 802.1q encapsulation
3161.1Sbsh#pseudo-device	bridge			# simple inter-network bridging
3171.1Sbsh#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3181.1Sbsh
3191.1Sbsh# miscellaneous pseudo-devices
3201.1Sbshpseudo-device	pty			# pseudo-terminals
3211.1Sbshpseudo-device	rnd			# /dev/random and in-kernel generator
3221.1Sbshpseudo-device	clockctl		# user control of clock subsystem
323