11.65Smrg#	$NetBSD: INSTALL,v 1.65 2020/09/15 08:13:51 mrg Exp $
21.1Ssakamoto#
31.50Skiyohara# First try for BeBox config file
41.1Ssakamoto#
51.1Ssakamoto
61.1Ssakamotoinclude "arch/bebox/conf/std.bebox"
71.21Satatat
81.21Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Ssakamoto
101.1Ssakamotomaxusers	32
111.7Sabs
121.14Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
131.1Ssakamoto
141.1Ssakamoto# Enable the hooks used for initializing the root memory-disk.
151.45Sjymoptions 	MEMORY_DISK_HOOKS
161.45Sjymoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.45Sjymoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.65Smrgoptions 	MEMORY_DISK_ROOT_SIZE=5120	# size of memory disk, in blocks
191.46Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.1Ssakamoto
211.14Slukem#makeoptions	DEBUG="-g"
221.1Ssakamoto
231.1Ssakamoto#options 	DEBUG
241.1Ssakamoto#options 	DIAGNOSTIC
251.1Ssakamoto#options 	TRAP_PANICWAIT
261.1Ssakamoto#options 	DDB
271.1Ssakamoto#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
281.1Ssakamoto#options 	KTRACE
291.23Slukemoptions 	USERCONF		# userconf(4) support
301.19Sgmcgarryoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
311.27Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
321.1Ssakamoto
331.62Smrg#include 	"conf/compat_netbsd09.config"
341.49Skiyohara#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
351.1Ssakamoto
361.8Sabs# File systems
371.1Ssakamotofile-system 	FFS
381.49Skiyohara#file-system	EXT2FS
391.1Ssakamotofile-system 	MFS
401.1Ssakamotofile-system 	NFS
411.1Ssakamotofile-system 	CD9660
421.1Ssakamotofile-system 	MSDOSFS
431.1Ssakamoto#file-system 	FDESC
441.1Ssakamotofile-system 	KERNFS
451.1Ssakamoto#file-system 	NULLFS
461.1Ssakamoto#file-system 	PROCFS
471.1Ssakamoto#file-system 	UMAPFS
481.1Ssakamoto#file-system 	UNION
491.33Schristosfile-system	PTYFS		# /dev/pts/N support
501.50Skiyohara#file-system	TMPFS
511.1Ssakamoto
521.8Sabs# Filesystem options
531.60Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
541.60Srin#options 	FFS_EI		# FFS Endian Independent support
551.49Skiyoharaoptions 	NFS_V2_ONLY	# Exclude NFS3 code to save space
561.49Skiyohara#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
571.53Sdholland#options 	WAPBL		# File system journaling support
581.8Sabs
591.1Ssakamoto#options 	NFSSERVER
601.1Ssakamoto
611.1Ssakamotooptions 	INET
621.1Ssakamoto
631.49Skiyoharaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
641.12Sabs
651.12Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
661.1Ssakamoto
671.50Skiyohara# wscons options
681.50Skiyohara# builtin terminal emulations
691.50Skiyohara#options 	WSEMUL_SUN		# sun terminal emulation
701.50Skiyoharaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
711.50Skiyoharaoptions 	WS_DEFAULT_FG=WSCOL_LIGHT_WHITE
721.50Skiyohara# compatibility to other console drivers
731.54Sabsoptions 	WSDISPLAY_COMPAT_USL	# wsconscfg VT handling
741.50Skiyoharaoptions 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
751.50Skiyohara
761.1Ssakamotoconfig		netbsd	root on ? type ffs
771.1Ssakamoto
781.1Ssakamoto#
791.1Ssakamoto# device
801.1Ssakamoto#
811.1Ssakamotooptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
821.1Ssakamoto
831.49Skiyohara#options 	PCIVERBOSE	# verbose PCI device messages
841.5Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
851.1Ssakamoto
861.1Ssakamotomainbus0 at root
871.1Ssakamoto
881.13Smattcpu*	at mainbus0
891.1Ssakamotopci0	at mainbus0 bus ?
901.1Ssakamoto
911.49Skiyohara#ppb*	at pci? dev ? function ?	# PCI-PCI bridges
921.49Skiyohara#pci*	at ppb? bus ?
931.1Ssakamotopchb*	at pci? dev ? function ?	# PCI-Host bridges
941.1Ssakamotopcib*	at pci? dev ? function ?	# PCI-ISA bridges
951.1Ssakamoto
961.1Ssakamotoisa*	at pcib?			# ISA on PCI-ISA bridge
971.1Ssakamoto
981.49Skiyohara# Console Devices
991.49Skiyohara
1001.49Skiyohara# wscons
1011.49Skiyoharapckbc0		at isa?			# pc keyboard controller
1021.49Skiyoharapckbd*		at pckbc?		# PC keyboard
1031.49Skiyohara#pms*		at pckbc?		# PS/2 mouse for wsmouse
1041.49Skiyohara#options	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
1051.49Skiyohara#options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
1061.49Skiyoharagenfb*		at pci? dev ? function ?
1071.49Skiyoharaoptions 	WSFB_FAKE_VGA_FB
1081.49Skiyoharavga*		at pci? dev ? function ?
1091.49Skiyoharawsdisplay*	at vga? console ?
1101.49Skiyoharawskbd*		at pckbd? console ?
1111.49Skiyohara#wsmouse*	at pms? mux 0
1121.49Skiyohara
1131.49Skiyohara# make sure the console display is always wsdisplay0
1141.49Skiyoharawsdisplay0	at wsemuldisplaydev? console 1
1151.49Skiyoharawsdisplay*	at wsemuldisplaydev?
1161.49Skiyohara
1171.1Ssakamotocom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1181.1Ssakamotocom1	at isa? port 0x2f8 irq 3
1191.1Ssakamoto#com2	at isa? port 0x380 irq 16
1201.1Ssakamoto#com3	at isa? port 0x388 irq 17
1211.14Slukem
1221.49Skiyohara#lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1231.1Ssakamoto
1241.50Skiyoharamcclock0 at isa? port 0x70		# time-of-day clock
1251.50Skiyoharaattimer0 at isa?
1261.50Skiyohara
1271.49Skiyoharasiop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1281.49Skiyoharascsibus* at siop?
1291.1Ssakamoto
1301.49Skiyoharasd*	at scsibus? target ? lun ?	# SCSI disk drives
1311.1Ssakamoto#st*	at scsibus? target ? lun ?	# SCSI tape drives
1321.49Skiyoharacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1331.1Ssakamoto#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1341.1Ssakamoto#ss*	at scsibus? target ? lun ?	# SCSI scanners
1351.1Ssakamoto#uk*	at scsibus? target ? lun ?	# SCSI unknown
1361.1Ssakamoto
1371.1Ssakamotofdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1381.1Ssakamoto#fdc1	at isa? port 0x370 irq ? drq ?
1391.1Ssakamotofd0	at fdc? drive 1
1401.1Ssakamoto#fd*	at fdc? drive ?
1411.1Ssakamoto
1421.1Ssakamotowdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1431.26Slukematabus* at ata?
1441.25Sbouyerwd*	at atabus? drive ?
1451.1Ssakamoto
1461.50Skiyohara# ATAPI bus support
1471.50Skiyoharaatapibus* at atapi?
1481.50Skiyohara
1491.50Skiyohara# ATAPI devices
1501.50Skiyohara# flags have the same meaning as for IDE drives.
1511.50Skiyoharacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
1521.50Skiyohara#sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
1531.50Skiyohara#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
1541.50Skiyohara#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
1551.50Skiyohara
1561.49Skiyohara# Network devices
1571.49Skiyoharaec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
1581.1Ssakamotone0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
1591.49Skiyoharafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
1601.49Skiyoharane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
1611.49Skiyoharatlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
1621.1Ssakamoto
1631.50Skiyohara# MII/PHY support
1641.50Skiyoharaukphy*  at mii? phy ?                   # generic unknown PHYs
1651.50Skiyohara
1661.1Ssakamoto#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1671.59Schristos#spkr*	at pcppi?
1681.1Ssakamoto
1691.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one.
1701.1Ssakamoto#joy0	at isa? port 0x201
1711.24Sitojun
1721.49Skiyohara#pseudo-device	vnd		
1731.49Skiyohara#pseudo-device	fss			# file system snapshot device
1741.51Shannkenpseudo-device	md		
1751.49Skiyoharapseudo-device	loop
1761.49Skiyohara#pseudo-device	bpfilter		# packet filter
1771.55Schristospseudo-device	pty			# pseudo-terminals
178