1 1.25.2.2 nathanw # $NetBSD: GENERIC,v 1.25.2.2 2002/10/18 02:36:19 nathanw Exp $ 2 1.25.2.2 nathanw # 3 1.25.2.2 nathanw # GENERIC machine description file 4 1.25.2.2 nathanw # 5 1.25.2.2 nathanw # This machine description file is used to generate the default NetBSD 6 1.25.2.2 nathanw # kernel. The generic kernel does not include all options, subsystems 7 1.25.2.2 nathanw # and device drivers, but should be useful for most applications. 8 1.25.2.2 nathanw # 9 1.25.2.2 nathanw # The machine description file can be customised for your specific 10 1.25.2.2 nathanw # machine to reduce the kernel size and improve its performance. 11 1.25.2.2 nathanw # 12 1.25.2.2 nathanw # For further information on compiling NetBSD kernels, see the config(8) 13 1.25.2.2 nathanw # man page. 14 1.25.2.2 nathanw # 15 1.25.2.2 nathanw # For further information on hardware support for this architecture, see 16 1.25.2.2 nathanw # the intro(4) man page. For further information about kernel options 17 1.25.2.2 nathanw # for this architecture, see the options(4) man page. For an explanation 18 1.25.2.2 nathanw # of each device driver in this file see the section 4 man page for the 19 1.25.2.2 nathanw # device. 20 1.25.2.2 nathanw 21 1.25.2.2 nathanw include "arch/dreamcast/conf/std.dreamcast" 22 1.25.2.2 nathanw 23 1.25.2.2 nathanw options INCLUDE_CONFIG_FILE # embed config file in kernel binary 24 1.25.2.2 nathanw 25 1.25.2.2 nathanw maxusers 16 # estimated number of users 26 1.25.2.2 nathanw 27 1.25.2.2 nathanw # Enable the hooks used for initializing the root memory-disk. 28 1.25.2.2 nathanw options MEMORY_DISK_HOOKS 29 1.25.2.2 nathanw options MEMORY_DISK_IS_ROOT # force root on memory disk 30 1.25.2.2 nathanw options MEMORY_DISK_SERVER=0 # no userspace memory disk support 31 1.25.2.2 nathanw options MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks 32 1.25.2.2 nathanw #options MEMORY_DISK_ROOT_SIZE=6000 33 1.25.2.2 nathanw 34 1.25.2.2 nathanw # Standard system options 35 1.25.2.2 nathanw #options UCONSOLE # users can use TIOCCONS (for xconsole) 36 1.25.2.2 nathanw #options INSECURE # disable kernel security levels 37 1.25.2.2 nathanw 38 1.25.2.2 nathanw #options RTC_OFFSET=-540 39 1.25.2.2 nathanw options HZ=100 # clock interrupt generates every 1/HZ sec 40 1.25.2.2 nathanw #options NTP # NTP phase/frequency locked loop 41 1.25.2.2 nathanw 42 1.25.2.2 nathanw #options KTRACE # system call tracing via ktrace(1) 43 1.25.2.2 nathanw 44 1.25.2.2 nathanw options USERCONF # userconf(4) support 45 1.25.2.2 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 46 1.25.2.2 nathanw 47 1.25.2.2 nathanw #options SYSVMSG # System V-like message queues 48 1.25.2.2 nathanw #options SYSVSEM # System V-like semaphores 49 1.25.2.2 nathanw #options SEMMNI=10 # number of semaphore identifiers 50 1.25.2.2 nathanw #options SEMMNS=60 # number of semaphores in system 51 1.25.2.2 nathanw #options SEMUME=10 # max number of undo entries per process 52 1.25.2.2 nathanw #options SEMMNU=30 # number of undo structures in system 53 1.25.2.2 nathanw #options SYSVSHM # System V-like memory sharing 54 1.25.2.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default 55 1.25.2.2 nathanw 56 1.25.2.2 nathanw # Diagnostic/debugging support options 57 1.25.2.2 nathanw #options DIAGNOSTIC # cheap kernel consistency checks 58 1.25.2.2 nathanw #options DEBUG # expensive debugging checks/support 59 1.25.2.2 nathanw #options DDB # in-kernel debugger 60 1.25.2.2 nathanw #options KGDB # remote debugger 61 1.25.2.2 nathanw #options "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600 62 1.25.2.2 nathanw #makeoptions DEBUG="-g" # compile full symbol table 63 1.25.2.2 nathanw #options SYSCALL_DEBUG 64 1.25.2.2 nathanw #options UVMHIST 65 1.25.2.2 nathanw #options UVMHIST_PRINT 66 1.25.2.2 nathanw 67 1.25.2.2 nathanw # Compatibility options 68 1.25.2.2 nathanw options COMPAT_43 # and 4.3BSD 69 1.25.2.2 nathanw 70 1.25.2.2 nathanw # Executable format options 71 1.25.2.2 nathanw options EXEC_COFF # COFF executables 72 1.25.2.2 nathanw options EXEC_ELF32 # 32-bit ELF executables 73 1.25.2.2 nathanw 74 1.25.2.2 nathanw # File systems 75 1.25.2.2 nathanw file-system FFS # UFS 76 1.25.2.2 nathanw file-system MFS # memory file system 77 1.25.2.2 nathanw file-system NFS # Network File System client 78 1.25.2.2 nathanw file-system PROCFS # /proc 79 1.25.2.2 nathanw file-system KERNFS # /kern 80 1.25.2.2 nathanw #file-system NULLFS # loopback file system 81 1.25.2.2 nathanw #file-system UMAPFS # NULLFS + uid and gid remapping 82 1.25.2.2 nathanw file-system CD9660 # CD-ROM file system 83 1.25.2.2 nathanw 84 1.25.2.2 nathanw # File system options 85 1.25.2.2 nathanw #options QUOTA # UFS quotas 86 1.25.2.2 nathanw #options NFSSERVER # Network File System server 87 1.25.2.2 nathanw 88 1.25.2.2 nathanw # Networking options 89 1.25.2.2 nathanw options INET # IP + ICMP + TCP + UDP 90 1.25.2.2 nathanw options NFS_BOOT_DHCP # Support DHCP NFS root 91 1.25.2.2 nathanw 92 1.25.2.2 nathanw #options PCIVERBOSE # verbose PCI device autoconfig messages 93 1.25.2.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space 94 1.25.2.2 nathanw 95 1.25.2.2 nathanw # Kernel root file system and dump configuration. 96 1.25.2.2 nathanw #config netbsd root on ? type nfs 97 1.25.2.2 nathanw #config netbsd root on wd0a type ffs 98 1.25.2.2 nathanw config netbsd root on ? type ? 99 1.25.2.2 nathanw 100 1.25.2.2 nathanw 101 1.25.2.2 nathanw # wscons options 102 1.25.2.2 nathanw options WSEMUL_VT100 # VT100 / VT220 emulation 103 1.25.2.2 nathanw options FONT_BOLD8x16 104 1.25.2.2 nathanw 105 1.25.2.2 nathanw # 106 1.25.2.2 nathanw # Device configuration 107 1.25.2.2 nathanw # 108 1.25.2.2 nathanw 109 1.25.2.2 nathanw mainbus0 at root 110 1.25.2.2 nathanw 111 1.25.2.2 nathanw cpu* at mainbus? 112 1.25.2.2 nathanw shb* at mainbus? 113 1.25.2.2 nathanw 114 1.25.2.2 nathanw # Serial Devices 115 1.25.2.2 nathanw #options SCIFCONSOLE 116 1.25.2.2 nathanw options SCIFCN_SPEED=57600 117 1.25.2.2 nathanw scif0 at shb? 118 1.25.2.2 nathanw 119 1.25.2.2 nathanw pvr0 at shb? 120 1.25.2.2 nathanw wsdisplay* at pvr? console ? 121 1.25.2.2 nathanw 122 1.25.2.2 nathanw maple0 at shb? 123 1.25.2.2 nathanw mkbd* at maple? port ? subunit ? 124 1.25.2.2 nathanw wskbd* at mkbd? console ? 125 1.25.2.2 nathanw 126 1.25.2.2 nathanw gdrom0 at shb? 127 1.25.2.2 nathanw 128 1.25.2.2 nathanw g2bus0 at shb? 129 1.25.2.2 nathanw gapspci* at g2bus? # GAPS PCI bridge 130 1.25.2.2 nathanw pci* at gapspci? 131 1.25.2.2 nathanw rtk* at pci? dev ? function ? # SEGA Broadband Adapter 132 1.25.2.2 nathanw ukphy* at mii? phy ? 133 1.25.2.2 nathanw 134 1.25.2.2 nathanw #pseudo-device cgd 4 # cryptographic disk devices 135 1.25.2.2 nathanw #pseudo-device vnd 4 # disk-like interface to files 136 1.25.2.2 nathanw #pseudo-device bpfilter 8 # Berkeley packet filter 137 1.25.2.2 nathanw #pseudo-device bridge # simple inter-network bridging 138 1.25.2.2 nathanw #pseudo-device ipfilter # IP filter (firewall) and NAT 139 1.25.2.2 nathanw pseudo-device loop # network loopback 140 1.25.2.2 nathanw pseudo-device pty # pseudo-terminals 141 1.25.2.2 nathanw #pseudo-device ppp 2 # Point-to-Point Protocol 142 1.25.2.2 nathanw #pseudo-device pppoe # PPP over Ethernet (RFC 2516) 143 1.25.2.2 nathanw #pseudo-device tun 2 # network tunneling over tty 144 1.25.2.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator 145 1.25.2.2 nathanw pseudo-device md 1 # memory disk device (ramdisk) 146 1.25.2.2 nathanw pseudo-device clockctl # user control of clock subsystem 147