Home | History | Annotate | Line # | Download | only in conf
SANDPOINT revision 1.3
      1 # $NetBSD: SANDPOINT,v 1.3 2008/04/05 04:13:48 nisimura Exp $
      2 #
      3 # Sandpoint X3/X2 machine description file
      4 # 
      5 # This machine description file is used to generate the default NetBSD
      6 # kernel.  The generic kernel does not include all options, subsystems
      7 # and device drivers, but should be useful for most applications.
      8 #
      9 # The machine description file can be customised for your specific
     10 # machine to reduce the kernel size and improve its performance.
     11 #
     12 # For further information on compiling NetBSD kernels, see the config(8)
     13 # man page.
     14 #
     15 # For further information on hardware support for this architecture, see
     16 # the intro(4) man page.  For further information about kernel options
     17 # for this architecture, see the options(4) man page.  For an explanation
     18 # of each device driver in this file see the section 4 man page for the
     19 # device.
     20 
     21 include 	"arch/sandpoint/conf/std.sandpoint"
     22 
     23 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24 
     25 #ident 		"SANDPOINT-$Revision: 1.3 $"
     26 
     27 maxusers	32
     28 
     29 options 	ALTIVEC		# Include AltiVec support
     30 
     31 #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     32 #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     33 # HMAC key to be used for debugging sessions
     34 #options 	IPKDBKEY="\"HMAC pass phrase text\""
     35 #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     36 #makeoptions	DEBUG="-g"
     37 
     38 #options 	DEBUG
     39 options 	DIAGNOSTIC
     40 options 	TRAP_PANICWAIT
     41 options 	DDB
     42 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     43 options 	KTRACE
     44 #options 	PMAPCHECK
     45 #options 	PMAPDEBUG
     46 #options 	SYMTAB_SPACE=300000
     47 #options 	USERCONF	# userconf(4) support
     48 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     49 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     50 
     51 options 	COMPAT_43
     52 options 	COMPAT_09
     53 options 	COMPAT_10
     54 options 	COMPAT_12
     55 options 	COMPAT_13
     56 options 	COMPAT_14
     57 options 	COMPAT_15
     58 options 	COMPAT_16
     59 options 	COMPAT_20
     60 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     61 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     62 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     63 #options 	COMPAT_LINUX		# Linux binary compatibility
     64 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     65 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     66 
     67 options 	MSGBUFSIZE=65536
     68 file-system 	FFS
     69 file-system 	MFS
     70 file-system 	NFS
     71 #file-system 	CD9660
     72 file-system 	MSDOSFS
     73 file-system 	FDESC
     74 file-system 	KERNFS
     75 file-system 	NULLFS
     76 #file-system 	OVERLAY
     77 #file-system 	PORTAL
     78 file-system 	PROCFS
     79 #file-system 	UMAPFS
     80 #file-system 	UNION
     81 file-system	PTYFS		# /dev/pts/N support
     82 
     83 options 	SOFTDEP		# FFS soft updates support.
     84 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     85 
     86 options 	INET
     87 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     88 
     89 #options 	ALTQ		# Manipulate network interfaces' output queues
     90 #options 	ALTQ_BLUE	# Stochastic Fair Blue
     91 #options 	ALTQ_CBQ	# Class-Based Queueing
     92 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     93 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     94 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     95 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
     96 #options 	ALTQ_LOCALQ	# Local queueing discipline
     97 #options 	ALTQ_PRIQ	# Priority Queueing
     98 #options 	ALTQ_RED	# Random Early Detection
     99 #options 	ALTQ_RIO	# RED with IN/OUT
    100 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    101 
    102 options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
    103 
    104 config		netbsd	root on ? type ?
    105 
    106 # network psuedo-devices
    107 pseudo-device	bpfilter		# packet filter
    108 pseudo-device	vlan			# IEEE 802.1q encapsulation
    109 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    110 #pseudo-device	bridge			# simple inter-network bridging
    111 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    112 #pseudo-device	ipfilter
    113 pseudo-device	loop
    114 
    115 # mouse & keyboard multiplexor pseudo-devices
    116 #pseudo-device	wsmux
    117 
    118 # miscellaneous pseudo-devices
    119 #pseudo-device	rnd			# /dev/random and in-kernel generator
    120 #pseudo-device	vnd		
    121 #options 	VND_COMPRESSION		# compressed vnd(4)
    122 #pseudo-device	cgd		4	# cryptographic disk devices
    123 pseudo-device	pty
    124 pseudo-device	clockctl		# user control of clock subsystem
    125 pseudo-device	ksyms			# /dev/ksyms
    126 #pseudo-device	pf			# PF packet filter
    127 #pseudo-device	pflog			# PF log if
    128 #
    129 # device
    130 #
    131 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
    132 
    133 #options 	PCIVERBOSE	# verbose PCI device messages
    134 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    135 #options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
    136 
    137 mainbus0 at root
    138 
    139 cpu*	at mainbus0
    140 pci*	at mainbus0 bus ?
    141 
    142 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    143 pci*	at ppb? bus ?
    144 
    145 pchb*	at pci? dev ? function ?	# PCI host bridge
    146 pcib*	at pci? dev ? function ?	# WinBond 83C533F PCI-ISA bridges
    147 
    148 eumb*	at mainbus0
    149 #com*	at eumb?
    150 ociic*	at eumb?
    151 iic*	at ociic?
    152 
    153 slide* at pci? dev ? function ?		# WB/Symphony IDE controllers
    154 atabus* at ata?
    155 
    156 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    157 inphy*	at mii? phy ?			# Intel 82555 PHYs
    158 
    159 isa*	at pcib?			# ISA on PCI-ISA bridge
    160 
    161 pckbc0		at isa?			# PS/2 keyboard controller
    162 pckbd*		at pckbc?		# PC keyboard
    163 pms*		at pckbc?		# PS/2 mouse for wsmouse
    164 wskbd* 		at pckbd? console ?
    165 wsmouse* 	at pms? mux 0
    166 
    167 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    168 com1	at isa? port 0x2f8 irq 3
    169 
    170 lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
    171 
    172 wd*	at atabus? drive ? flags 0x0000
    173