Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2.2.2
      1  1.2.2.2  bouyer #	$NetBSD: GENERIC,v 1.2.2.2 2001/01/08 14:56:16 bouyer Exp $
      2  1.2.2.2  bouyer #
      3  1.2.2.2  bouyer #	GENERIC -- everything that's currently supported
      4  1.2.2.2  bouyer #
      5  1.2.2.2  bouyer 
      6  1.2.2.2  bouyer include "arch/dreamcast/conf/std.dreamcast"
      7  1.2.2.2  bouyer 
      8  1.2.2.2  bouyer # Enable the hooks used for initializing the root memory-disk.
      9  1.2.2.2  bouyer options 	MEMORY_DISK_HOOKS
     10  1.2.2.2  bouyer options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     11  1.2.2.2  bouyer options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     12  1.2.2.2  bouyer options 	MINIROOTSIZE=2880	# size of memory disk, in blocks
     13  1.2.2.2  bouyer 
     14  1.2.2.2  bouyer options 	DONT_INIT_BSC
     15  1.2.2.2  bouyer 
     16  1.2.2.2  bouyer maxusers	16		# estimated number of users
     17  1.2.2.2  bouyer 
     18  1.2.2.2  bouyer # CPU support
     19  1.2.2.2  bouyer options 	SH7750
     20  1.2.2.2  bouyer options		SH4
     21  1.2.2.2  bouyer # options		SH4_PCMCIA
     22  1.2.2.2  bouyer options 	EVBSH4
     23  1.2.2.2  bouyer options 	MMEYE
     24  1.2.2.2  bouyer options		PCLOCK=50000000		# 50MHz
     25  1.2.2.2  bouyer options		IOM_ROM_BEGIN=0x00000000
     26  1.2.2.2  bouyer options		IOM_ROM_SIZE=0x00100000	#  1MB
     27  1.2.2.2  bouyer options		IOM_RAM_BEGIN=0x8c000000
     28  1.2.2.2  bouyer options		IOM_RAM_SIZE=0x01000000	# 16MB
     29  1.2.2.2  bouyer options		INITTODR_ALWAYS_USE_RTC
     30  1.2.2.2  bouyer options		BRAINS
     31  1.2.2.2  bouyer options		USE_RTCCLK
     32  1.2.2.2  bouyer options		SYNC_CLOCK_TO_RTC
     33  1.2.2.2  bouyer 
     34  1.2.2.2  bouyer options		LED_ADDR=0xa8000000
     35  1.2.2.2  bouyer 
     36  1.2.2.2  bouyer # Standard system options
     37  1.2.2.2  bouyer #options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     38  1.2.2.2  bouyer #options 	INSECURE	# disable kernel security levels
     39  1.2.2.2  bouyer 
     40  1.2.2.2  bouyer #options		RTC_OFFSET=-540
     41  1.2.2.2  bouyer options 	HZ=64		# clock interrupt generates every 1/HZ sec
     42  1.2.2.2  bouyer #options 	NTP		# NTP phase/frequency locked loop
     43  1.2.2.2  bouyer 
     44  1.2.2.2  bouyer #options 	KTRACE		# system call tracing via ktrace(1)
     45  1.2.2.2  bouyer 
     46  1.2.2.2  bouyer #options 	SYSVMSG		# System V-like message queues
     47  1.2.2.2  bouyer #options 	SYSVSEM		# System V-like semaphores
     48  1.2.2.2  bouyer #options 	SYSVSHM		# System V-like memory sharing
     49  1.2.2.2  bouyer #options 	SHMMAXPGS=1024	# 1024 pages is the default
     50  1.2.2.2  bouyer 
     51  1.2.2.2  bouyer # Diagnostic/debugging support options
     52  1.2.2.2  bouyer #options 	DIAGNOSTIC	# cheap kernel consistency checks
     53  1.2.2.2  bouyer #options 	DEBUG		# expensive debugging checks/support
     54  1.2.2.2  bouyer #options 	DDB		# in-kernel debugger
     55  1.2.2.2  bouyer #makeoptions	DEBUG="-g"	# compile full symbol table
     56  1.2.2.2  bouyer #options 	SYSCALL_DEBUG
     57  1.2.2.2  bouyer #options 	UVMHIST
     58  1.2.2.2  bouyer #options	UVMHIST_PRINT
     59  1.2.2.2  bouyer 
     60  1.2.2.2  bouyer # Compatibility options
     61  1.2.2.2  bouyer options 	COMPAT_13	# NetBSD 1.3
     62  1.2.2.2  bouyer options 	COMPAT_14	# NetBSD 1.4,
     63  1.2.2.2  bouyer options 	COMPAT_43	# and 4.3BSD
     64  1.2.2.2  bouyer 
     65  1.2.2.2  bouyer # Executable format options
     66  1.2.2.2  bouyer options 	EXEC_COFF	# COFF executables
     67  1.2.2.2  bouyer options 	EXEC_ELF32	# 32-bit ELF executables
     68  1.2.2.2  bouyer 
     69  1.2.2.2  bouyer # File systems
     70  1.2.2.2  bouyer file-system 	FFS		# UFS
     71  1.2.2.2  bouyer file-system 	MFS		# memory file system
     72  1.2.2.2  bouyer #file-system 	NFS		# Network File System client
     73  1.2.2.2  bouyer file-system 	PROCFS		# /proc
     74  1.2.2.2  bouyer file-system 	KERNFS		# /kern
     75  1.2.2.2  bouyer #file-system 	NULLFS		# loopback file system
     76  1.2.2.2  bouyer #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     77  1.2.2.2  bouyer 
     78  1.2.2.2  bouyer # File system options
     79  1.2.2.2  bouyer #options 	QUOTA		# UFS quotas
     80  1.2.2.2  bouyer #options 	NFSSERVER	# Network File System server
     81  1.2.2.2  bouyer 
     82  1.2.2.2  bouyer # Networking options
     83  1.2.2.2  bouyer options 	INET		# IP + ICMP + TCP + UDP
     84  1.2.2.2  bouyer #options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     85  1.2.2.2  bouyer 
     86  1.2.2.2  bouyer #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     87  1.2.2.2  bouyer #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     88  1.2.2.2  bouyer #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     89  1.2.2.2  bouyer 
     90  1.2.2.2  bouyer # Kernel root file system and dump configuration.
     91  1.2.2.2  bouyer #config		netbsd	root on ? type nfs
     92  1.2.2.2  bouyer #config		netbsd	root on wd0a type ffs
     93  1.2.2.2  bouyer config		netbsd	root on ? type ffs
     94  1.2.2.2  bouyer 
     95  1.2.2.2  bouyer #
     96  1.2.2.2  bouyer # Device configuration
     97  1.2.2.2  bouyer #
     98  1.2.2.2  bouyer 
     99  1.2.2.2  bouyer mainbus0 at root
    100  1.2.2.2  bouyer 
    101  1.2.2.2  bouyer shb*	at mainbus?
    102  1.2.2.2  bouyer 
    103  1.2.2.2  bouyer # Serial Devices
    104  1.2.2.2  bouyer 
    105  1.2.2.2  bouyer options	SCIFCN_SPEED=57600
    106  1.2.2.2  bouyer scif0 at shb? port 0xffe80000 irq 12
    107  1.2.2.2  bouyer 
    108  1.2.2.2  bouyer # SH PCMCIA controllers
    109  1.2.2.2  bouyer #shpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
    110  1.2.2.2  bouyer #shpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
    111  1.2.2.2  bouyer 
    112  1.2.2.2  bouyer # PCMCIA bus support
    113  1.2.2.2  bouyer #pcmcia*	at shpcic? controller ? socket ?
    114  1.2.2.2  bouyer 
    115  1.2.2.2  bouyer #com*	at pcmcia? function ?		# Modems and serial cards
    116  1.2.2.2  bouyer #wdc*	at pcmcia? function ?
    117  1.2.2.2  bouyer #wd*	at wdc? drive ?			# the drives themselves
    118  1.2.2.2  bouyer 
    119  1.2.2.2  bouyer #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    120  1.2.2.2  bouyer #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    121  1.2.2.2  bouyer #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    122  1.2.2.2  bouyer #sm*	at pcmcia? function ?		# Megahertz Ethernet
    123  1.2.2.2  bouyer 
    124  1.2.2.2  bouyer #pseudo-device	vnd		4	# disk-like interface to files
    125  1.2.2.2  bouyer #pseudo-device	bpfilter	8	# Berkeley packet filter
    126  1.2.2.2  bouyer #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    127  1.2.2.2  bouyer pseudo-device	loop			# network loopback
    128  1.2.2.2  bouyer pseudo-device	pty			# pseudo-terminals
    129  1.2.2.2  bouyer #pseudo-device	ppp		2	# Point-to-Point Protocol
    130  1.2.2.2  bouyer #pseudo-device	tun		2	# network tunneling over tty
    131  1.2.2.2  bouyer 
    132  1.2.2.2  bouyer # Enable the hooks used for initializing the root memory-disk.
    133  1.2.2.2  bouyer #options 	MEMORY_DISK_HOOKS
    134  1.2.2.2  bouyer #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
    135  1.2.2.2  bouyer #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
    136  1.2.2.2  bouyer #options 	MINIROOTSIZE=3074	# size of memory disk, in blocks
    137  1.2.2.2  bouyer 
    138  1.2.2.2  bouyer pseudo-device	md		1	# memory disk device (ramdisk)
    139