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