Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.62
      1 #	$NetBSD: INSTALL,v 1.62 2017/09/14 07:58:39 mrg 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 #include 	"conf/compat_netbsd09.config"
     39 #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     40 
     41 # File systems
     42 file-system 	FFS
     43 #file-system	EXT2FS
     44 file-system 	MFS
     45 file-system 	NFS
     46 file-system 	CD9660
     47 file-system 	MSDOSFS
     48 #file-system 	FDESC
     49 file-system 	KERNFS
     50 #file-system 	NULLFS
     51 #file-system 	PROCFS
     52 #file-system 	UMAPFS
     53 #file-system 	UNION
     54 file-system	PTYFS		# /dev/pts/N support
     55 #file-system	TMPFS
     56 
     57 # Filesystem options
     58 #options 	DISKLABEL_EI	# disklabel Endian Independent support
     59 #options 	FFS_EI		# FFS Endian Independent support
     60 options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     61 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     62 #options 	WAPBL		# File system journaling support
     63 
     64 #options 	NFSSERVER
     65 
     66 options 	INET
     67 
     68 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
     69 
     70 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     71 
     72 # wscons options
     73 # builtin terminal emulations
     74 #options 	WSEMUL_SUN		# sun terminal emulation
     75 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     76 options 	WS_DEFAULT_FG=WSCOL_LIGHT_WHITE
     77 # compatibility to other console drivers
     78 options 	WSDISPLAY_COMPAT_USL	# wsconscfg VT handling
     79 options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
     80 
     81 config		netbsd	root on ? type ffs
     82 
     83 #
     84 # device
     85 #
     86 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     87 
     88 #options 	PCIVERBOSE	# verbose PCI device messages
     89 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     90 
     91 mainbus0 at root
     92 
     93 cpu*	at mainbus0
     94 pci0	at mainbus0 bus ?
     95 
     96 #ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     97 #pci*	at ppb? bus ?
     98 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     99 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    100 
    101 isa*	at pcib?			# ISA on PCI-ISA bridge
    102 
    103 # Console Devices
    104 
    105 # wscons
    106 pckbc0		at isa?			# pc keyboard controller
    107 pckbd*		at pckbc?		# PC keyboard
    108 #pms*		at pckbc?		# PS/2 mouse for wsmouse
    109 #options	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
    110 #options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
    111 genfb*		at pci? dev ? function ?
    112 options 	WSFB_FAKE_VGA_FB
    113 vga*		at pci? dev ? function ?
    114 wsdisplay*	at vga? console ?
    115 wskbd*		at pckbd? console ?
    116 #wsmouse*	at pms? mux 0
    117 
    118 # make sure the console display is always wsdisplay0
    119 wsdisplay0	at wsemuldisplaydev? console 1
    120 wsdisplay*	at wsemuldisplaydev?
    121 
    122 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    123 com1	at isa? port 0x2f8 irq 3
    124 #com2	at isa? port 0x380 irq 16
    125 #com3	at isa? port 0x388 irq 17
    126 
    127 #lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    128 
    129 mcclock0 at isa? port 0x70		# time-of-day clock
    130 attimer0 at isa?
    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 # ATAPI bus support
    152 atapibus* at atapi?
    153 
    154 # ATAPI devices
    155 # flags have the same meaning as for IDE drives.
    156 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    157 #sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    158 #st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    159 #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    160 
    161 # Network devices
    162 ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
    163 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    164 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    165 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    166 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    167 
    168 # MII/PHY support
    169 ukphy*  at mii? phy ?                   # generic unknown PHYs
    170 
    171 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    172 #spkr*	at pcppi?
    173 
    174 # Joystick driver. Probe is a little strange; add only if you have one.
    175 #joy0	at isa? port 0x201
    176 
    177 #pseudo-device	vnd		
    178 #pseudo-device	fss			# file system snapshot device
    179 pseudo-device	md		
    180 pseudo-device	loop
    181 #pseudo-device	bpfilter		# packet filter
    182 pseudo-device	pty			# pseudo-terminals
    183