Home | History | Annotate | Line # | Download | only in conf
MMTAICE revision 1.16.2.3
      1  1.16.2.3  nathanw #	$NetBSD: MMTAICE,v 1.16.2.3 2002/10/18 02:38:55 nathanw Exp $
      2  1.16.2.2  nathanw #
      3  1.16.2.2  nathanw #	GENERIC -- everything that's currently supported
      4  1.16.2.2  nathanw #
      5  1.16.2.2  nathanw 
      6  1.16.2.2  nathanw include "arch/mmeye/conf/std.mmeye"
      7  1.16.2.2  nathanw 
      8  1.16.2.2  nathanw #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.16.2.2  nathanw 
     10  1.16.2.2  nathanw # Enable the hooks used for initializing the root memory-disk.
     11  1.16.2.2  nathanw #options 	MEMORY_DISK_HOOKS
     12  1.16.2.2  nathanw #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     13  1.16.2.2  nathanw #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     14  1.16.2.2  nathanw #options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
     15  1.16.2.2  nathanw 
     16  1.16.2.2  nathanw maxusers	32		# estimated number of users
     17  1.16.2.2  nathanw 
     18  1.16.2.2  nathanw # CPU support.  At least one is REQUIRED.
     19  1.16.2.2  nathanw #options 	I386_CPU
     20  1.16.2.2  nathanw #options 	I486_CPU
     21  1.16.2.2  nathanw #options 	I586_CPU
     22  1.16.2.2  nathanw options		SH3
     23  1.16.2.2  nathanw options 	SH7708		# 60MHz
     24  1.16.2.2  nathanw #options 	SH7708R		# 100MHz
     25  1.16.2.2  nathanw #options 	I686_CPU
     26  1.16.2.2  nathanw options 	PCLOCK=33330000		# 33.33MHz
     27  1.16.2.2  nathanw options 	INITTODR_ALWAYS_USE_RTC
     28  1.16.2.2  nathanw 
     29  1.16.2.2  nathanw # CPU-related options.
     30  1.16.2.2  nathanw #options 	MATH_EMULATE	# floating point emulation
     31  1.16.2.2  nathanw #options 	VM86		# virtual 8086 emulation
     32  1.16.2.2  nathanw #options 	USER_LDT	# user-settable LDT; used by WINE
     33  1.16.2.2  nathanw # eliminate delay no-ops in I/O; recommended on all but very old machines
     34  1.16.2.2  nathanw #options 	DUMMY_NOPS
     35  1.16.2.2  nathanw 
     36  1.16.2.2  nathanw # Misc. i386-specific options
     37  1.16.2.2  nathanw #options 	XSERVER		# X server support in console drivers
     38  1.16.2.2  nathanw 
     39  1.16.2.2  nathanw # This option allows you to force a serial console at the specified
     40  1.16.2.2  nathanw # I/O address.   see console(4) for details.
     41  1.16.2.2  nathanw #options 	CONSDEVNAME="\"com\""
     42  1.16.2.2  nathanw 
     43  1.16.2.2  nathanw # The following options override the memory sizes passed in from the boot
     44  1.16.2.2  nathanw # block.  Use them *only* if the boot block is unable to determine the correct
     45  1.16.2.2  nathanw # values.  Note that the BIOS may *correctly* report less than 640k of base
     46  1.16.2.2  nathanw # memory if the extended BIOS data area is located at the top of base memory
     47  1.16.2.2  nathanw # (as is the case on most recent systems).
     48  1.16.2.2  nathanw #options 	REALBASEMEM=...	# size of base memory
     49  1.16.2.2  nathanw #options 	REALEXTMEM=...	# size of extended memory
     50  1.16.2.2  nathanw 
     51  1.16.2.2  nathanw # Standard system options
     52  1.16.2.2  nathanw 
     53  1.16.2.2  nathanw #options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     54  1.16.2.2  nathanw options 	INSECURE	# disable kernel security levels
     55  1.16.2.2  nathanw 
     56  1.16.2.2  nathanw options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     57  1.16.2.2  nathanw options 	HZ=10		# clock interrupt generates every 1/10 sec
     58  1.16.2.2  nathanw 				# for Debug
     59  1.16.2.2  nathanw #options 	NTP		# NTP phase/frequency locked loop
     60  1.16.2.2  nathanw 
     61  1.16.2.2  nathanw #options 	KTRACE		# system call tracing via ktrace(1)
     62  1.16.2.2  nathanw 
     63  1.16.2.2  nathanw options 	SYSVMSG		# System V-like message queues
     64  1.16.2.2  nathanw options 	SYSVSEM		# System V-like semaphores
     65  1.16.2.2  nathanw options 	SYSVSHM		# System V-like memory sharing
     66  1.16.2.2  nathanw #options 	SHMMAXPGS=1024	# 1024 pages is the default
     67  1.16.2.2  nathanw 
     68  1.16.2.2  nathanw #options 	LKM		# loadable kernel modules
     69  1.16.2.2  nathanw 
     70  1.16.2.3  nathanw options 	USERCONF	# userconf(4) support
     71  1.16.2.2  nathanw #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     72  1.16.2.2  nathanw 
     73  1.16.2.2  nathanw # Diagnostic/debugging support options
     74  1.16.2.2  nathanw #options 	DIAGNOSTIC	# cheap kernel consistency checks
     75  1.16.2.2  nathanw #options 	DEBUG		# expensive debugging checks/support
     76  1.16.2.2  nathanw #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     77  1.16.2.2  nathanw #options 	DDB		# in-kernel debugger
     78  1.16.2.2  nathanw #options 	KGDB		# remote debugger
     79  1.16.2.2  nathanw #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     80  1.16.2.2  nathanw #makeoptions	DEBUG="-g"	# compile full symbol table
     81  1.16.2.2  nathanw options 	SYSCALL_DEBUG
     82  1.16.2.2  nathanw 
     83  1.16.2.2  nathanw # Compatibility options
     84  1.16.2.2  nathanw options 	COMPAT_43	# and 4.3BSD
     85  1.16.2.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     86  1.16.2.2  nathanw options 	BSDDISKLABEL_EI	# endian independent disklabel support
     87  1.16.2.2  nathanw options 	COMPAT_MMEYE_OLDLABEL	# old mmeye's disklabel support
     88  1.16.2.2  nathanw 
     89  1.16.2.2  nathanw # Executable format options
     90  1.16.2.2  nathanw options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
     91  1.16.2.2  nathanw options 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
     92  1.16.2.2  nathanw 
     93  1.16.2.2  nathanw # File systems
     94  1.16.2.2  nathanw file-system 	FFS		# UFS
     95  1.16.2.2  nathanw #file-system 	EXT2FS		# second extended file system (linux)
     96  1.16.2.2  nathanw #file-system 	LFS		# log-structured file system
     97  1.16.2.2  nathanw file-system 	MFS		# memory file system
     98  1.16.2.2  nathanw file-system 	NFS		# Network File System client
     99  1.16.2.2  nathanw #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
    100  1.16.2.2  nathanw #file-system 	MSDOSFS		# MS-DOS file system
    101  1.16.2.2  nathanw file-system 	FDESC		# /dev/fd
    102  1.16.2.2  nathanw file-system 	KERNFS		# /kern
    103  1.16.2.2  nathanw file-system 	NULLFS		# loopback file system
    104  1.16.2.2  nathanw #file-system 	PORTAL		# portal filesystem (still experimental)
    105  1.16.2.2  nathanw file-system 	PROCFS		# /proc
    106  1.16.2.2  nathanw file-system 	UMAPFS		# NULLFS + uid and gid remapping
    107  1.16.2.2  nathanw #file-system 	UNION		# union file system
    108  1.16.2.2  nathanw 
    109  1.16.2.2  nathanw # File system options
    110  1.16.2.2  nathanw #options 	QUOTA		# UFS quotas
    111  1.16.2.2  nathanw options 	NFSSERVER	# Network File System server
    112  1.16.2.2  nathanw #options 	FIFO		# FIFOs; RECOMMENDED
    113  1.16.2.2  nathanw #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    114  1.16.2.2  nathanw 				# immutable) behave as system flags.
    115  1.16.2.2  nathanw 
    116  1.16.2.2  nathanw # Networking options
    117  1.16.2.2  nathanw #options 	GATEWAY		# packet forwarding
    118  1.16.2.2  nathanw options 	INET		# IP + ICMP + TCP + UDP
    119  1.16.2.2  nathanw #options 	MROUTING	# IP multicast routing
    120  1.16.2.2  nathanw options 	NS		# XNS
    121  1.16.2.2  nathanw #options 	NSIP		# XNS tunneling over IP
    122  1.16.2.2  nathanw #options 	ISO,TPIP	# OSI
    123  1.16.2.2  nathanw #options 	EON		# OSI tunneling over IP
    124  1.16.2.2  nathanw #options 	CCITT,LLC,HDLC	# X.25
    125  1.16.2.2  nathanw #options 	NETATALK	# AppleTalk networking protocols
    126  1.16.2.2  nathanw #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    127  1.16.2.2  nathanw #options 	PPP_DEFLATE	# Deflate compression support for PPP
    128  1.16.2.2  nathanw #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    129  1.16.2.2  nathanw #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    130  1.16.2.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    131  1.16.2.2  nathanw 
    132  1.16.2.2  nathanw # These options enable verbose messages for several subsystems.
    133  1.16.2.2  nathanw # Warning, these may compile large string tables into the kernel!
    134  1.16.2.2  nathanw options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    135  1.16.2.2  nathanw #options 	SCSIVERBOSE	# human readable SCSI error messages
    136  1.16.2.2  nathanw 
    137  1.16.2.2  nathanw # Kernel root file system and dump configuration.
    138  1.16.2.2  nathanw #config		netbsd	root on ? type ?
    139  1.16.2.2  nathanw #config		netbsd	root on sd0a type ffs
    140  1.16.2.2  nathanw #config		netbsd	root on ? type nfs
    141  1.16.2.2  nathanw config		netbsd	root on wd0a type ffs
    142  1.16.2.2  nathanw 
    143  1.16.2.2  nathanw #
    144  1.16.2.2  nathanw # Device configuration
    145  1.16.2.2  nathanw #
    146  1.16.2.2  nathanw 
    147  1.16.2.2  nathanw mainbus0 at root
    148  1.16.2.2  nathanw 
    149  1.16.2.2  nathanw shb* at mainbus?
    150  1.16.2.2  nathanw 
    151  1.16.2.2  nathanw com0	at mainbus?
    152  1.16.2.2  nathanw com1	at mainbus?
    153  1.16.2.2  nathanw 
    154  1.16.2.2  nathanw # SH PCMCIA controllers
    155  1.16.2.2  nathanw mmeyepcmcia0	at mainbus?
    156  1.16.2.2  nathanw mmeyepcmcia1	at mainbus?
    157  1.16.2.2  nathanw 
    158  1.16.2.2  nathanw # PCMCIA bus support
    159  1.16.2.2  nathanw pcmcia*	at mmeyepcmcia? controller ? socket ?
    160  1.16.2.2  nathanw 
    161  1.16.2.2  nathanw # PCMCIA serial interfaces
    162  1.16.2.2  nathanw com*	at pcmcia? function ?		# Modems and serial cards
    163  1.16.2.2  nathanw 
    164  1.16.2.2  nathanw 
    165  1.16.2.2  nathanw # SCSI Controllers and Devices
    166  1.16.2.2  nathanw 
    167  1.16.2.2  nathanw # PCMCIA SCSI controllers
    168  1.16.2.2  nathanw #aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    169  1.16.2.2  nathanw 
    170  1.16.2.2  nathanw # SCSI bus support
    171  1.16.2.2  nathanw #scsibus* at aic?
    172  1.16.2.2  nathanw 
    173  1.16.2.2  nathanw # SCSI devices
    174  1.16.2.2  nathanw #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    175  1.16.2.2  nathanw #st*	at scsibus? target ? lun ?	# SCSI tape drives
    176  1.16.2.2  nathanw #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    177  1.16.2.2  nathanw #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    178  1.16.2.2  nathanw #ss*	at scsibus? target ? lun ?	# SCSI scanners
    179  1.16.2.2  nathanw #uk*	at scsibus? target ? lun ?	# SCSI unknown
    180  1.16.2.2  nathanw 
    181  1.16.2.2  nathanw 
    182  1.16.2.2  nathanw # IDE and Related Devices
    183  1.16.2.2  nathanw 
    184  1.16.2.2  nathanw wdc* at pcmcia? function ?
    185  1.16.2.2  nathanw 
    186  1.16.2.2  nathanw # IDE drives
    187  1.16.2.2  nathanw wd*	at wdc? drive ?			# the drives themselves
    188  1.16.2.2  nathanw 
    189  1.16.2.2  nathanw # ATAPI bus support
    190  1.16.2.2  nathanw #atapibus* at wdc?
    191  1.16.2.2  nathanw 
    192  1.16.2.2  nathanw # ATAPI devices
    193  1.16.2.2  nathanw #cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
    194  1.16.2.2  nathanw 
    195  1.16.2.2  nathanw 
    196  1.16.2.2  nathanw # Miscellaneous mass storage devices
    197  1.16.2.2  nathanw 
    198  1.16.2.2  nathanw 
    199  1.16.2.2  nathanw # Network Interfaces
    200  1.16.2.2  nathanw 
    201  1.16.2.2  nathanw # PCMCIA network interfaces
    202  1.16.2.2  nathanw ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    203  1.16.2.2  nathanw ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    204  1.16.2.2  nathanw #sm*	at pcmcia? function ?		# Megahertz Ethernet
    205  1.16.2.2  nathanw 
    206  1.16.2.2  nathanw # MII/PHY support
    207  1.16.2.2  nathanw exphy*	at mii? phy ?			# 3Com internal PHYs
    208  1.16.2.2  nathanw icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    209  1.16.2.2  nathanw inphy*	at mii? phy ?			# Intel 82555 PHYs
    210  1.16.2.2  nathanw lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    211  1.16.2.2  nathanw nsphy*	at mii? phy ?			# NS83840 PHYs
    212  1.16.2.2  nathanw qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    213  1.16.2.2  nathanw sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    214  1.16.2.2  nathanw #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    215  1.16.2.2  nathanw ukphy*	at mii? phy ?			# generic unknown PHYs
    216  1.16.2.2  nathanw 
    217  1.16.2.2  nathanw 
    218  1.16.2.2  nathanw # Pull in optional local configuration
    219  1.16.2.2  nathanw include	"arch/mmeye/conf/GENERIC.local"
    220  1.16.2.2  nathanw 
    221  1.16.2.2  nathanw 
    222  1.16.2.2  nathanw # Pseudo-Devices
    223  1.16.2.2  nathanw 
    224  1.16.2.2  nathanw # disk/mass storage pseudo-devices
    225  1.16.2.2  nathanw pseudo-device	ccd		4	# concatenated/striped disk devices
    226  1.16.2.2  nathanw pseudo-device	md		1	# memory disk device (ramdisk)
    227  1.16.2.2  nathanw pseudo-device	vnd		4	# disk-like interface to files
    228  1.16.2.2  nathanw 
    229  1.16.2.2  nathanw # network pseudo-devices
    230  1.16.2.2  nathanw #pseudo-device	bpfilter	8	# Berkeley packet filter
    231  1.16.2.2  nathanw #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    232  1.16.2.2  nathanw pseudo-device	loop			# network loopback
    233  1.16.2.2  nathanw pseudo-device	ppp		2	# Point-to-Point Protocol
    234  1.16.2.2  nathanw #pseudo-device	sl		2	# Serial Line IP
    235  1.16.2.2  nathanw #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    236  1.16.2.2  nathanw pseudo-device	tun		2	# network tunneling over tty
    237  1.16.2.2  nathanw 
    238  1.16.2.2  nathanw # miscellaneous pseudo-devices
    239  1.16.2.2  nathanw pseudo-device	pty			# pseudo-terminals
    240  1.16.2.2  nathanw #pseudo-device	tb		1	# tablet line discipline
    241  1.16.2.2  nathanw pseudo-device	clockctl		# user control of clock subsystem
    242  1.16.2.2  nathanw 
    243  1.16.2.2  nathanw # rnd is EXPERIMENTAL at this point.
    244  1.16.2.2  nathanw #pseudo-device	rnd			# /dev/random and in-kernel generator
    245  1.16.2.2  nathanw #options 	RND_COM			# use "com" randomness as well (BROKEN)
    246