Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.49
      1 #	$NetBSD: INSTALL,v 1.49 2010/10/16 05:39:34 kiyohara Exp $
      2 #
      3 # First try for BEBOX config file
      4 #
      5 
      6 include "arch/bebox/conf/std.bebox"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 maxusers	32
     11 
     12 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
     13 
     14 # Enable the hooks used for initializing the root memory-disk.
     15 options 	MEMORY_DISK_HOOKS
     16 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     17 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     18 options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
     19 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     20 
     21 #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     22 #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     23 # HMAC key to be used for debugging sessions
     24 #options 	IPKDBKEY="\"HMAC pass phrase text\""
     25 #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     26 #makeoptions	DEBUG="-g"
     27 
     28 #options 	DEBUG
     29 #options 	DIAGNOSTIC
     30 #options 	TRAP_PANICWAIT
     31 #options 	DDB
     32 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     33 #options 	KTRACE
     34 options 	USERCONF		# userconf(4) support
     35 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     36 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     37 
     38 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     39 #options 	COMPAT_43
     40 #options 	COMPAT_09
     41 options 	COMPAT_10
     42 options 	COMPAT_12
     43 options 	COMPAT_13
     44 options 	COMPAT_14
     45 options 	COMPAT_15
     46 options 	COMPAT_16
     47 options 	COMPAT_20
     48 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     49 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     50 #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     51 #options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     52 
     53 # File systems
     54 file-system 	FFS
     55 #file-system	EXT2FS
     56 file-system 	MFS
     57 file-system 	NFS
     58 file-system 	CD9660
     59 file-system 	MSDOSFS
     60 #file-system 	FDESC
     61 file-system 	KERNFS
     62 #file-system 	NULLFS
     63 #file-system 	PROCFS
     64 #file-system 	UMAPFS
     65 #file-system 	UNION
     66 file-system	PTYFS		# /dev/pts/N support
     67 file-system	TMPFS
     68 
     69 # Filesystem options
     70 options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     71 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     72 #options 	WAPBL		# File system journaling support - Experimental
     73 
     74 #options 	NFSSERVER
     75 
     76 options 	INET
     77 
     78 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
     79 
     80 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     81 
     82 config		netbsd	root on ? type ffs
     83 
     84 #
     85 # device
     86 #
     87 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     88 
     89 #options 	PCIVERBOSE	# verbose PCI device messages
     90 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     91 
     92 mainbus0 at root
     93 
     94 cpu*	at mainbus0
     95 pci0	at mainbus0 bus ?
     96 
     97 #ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     98 #pci*	at ppb? bus ?
     99 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    100 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    101 
    102 isa*	at pcib?			# ISA on PCI-ISA bridge
    103 
    104 mcclock0 at isa? port 0x70		# generic time-of-day clock
    105 
    106 # Console Devices
    107 
    108 # wscons
    109 pckbc0		at isa?			# pc keyboard controller
    110 pckbd*		at pckbc?		# PC keyboard
    111 #pms*		at pckbc?		# PS/2 mouse for wsmouse
    112 #options	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
    113 #options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
    114 genfb*		at pci? dev ? function ?
    115 options 	WSFB_FAKE_VGA_FB
    116 vga*		at pci? dev ? function ?
    117 wsdisplay*	at vga? console ?
    118 wskbd*		at pckbd? console ?
    119 #wsmouse*	at pms? mux 0
    120 
    121 # make sure the console display is always wsdisplay0
    122 wsdisplay0	at wsemuldisplaydev? console 1
    123 wsdisplay*	at wsemuldisplaydev?
    124 
    125 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    126 com1	at isa? port 0x2f8 irq 3
    127 #com2	at isa? port 0x380 irq 16
    128 #com3	at isa? port 0x388 irq 17
    129 
    130 #lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    131 
    132 siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    133 scsibus* at siop?
    134 
    135 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    136 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    137 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    138 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    139 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    140 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    141 
    142 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    143 #fdc1	at isa? port 0x370 irq ? drq ?
    144 fd0	at fdc? drive 1
    145 #fd*	at fdc? drive ?
    146 
    147 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    148 atabus* at ata?
    149 wd*	at atabus? drive ?
    150 
    151 # Network devices
    152 ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
    153 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    154 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    155 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    156 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    157 
    158 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    159 #spkr0	at pckbd? port 0x61
    160 
    161 # Joystick driver. Probe is a little strange; add only if you have one.
    162 #joy0	at isa? port 0x201
    163 
    164 #pseudo-device	vnd		
    165 #pseudo-device	fss			# file system snapshot device
    166 pseudo-device	md		1
    167 pseudo-device	loop
    168 #pseudo-device	bpfilter		# packet filter
    169 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    170 pseudo-device	rnd			# /dev/random and in-kernel generator
    171