GENERIC_PS2TINY revision 1.18
11.18Slukem#	$NetBSD: GENERIC_PS2TINY,v 1.18 2002/09/18 02:44:00 lukem Exp $
21.1Sjdolecek#
31.1Sjdolecek#	GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
41.1Sjdolecek#	IBM PS/2 related stuff and has been generally trimmed down somewhat,
51.1Sjdolecek#	so that the kernel is small enough to be usable for 4MB machines. This
61.1Sjdolecek#	configuration is also used for INSTALL_PS2 kernels.
71.1Sjdolecek#
81.1Sjdolecek#	BEWARE:
91.1Sjdolecek#	 MCA support in NetBSD is still experimental at this
101.1Sjdolecek#	 stage and should be used with caution.
111.1Sjdolecek
121.1Sjdolecekinclude "arch/i386/conf/std.i386"
131.12Satatat
141.12Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
151.1Sjdolecek
161.1Sjdolecekmaxusers	16		# estimated number of users
171.1Sjdolecek
181.1Sjdolecek# CPU support.  At least one is REQUIRED.
191.1Sjdolecekoptions 	I386_CPU
201.1Sjdolecekoptions 	I486_CPU
211.1Sjdolecekoptions 	I586_CPU
221.1Sjdolecek#options 	I686_CPU
231.1Sjdolecek
241.1Sjdolecek# CPU-related options.
251.1Sjdolecekoptions 	MATH_EMULATE	# floating point emulation
261.1Sjdolecekoptions 	VM86		# virtual 8086 emulation
271.1Sjdolecekoptions 	USER_LDT	# user-settable LDT; used by WINE
281.1Sjdolecek# eliminate delay no-ops in I/O; recommended on all but very old machines
291.1Sjdolecek#options 	DUMMY_NOPS
301.1Sjdolecek
311.1Sjdolecek# delay between "rebooting ..." message and hardware reset, in milliseconds
321.1Sjdolecek#options 	CPURESET_DELAY=2000
331.1Sjdolecek
341.1Sjdolecek# This option allows you to force a serial console at the specified
351.1Sjdolecek# I/O address.   see console(4) for details.
361.6Slukem#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
371.1Sjdolecek#	you don't want the option below ON iff you are using the
381.1Sjdolecek#	serial console option of the new boot strap code.
391.1Sjdolecek#options 	CONS_OVERRIDE	# Always use above! independent of boot info
401.1Sjdolecek
411.1Sjdolecek# The following options override the memory sizes passed in from the boot
421.1Sjdolecek# block.  Use them *only* if the boot block is unable to determine the correct
431.1Sjdolecek# values.  Note that the BIOS may *correctly* report less than 640k of base
441.1Sjdolecek# memory if the extended BIOS data area is located at the top of base memory
451.1Sjdolecek# (as is the case on most recent systems).
461.1Sjdolecek#options 	REALBASEMEM=639		# size of base memory (in KB)
471.1Sjdolecek#options 	REALEXTMEM=15360	# size of extended memory (in KB)
481.1Sjdolecek
491.1Sjdolecek# Standard system options
501.1Sjdolecek
511.6Slukemoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
521.16Sgrantoptions 	INSECURE	# disable kernel security levels - X needs this
531.1Sjdolecek
541.4Senamioptions 	RTC_OFFSET=-600 # hardware clock is this many mins. west of GMT
551.1Sjdolecekoptions 	NTP		# NTP phase/frequency locked loop
561.1Sjdolecek
571.6Slukem#options 	KTRACE		# system call tracing via ktrace(1)
581.1Sjdolecek
591.1Sjdolecekoptions 	SYSVMSG		# System V-like message queues
601.1Sjdolecekoptions 	SYSVSEM		# System V-like semaphores
611.4Senami#options 	SEMMNI=10	# number of semaphore identifiers
621.4Senami#options 	SEMMNS=60	# number of semaphores in system
631.4Senami#options 	SEMUME=10	# max number of undo entries per process
641.4Senami#options 	SEMMNU=30	# number of undo structures in system
651.1Sjdolecekoptions 	SYSVSHM		# System V-like memory sharing
661.15Swiz#options 	SHMMAXPGS=2048	# 2048 pages is the default
671.1Sjdolecek
681.1Sjdolecekoptions 	LKM		# loadable kernel modules
691.10Sjdolecek
701.18Slukemoptions 	USERCONF	# userconf(4) support
711.17Sabsoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
721.17Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
731.1Sjdolecek
741.1Sjdolecek# Diagnostic/debugging support options
751.6Slukem#options 	DIAGNOSTIC	# expensive kernel consistency checks
761.6Slukem#options 	DEBUG		# expensive debugging checks/support
771.6Slukem#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
781.6Slukemoptions 	DDB		# in-kernel debugger
791.1Sjdolecekoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
801.1Sjdolecek#options 	KGDB		# remote debugger
811.5Slukem#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
821.1Sjdolecek#makeoptions	DEBUG="-g"	# compile full symbol table
831.1Sjdolecekmakeoptions	COPTS="-Os"	# generates smaller code than -O2, -O1
841.1Sjdolecek
851.1Sjdolecek# File systems
861.1Sjdolecekfile-system 	FFS		# UFS
871.1Sjdolecek#file-system 	EXT2FS		# second extended file system (linux)
881.1Sjdolecek#file-system 	LFS		# log-structured file system
891.1Sjdolecek#file-system 	MFS		# memory file system
901.1Sjdolecekfile-system 	NFS		# Network File System client
911.1Sjdolecek#file-system 	NTFS		# Windows/NT file system (experimental)
921.1Sjdolecekfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
931.1Sjdolecekfile-system 	MSDOSFS		# MS-DOS file system
941.1Sjdolecek#file-system 	FDESC		# /dev/fd
951.2Sjdolecekfile-system 	KERNFS		# /kern
961.1Sjdolecek#file-system 	NULLFS		# loopback file system
971.1Sjdolecek#file-system 	OVERLAY		# overlay file system
981.1Sjdolecek#file-system 	PORTAL		# portal filesystem (still experimental)
991.1Sjdolecek#file-system 	PROCFS		# /proc
1001.1Sjdolecek#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1011.1Sjdolecek#file-system 	UNION		# union file system
1021.1Sjdolecek#file-system	CODA		# Coda File System; also needs vcoda (below)
1031.1Sjdolecek
1041.1Sjdolecek# File system options
1051.1Sjdolecekoptions 	QUOTA		# UFS quotas
1061.1Sjdolecek#options 	FFS_EI		# FFS Endian Independent support
1071.6Slukemoptions 	SOFTDEP		# FFS soft updates support.
1081.1Sjdolecek#options 	NFSSERVER	# Network File System server
1091.1Sjdolecek#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1101.1Sjdolecek				# immutable) behave as system flags.
1111.17Sabs
1121.17Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
1131.17Sabs
1141.1Sjdolecek# Networking options
1151.1Sjdolecek#options 	GATEWAY		# packet forwarding
1161.1Sjdolecekoptions 	INET		# IP + ICMP + TCP + UDP
1171.1Sjdolecekoptions 	INET6		# IPV6
1181.1Sjdolecek#options 	IPSEC		# IP security
1191.1Sjdolecek#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1201.1Sjdolecek#options 	IPSEC_DEBUG	# debug for IP security
1211.1Sjdolecek#options 	MROUTING	# IP multicast routing
1221.1Sjdolecek#options 	NS		# XNS
1231.1Sjdolecek#options 	NSIP		# XNS tunneling over IP
1241.1Sjdolecek#options 	ISO,TPIP	# OSI
1251.1Sjdolecek#options 	EON		# OSI tunneling over IP
1261.1Sjdolecek#options 	CCITT,LLC,HDLC	# X.25
1271.1Sjdolecek#options 	NETATALK	# AppleTalk networking protocols
1281.1Sjdolecek#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1291.1Sjdolecek#options 	PPP_DEFLATE	# Deflate compression support for PPP
1301.1Sjdolecek#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1311.1Sjdolecek#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1321.1Sjdolecek#options 	IPFILTER_LOG	# ipmon(8) log support
1331.1Sjdolecek#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1341.1Sjdolecek
1351.1Sjdolecek# These options enable verbose messages for several subsystems.
1361.1Sjdolecek# Warning, these may compile large string tables into the kernel!
1371.1Sjdolecek#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1381.1Sjdolecek#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1391.1Sjdolecek#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1401.1Sjdolecek#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1411.1Sjdolecek#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1421.1Sjdolecek#options 	SCSIVERBOSE	# human readable SCSI error messages
1431.1Sjdolecek#options 	USBVERBOSE	# verbose USB device autoconfig messages
1441.1Sjdolecek#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
1451.4Senami#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
1461.1Sjdolecek#options 	I2OVERBOSE	# verbose I2O driver messages
1471.6Slukemoptions 	MCAVERBOSE	# verbose MCA device autoconfig messages
1481.1Sjdolecek
1491.4Senamioptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1501.1Sjdolecek
1511.6Slukemoptions 	WSEMUL_VT100	# VT100 / VT220 emulation
1521.1Sjdolecekoptions 	WS_KERNEL_FG=WSCOL_GREEN
1531.1Sjdolecek
1541.1Sjdolecek# Kernel root file system and dump configuration.
1551.6Slukemconfig		netbsd root on ? type ?
1561.6Slukem#config		netbsd root on ? type nfs
1571.6Slukem#config		netbsd root on ed0a type ffs
1581.1Sjdolecek
1591.1Sjdolecek#
1601.1Sjdolecek# Device Configuration
1611.1Sjdolecek#
1621.1Sjdolecek
1631.1Sjdolecekmainbus0 at root
1641.1Sjdolecekmca0	at mainbus0
1651.1Sjdolecekisa0	at mainbus0
1661.1Sjdolecek
1671.6Slukem#npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
1681.1Sjdolecek
1691.6Slukem#pc0	at isa? port 0x60 irq 1
1701.1Sjdolecek
1711.1Sjdolecek# wscons
1721.1Sjdolecekpckbc0		at isa?			# pc keyboard controller
1731.4Senamioptions 	PCKBCDEBUG
1741.1Sjdolecek#pcconskbd*	at pckbc?
1751.1Sjdolecek#pms*		at pckbc?		# PS/2 mouse for wsmouse
1761.1Sjdolecek#wsmouse*	at pms?
1771.6Slukempckbd*		at pckbc?		# PC keyboard
1781.1Sjdolecekwskbd*		at pckbd? console ?
1791.1Sjdolecekvga0		at isa?
1801.1Sjdolecekwsdisplay*	at vga? console ?
1811.4Senamioptions 	WSDISPLAY_DEFAULTSCREENS=4
1821.1Sjdolecek
1831.1Sjdolecekcom0	at isa? port 0x3f8 irq 4	# "SERIAL_!"
1841.1Sjdoleceklpt0	at isa? port 0x3bc irq 7	# "PARALLEL_1"
1851.1Sjdolecekfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1861.1Sjdolecekfd*	at fdc? drive ?			# the drives themselves
1871.1Sjdolecek
1881.1Sjdolecek# MCA serial interfaces
1891.1Sjdolecekcom*	at mca? slot ?			# 16x50s on comm boards
1901.1Sjdolecek
1911.1Sjdolecek# MCA network devices
1921.1Sjdolecekelmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
1931.1Sjdolecekep*	at mca? slot ?			# 3Com EtherLink III (3c529)
1941.1Sjdolecekwe*	at mca? slot ?			# WD/SMC Ethernet
1951.1Sjdolecekate*	at mca? slot ?			# Allied Telesis AT1720
1961.1Sjdolecekne*	at mca? slot ?			# Novell NE/2 and clones
1971.1Sjdolecektr*	at mca? slot ?			# IBM Token Ring adapter
1981.1Sjdolecekle*	at mca? slot ?			# SKNET Personal/MC2+
1991.1Sjdolecek
2001.1Sjdolecek# MCA ESDI controllers & disks
2011.1Sjdolecekedc*	at mca? slot ?			# IBM ESDI Disk Controllers
2021.7Sjdoleceked*	at edc? drive ?
2031.1Sjdolecek
2041.1Sjdolecek# MCA SCSI controllers
2051.1Sjdolecekaha*	at mca? slot ?			# Adaptec AHA-1640
2061.8Sjdolecekesp*	at mca? slot ?			# NCR 53C90
2071.1Sjdolecek
2081.1Sjdolecek# SCSI bus support
2091.14Slukemscsibus* at scsi?
2101.1Sjdolecek
2111.1Sjdolecek# SCSI devices
2121.1Sjdoleceksd*	at scsibus? target ? lun ?	# SCSI disk drives
2131.1Sjdolecek#st*	at scsibus? target ? lun ?	# SCSI tape drives
2141.1Sjdolecekcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2151.1Sjdolecek#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2161.1Sjdolecek#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
2171.1Sjdolecek#ss*	at scsibus? target ? lun ?	# SCSI scanners
2181.1Sjdolecek#uk*	at scsibus? target ? lun ?	# SCSI unknown
2191.1Sjdolecek
2201.1Sjdolecek# network pseudo-devices
2211.1Sjdolecekpseudo-device	bpfilter	4	# Berkeley packet filter
2221.9Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2231.3Satatatpseudo-device	bridge			# simple inter-network bridging
2241.1Sjdolecekpseudo-device	loop			# network loopback
2251.1Sjdolecek
2261.1Sjdolecek# miscellaneous pseudo-devices
2271.1Sjdolecekpseudo-device	pty			# pseudo-terminals
2281.1Sjdolecekpseudo-device	md		1	# memory disk device (ramdisk)
2291.1Sjdolecek# rnd works; RND_COM does not on port i386 yet.
2301.1Sjdolecekpseudo-device	rnd			# /dev/random and in-kernel generator
2311.1Sjdolecek#options 	RND_COM			# use "com" randomness as well (BROKEN)
2321.13Slukempseudo-device	clockctl		# user control of clock subsystem
233