GENERIC_PS2TINY revision 1.2.2.5       1  1.2.2.5  jdolecek #	$NetBSD: GENERIC_PS2TINY,v 1.2.2.5 2002/02/11 20:08:21 jdolecek Exp $
      2  1.2.2.2     lukem #
      3  1.2.2.2     lukem #	GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
      4  1.2.2.2     lukem #	IBM PS/2 related stuff and has been generally trimmed down somewhat,
      5  1.2.2.2     lukem #	so that the kernel is small enough to be usable for 4MB machines. This
      6  1.2.2.2     lukem #	configuration is also used for INSTALL_PS2 kernels.
      7  1.2.2.2     lukem #
      8  1.2.2.2     lukem #	BEWARE:
      9  1.2.2.2     lukem #	 MCA support in NetBSD is still experimental at this
     10  1.2.2.2     lukem #	 stage and should be used with caution.
     11  1.2.2.2     lukem 
     12  1.2.2.2     lukem include "arch/i386/conf/std.i386"
     13  1.2.2.2     lukem 
     14  1.2.2.2     lukem maxusers	16		# estimated number of users
     15  1.2.2.2     lukem 
     16  1.2.2.2     lukem # CPU support.  At least one is REQUIRED.
     17  1.2.2.2     lukem options 	I386_CPU
     18  1.2.2.2     lukem options 	I486_CPU
     19  1.2.2.2     lukem options 	I586_CPU
     20  1.2.2.2     lukem #options 	I686_CPU
     21  1.2.2.2     lukem 
     22  1.2.2.2     lukem # CPU-related options.
     23  1.2.2.2     lukem options 	MATH_EMULATE	# floating point emulation
     24  1.2.2.2     lukem options 	VM86		# virtual 8086 emulation
     25  1.2.2.2     lukem options 	USER_LDT	# user-settable LDT; used by WINE
     26  1.2.2.2     lukem # eliminate delay no-ops in I/O; recommended on all but very old machines
     27  1.2.2.2     lukem #options 	DUMMY_NOPS
     28  1.2.2.2     lukem 
     29  1.2.2.2     lukem # delay between "rebooting ..." message and hardware reset, in milliseconds
     30  1.2.2.2     lukem #options 	CPURESET_DELAY=2000
     31  1.2.2.2     lukem 
     32  1.2.2.2     lukem # This option allows you to force a serial console at the specified
     33  1.2.2.2     lukem # I/O address.   see console(4) for details.
     34  1.2.2.4   thorpej #options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
     35  1.2.2.2     lukem #	you don't want the option below ON iff you are using the
     36  1.2.2.2     lukem #	serial console option of the new boot strap code.
     37  1.2.2.2     lukem #options 	CONS_OVERRIDE	# Always use above! independent of boot info
     38  1.2.2.2     lukem 
     39  1.2.2.2     lukem # The following options override the memory sizes passed in from the boot
     40  1.2.2.2     lukem # block.  Use them *only* if the boot block is unable to determine the correct
     41  1.2.2.2     lukem # values.  Note that the BIOS may *correctly* report less than 640k of base
     42  1.2.2.2     lukem # memory if the extended BIOS data area is located at the top of base memory
     43  1.2.2.2     lukem # (as is the case on most recent systems).
     44  1.2.2.2     lukem #options 	REALBASEMEM=639		# size of base memory (in KB)
     45  1.2.2.2     lukem #options 	REALEXTMEM=15360	# size of extended memory (in KB)
     46  1.2.2.2     lukem 
     47  1.2.2.2     lukem # Standard system options
     48  1.2.2.2     lukem 
     49  1.2.2.4   thorpej options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     50  1.2.2.4   thorpej options 	INSECURE	# disable kernel security levels
     51  1.2.2.2     lukem 
     52  1.2.2.4   thorpej options 	RTC_OFFSET=-600 # hardware clock is this many mins. west of GMT
     53  1.2.2.2     lukem options 	NTP		# NTP phase/frequency locked loop
     54  1.2.2.2     lukem 
     55  1.2.2.4   thorpej #options 	KTRACE		# system call tracing via ktrace(1)
     56  1.2.2.2     lukem 
     57  1.2.2.2     lukem options 	SYSVMSG		# System V-like message queues
     58  1.2.2.2     lukem options 	SYSVSEM		# System V-like semaphores
     59  1.2.2.4   thorpej #options 	SEMMNI=10	# number of semaphore identifiers
     60  1.2.2.4   thorpej #options 	SEMMNS=60	# number of semaphores in system
     61  1.2.2.4   thorpej #options 	SEMUME=10	# max number of undo entries per process
     62  1.2.2.4   thorpej #options 	SEMMNU=30	# number of undo structures in system
     63  1.2.2.2     lukem options 	SYSVSHM		# System V-like memory sharing
     64  1.2.2.2     lukem #options 	SHMMAXPGS=1024	# 1024 pages is the default
     65  1.2.2.2     lukem 
     66  1.2.2.2     lukem options 	LKM		# loadable kernel modules
     67  1.2.2.2     lukem 
     68  1.2.2.5  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     69  1.2.2.5  jdolecek 
     70  1.2.2.2     lukem # Diagnostic/debugging support options
     71  1.2.2.4   thorpej #options 	DIAGNOSTIC	# expensive kernel consistency checks
     72  1.2.2.4   thorpej #options 	DEBUG		# expensive debugging checks/support
     73  1.2.2.4   thorpej #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     74  1.2.2.4   thorpej options 	DDB		# in-kernel debugger
     75  1.2.2.2     lukem options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     76  1.2.2.2     lukem #options 	KGDB		# remote debugger
     77  1.2.2.4   thorpej #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     78  1.2.2.2     lukem #makeoptions	DEBUG="-g"	# compile full symbol table
     79  1.2.2.2     lukem makeoptions	COPTS="-Os"	# generates smaller code than -O2, -O1
     80  1.2.2.2     lukem 
     81  1.2.2.2     lukem # File systems
     82  1.2.2.2     lukem file-system 	FFS		# UFS
     83  1.2.2.2     lukem #file-system 	EXT2FS		# second extended file system (linux)
     84  1.2.2.2     lukem #file-system 	LFS		# log-structured file system
     85  1.2.2.2     lukem #file-system 	MFS		# memory file system
     86  1.2.2.2     lukem file-system 	NFS		# Network File System client
     87  1.2.2.2     lukem #file-system 	NTFS		# Windows/NT file system (experimental)
     88  1.2.2.2     lukem file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     89  1.2.2.2     lukem file-system 	MSDOSFS		# MS-DOS file system
     90  1.2.2.2     lukem #file-system 	FDESC		# /dev/fd
     91  1.2.2.2     lukem file-system 	KERNFS		# /kern
     92  1.2.2.2     lukem #file-system 	NULLFS		# loopback file system
     93  1.2.2.2     lukem #file-system 	OVERLAY		# overlay file system
     94  1.2.2.2     lukem #file-system 	PORTAL		# portal filesystem (still experimental)
     95  1.2.2.2     lukem #file-system 	PROCFS		# /proc
     96  1.2.2.2     lukem #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     97  1.2.2.2     lukem #file-system 	UNION		# union file system
     98  1.2.2.2     lukem #file-system	CODA		# Coda File System; also needs vcoda (below)
     99  1.2.2.2     lukem 
    100  1.2.2.2     lukem # File system options
    101  1.2.2.2     lukem options 	QUOTA		# UFS quotas
    102  1.2.2.2     lukem #options 	FFS_EI		# FFS Endian Independent support
    103  1.2.2.4   thorpej options 	SOFTDEP		# FFS soft updates support.
    104  1.2.2.2     lukem #options 	NFSSERVER	# Network File System server
    105  1.2.2.2     lukem #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    106  1.2.2.2     lukem 				# immutable) behave as system flags.
    107  1.2.2.2     lukem # Networking options
    108  1.2.2.2     lukem #options 	GATEWAY		# packet forwarding
    109  1.2.2.2     lukem options 	INET		# IP + ICMP + TCP + UDP
    110  1.2.2.2     lukem options 	INET6		# IPV6
    111  1.2.2.2     lukem #options 	IPSEC		# IP security
    112  1.2.2.2     lukem #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    113  1.2.2.2     lukem #options 	IPSEC_DEBUG	# debug for IP security
    114  1.2.2.2     lukem #options 	MROUTING	# IP multicast routing
    115  1.2.2.2     lukem #options 	NS		# XNS
    116  1.2.2.2     lukem #options 	NSIP		# XNS tunneling over IP
    117  1.2.2.2     lukem #options 	ISO,TPIP	# OSI
    118  1.2.2.2     lukem #options 	EON		# OSI tunneling over IP
    119  1.2.2.2     lukem #options 	CCITT,LLC,HDLC	# X.25
    120  1.2.2.2     lukem #options 	NETATALK	# AppleTalk networking protocols
    121  1.2.2.2     lukem #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    122  1.2.2.2     lukem #options 	PPP_DEFLATE	# Deflate compression support for PPP
    123  1.2.2.2     lukem #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    124  1.2.2.2     lukem #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    125  1.2.2.2     lukem #options 	IPFILTER_LOG	# ipmon(8) log support
    126  1.2.2.2     lukem #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    127  1.2.2.2     lukem 
    128  1.2.2.2     lukem # These options enable verbose messages for several subsystems.
    129  1.2.2.2     lukem # Warning, these may compile large string tables into the kernel!
    130  1.2.2.2     lukem #options 	EISAVERBOSE	# verbose EISA device autoconfig messages
    131  1.2.2.2     lukem #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    132  1.2.2.2     lukem #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    133  1.2.2.2     lukem #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    134  1.2.2.2     lukem #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    135  1.2.2.2     lukem #options 	SCSIVERBOSE	# human readable SCSI error messages
    136  1.2.2.2     lukem #options 	USBVERBOSE	# verbose USB device autoconfig messages
    137  1.2.2.2     lukem #options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
    138  1.2.2.4   thorpej #options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
    139  1.2.2.2     lukem #options 	I2OVERBOSE	# verbose I2O driver messages
    140  1.2.2.4   thorpej options 	MCAVERBOSE	# verbose MCA device autoconfig messages
    141  1.2.2.2     lukem 
    142  1.2.2.4   thorpej options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    143  1.2.2.2     lukem 
    144  1.2.2.4   thorpej options 	WSEMUL_VT100	# VT100 / VT220 emulation
    145  1.2.2.2     lukem options 	WS_KERNEL_FG=WSCOL_GREEN
    146  1.2.2.2     lukem 
    147  1.2.2.2     lukem # Kernel root file system and dump configuration.
    148  1.2.2.4   thorpej config		netbsd root on ? type ?
    149  1.2.2.4   thorpej #config		netbsd root on ? type nfs
    150  1.2.2.4   thorpej #config		netbsd root on ed0a type ffs
    151  1.2.2.2     lukem 
    152  1.2.2.2     lukem #
    153  1.2.2.2     lukem # Device Configuration
    154  1.2.2.2     lukem #
    155  1.2.2.2     lukem 
    156  1.2.2.2     lukem mainbus0 at root
    157  1.2.2.2     lukem mca0	at mainbus0
    158  1.2.2.2     lukem isa0	at mainbus0
    159  1.2.2.2     lukem 
    160  1.2.2.4   thorpej #npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
    161  1.2.2.2     lukem 
    162  1.2.2.4   thorpej #pc0	at isa? port 0x60 irq 1
    163  1.2.2.2     lukem 
    164  1.2.2.2     lukem # wscons
    165  1.2.2.2     lukem pckbc0		at isa?			# pc keyboard controller
    166  1.2.2.4   thorpej options 	PCKBCDEBUG
    167  1.2.2.2     lukem #pcconskbd*	at pckbc?
    168  1.2.2.2     lukem #pms*		at pckbc?		# PS/2 mouse for wsmouse
    169  1.2.2.2     lukem #wsmouse*	at pms?
    170  1.2.2.4   thorpej pckbd*		at pckbc?		# PC keyboard
    171  1.2.2.2     lukem wskbd*		at pckbd? console ?
    172  1.2.2.2     lukem vga0		at isa?
    173  1.2.2.2     lukem wsdisplay*	at vga? console ?
    174  1.2.2.4   thorpej options 	WSDISPLAY_DEFAULTSCREENS=4
    175  1.2.2.2     lukem 
    176  1.2.2.2     lukem com0	at isa? port 0x3f8 irq 4	# "SERIAL_!"
    177  1.2.2.2     lukem lpt0	at isa? port 0x3bc irq 7	# "PARALLEL_1"
    178  1.2.2.2     lukem fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    179  1.2.2.2     lukem fd*	at fdc? drive ?			# the drives themselves
    180  1.2.2.2     lukem 
    181  1.2.2.2     lukem # MCA serial interfaces
    182  1.2.2.2     lukem com*	at mca? slot ?			# 16x50s on comm boards
    183  1.2.2.2     lukem 
    184  1.2.2.2     lukem # MCA network devices
    185  1.2.2.2     lukem elmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
    186  1.2.2.2     lukem ep*	at mca? slot ?			# 3Com EtherLink III (3c529)
    187  1.2.2.2     lukem we*	at mca? slot ?			# WD/SMC Ethernet
    188  1.2.2.2     lukem ate*	at mca? slot ?			# Allied Telesis AT1720
    189  1.2.2.2     lukem ne*	at mca? slot ?			# Novell NE/2 and clones
    190  1.2.2.2     lukem tr*	at mca? slot ?			# IBM Token Ring adapter
    191  1.2.2.2     lukem le*	at mca? slot ?			# SKNET Personal/MC2+
    192  1.2.2.2     lukem 
    193  1.2.2.2     lukem # MCA ESDI controllers & disks
    194  1.2.2.2     lukem edc*	at mca? slot ?			# IBM ESDI Disk Controllers
    195  1.2.2.4   thorpej ed*	at edc? drive ?
    196  1.2.2.2     lukem 
    197  1.2.2.2     lukem # MCA SCSI controllers
    198  1.2.2.2     lukem aha*	at mca? slot ?			# Adaptec AHA-1640
    199  1.2.2.4   thorpej esp*	at mca? slot ?			# NCR 53C90
    200  1.2.2.2     lukem 
    201  1.2.2.2     lukem # SCSI bus support
    202  1.2.2.2     lukem scsibus* at aha?
    203  1.2.2.4   thorpej scsibus* at esp?
    204  1.2.2.2     lukem 
    205  1.2.2.2     lukem # SCSI devices
    206  1.2.2.2     lukem sd*	at scsibus? target ? lun ?	# SCSI disk drives
    207  1.2.2.2     lukem #st*	at scsibus? target ? lun ?	# SCSI tape drives
    208  1.2.2.2     lukem cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    209  1.2.2.2     lukem #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    210  1.2.2.2     lukem #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    211  1.2.2.2     lukem #ss*	at scsibus? target ? lun ?	# SCSI scanners
    212  1.2.2.2     lukem #uk*	at scsibus? target ? lun ?	# SCSI unknown
    213  1.2.2.2     lukem 
    214  1.2.2.2     lukem # network pseudo-devices
    215  1.2.2.2     lukem pseudo-device	bpfilter	4	# Berkeley packet filter
    216  1.2.2.4   thorpej pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    217  1.2.2.3   thorpej pseudo-device	bridge			# simple inter-network bridging
    218  1.2.2.2     lukem pseudo-device	loop			# network loopback
    219  1.2.2.2     lukem 
    220  1.2.2.2     lukem # miscellaneous pseudo-devices
    221  1.2.2.2     lukem pseudo-device	pty			# pseudo-terminals
    222  1.2.2.2     lukem pseudo-device	md		1	# memory disk device (ramdisk)
    223  1.2.2.2     lukem # rnd works; RND_COM does not on port i386 yet.
    224  1.2.2.2     lukem pseudo-device	rnd			# /dev/random and in-kernel generator
    225  1.2.2.2     lukem #options 	RND_COM			# use "com" randomness as well (BROKEN)
    226