GENERICSBC revision 1.1
11.1Stoddpw# $NetBSD: GENERICSBC,v 1.1 2000/12/07 10:57:17 toddpw Exp $ 21.1Stoddpw# 31.1Stoddpw# GENERIC 41.1Stoddpw 51.1Stoddpwinclude "arch/mac68k/conf/std.mac68k" 61.1Stoddpw 71.1Stoddpw#ident "GENERIC-$Revision: 1.1 $" 81.1Stoddpw 91.1Stoddpwmaxusers 16 # estimated number of users 101.1Stoddpw 111.1Stoddpw# CPU support. At least one is REQUIRED. 121.1Stoddpwoptions M68040 131.1Stoddpwoptions M68030 141.1Stoddpwoptions M68020 # Note: must have 68851 PMMU 151.1Stoddpw 161.1Stoddpw# CPU-related options. 171.1Stoddpwoptions FPSP 181.1Stoddpwoptions FPU_EMULATE 191.1Stoddpw 201.1Stoddpw# Standard system options 211.1Stoddpw 221.1Stoddpwoptions UCONSOLE # users can use TIOCCONS (for xconsole) 231.1Stoddpwoptions INSECURE # disable kernel security levels 241.1Stoddpw 251.1Stoddpwoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 261.1Stoddpw#options NTP # NTP phase/frequency locked loop 271.1Stoddpw 281.1Stoddpwoptions KTRACE # system call tracing via ktrace(1) 291.1Stoddpw 301.1Stoddpwoptions SYSVMSG # System V-like message queues 311.1Stoddpwoptions SYSVSEM # System V-like semaphores 321.1Stoddpwoptions SYSVSHM # System V-like memory sharing 331.1Stoddpw#options SHMMAXPGS=1024 # 1024 pages is the default 341.1Stoddpw 351.1Stoddpwoptions LKM # loadable kernel modules 361.1Stoddpw 371.1Stoddpw# Diagnostic/debugging support options 381.1Stoddpwoptions DIAGNOSTIC # cheap kernel consistency checks 391.1Stoddpw#options DEBUG # expensive debugging checks/support 401.1Stoddpwoptions KMEMSTATS # kernel memory statistics (vmstat -m) 411.1Stoddpwoptions DDB # in-kernel debugger 421.1Stoddpw#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 431.1Stoddpw#options KGDB # remote debugger 441.1Stoddpw#options KGDBDEV=0xc01 # kgdb device number (dev_t) 451.1Stoddpw#options KGDBRATE=38400 # baud rate 461.1Stoddpw#makeoptions DEBUG="-g" # compile full symbol table 471.1Stoddpw 481.1Stoddpw# Compatibility options 491.1Stoddpw#options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 501.1Stoddpw#options COMPAT_09 # NetBSD 0.9, 511.1Stoddpwoptions COMPAT_10 # NetBSD 1.0, 521.1Stoddpwoptions COMPAT_11 # NetBSD 1.1, 531.1Stoddpwoptions COMPAT_12 # NetBSD 1.2, 541.1Stoddpwoptions COMPAT_13 # NetBSD 1.3, 551.1Stoddpwoptions COMPAT_14 # NetBSD 1.4, 561.1Stoddpwoptions COMPAT_43 # and 4.3BSD 571.1Stoddpw 581.1Stoddpwoptions COMPAT_SUNOS # compatibility with SunOS 4.x binaries 591.1Stoddpw#options COMPAT_SVR4 # compatibility with SVR4 binaries 601.1Stoddpw#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 611.1Stoddpw#options COMPAT_LINUX # compatibility with Linux/m68k binaries 621.1Stoddpw#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 631.1Stoddpw 641.1Stoddpw# File systems 651.1Stoddpwfile-system FFS # UFS 661.1Stoddpwfile-system EXT2FS # second extended file system (linux) 671.1Stoddpwfile-system LFS # log-structured file system 681.1Stoddpwfile-system MFS # memory file system 691.1Stoddpwfile-system NFS # Network File System client 701.1Stoddpwfile-system CD9660 # ISO 9660 + Rock Ridge file system 711.1Stoddpwfile-system MSDOSFS # MS-DOS file system 721.1Stoddpwfile-system FDESC # /dev/fd 731.1Stoddpwfile-system KERNFS # /kern 741.1Stoddpwfile-system NULLFS # loopback file system 751.1Stoddpwfile-system OVERLAY # overlay file system 761.1Stoddpwfile-system PORTAL # portal filesystem (still experimental) 771.1Stoddpwfile-system PROCFS # /proc 781.1Stoddpwfile-system UMAPFS # NULLFS + uid and gid remapping 791.1Stoddpwfile-system UNION # union file system 801.1Stoddpwfile-system CODA # Venus/Coda distributed file system 811.1Stoddpw 821.1Stoddpw# File system options 831.1Stoddpwoptions QUOTA # UFS quotas 841.1Stoddpw#options FFS_EI # FFS Endian Independant support 851.1Stoddpwoptions SOFTDEP # FFS soft updates support. 861.1Stoddpwoptions NFSSERVER # Network File System server 871.1Stoddpw#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 881.1Stoddpw # immutable) behave as system flags. 891.1Stoddpw 901.1Stoddpw# Networking options 911.1Stoddpwoptions GATEWAY # packet forwarding 921.1Stoddpwoptions INET # IP + ICMP + TCP + UDP 931.1Stoddpwoptions INET6 # IPV6 941.1Stoddpw#options IPSEC # IP security 951.1Stoddpw#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 961.1Stoddpw#options IPSEC_DEBUG # debug for IP security 971.1Stoddpw#options MROUTING # IP multicast routing 981.1Stoddpwoptions NS # XNS 991.1Stoddpw#options NSIP # XNS tunneling over IP 1001.1Stoddpwoptions ISO,TPIP # OSI 1011.1Stoddpw#options EON # OSI tunneling over IP 1021.1Stoddpwoptions CCITT,LLC,HDLC # X.25 1031.1Stoddpwoptions NETATALK # AppleTalk networking protocols 1041.1Stoddpwoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1051.1Stoddpwoptions PPP_DEFLATE # Deflate compression support for PPP 1061.1Stoddpwoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1071.1Stoddpwoptions PFIL_HOOKS # pfil(9) packet filter hooks 1081.1Stoddpw 1091.1Stoddpw# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1101.1Stoddpw#options TCP_COMPAT_42 1111.1Stoddpw 1121.1Stoddpw# These options enable verbose messages for several subsystems. 1131.1Stoddpw# Warning, these may compile large string tables into the kernel! 1141.1Stoddpwoptions SCSIVERBOSE # human readable SCSI error messages 1151.1Stoddpw 1161.1Stoddpw# wscons options 1171.1Stoddpw#options WSEMUL_SUN # sun terminal emulation 1181.1Stoddpwoptions WSEMUL_VT100 # VT100 / VT220 emulation 1191.1Stoddpwoptions WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10) 1201.1Stoddpw 1211.1Stoddpw# rcons options; note that 1-bit and 8-bit displays are supported by default. 1221.1Stoddpwoptions RCONS_2BPP # Support for 2-bit display 1231.1Stoddpwoptions RCONS_4BPP # Support for 4-bit display 1241.1Stoddpwoptions RCONS_16BPP # Support for 16-bit display 1251.1Stoddpw 1261.1Stoddpw# Mac-specific options 1271.1Stoddpw#options ALTXBUTTONS # Map Opt-{1,2,3} to mouse buttons 1281.1Stoddpw#options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache 1291.1Stoddpwoptions GRF_COMPAT # Include grf compatibility code 1301.1Stoddpw#options MRG_ADB # Use ROM-based ADB driver 1311.1Stoddpwoptions ZS_CONSOLE_ABORT 1321.1Stoddpw 1331.1Stoddpwoptions NFS_BOOT_DHCP 1341.1Stoddpw 1351.1Stoddpw# Kernel root file system and dump configuration. 1361.1Stoddpwconfig netbsd root on ? type ? 1371.1Stoddpw 1381.1Stoddpw# 1391.1Stoddpw# Device configuration 1401.1Stoddpw# 1411.1Stoddpw 1421.1Stoddpwmainbus0 at root 1431.1Stoddpw 1441.1Stoddpwfpu0 at mainbus? # Floating-Point Coprocessor support 1451.1Stoddpw 1461.1Stoddpw 1471.1Stoddpw# Basic Bus Support 1481.1Stoddpw 1491.1Stoddpw# On-board I/O bus support 1501.1Stoddpwobio0 at mainbus? 1511.1Stoddpw 1521.1Stoddpw# NuBus support 1531.1Stoddpwnubus0 at mainbus? 1541.1Stoddpw 1551.1Stoddpw 1561.1Stoddpw# Console Devices 1571.1Stoddpw 1581.1Stoddpw# Apple Desktop Bus interface 1591.1Stoddpwadb0 at obio? 1601.1Stoddpwaed* at adb? # ADB event device 1611.1Stoddpwakbd* at adb? # ADB keyboard 1621.1Stoddpwams* at adb? # ADB mouse 1631.1Stoddpw 1641.1Stoddpw# Basic frame buffer support 1651.1Stoddpwintvid0 at obio? # Internal video hardware 1661.1Stoddpwmacvid* at nubus? # NuBus video card 1671.1Stoddpw 1681.1Stoddpw# Device-independent frame buffer interface 1691.1Stoddpwmacfb* at intvid? 1701.1Stoddpwmacfb* at macvid? 1711.1Stoddpw 1721.1Stoddpw# Workstation Console devices 1731.1Stoddpwwsdisplay* at macfb? console ? 1741.1Stoddpwwskbd* at akbd? console ? 1751.1Stoddpwwsmouse* at ams? 1761.1Stoddpw 1771.1Stoddpw 1781.1Stoddpw# Serial Devices 1791.1Stoddpw 1801.1Stoddpw# On-board serial interface 1811.1Stoddpwzsc0 at obio? 1821.1Stoddpwzstty* at zsc? channel ? 1831.1Stoddpw 1841.1Stoddpw 1851.1Stoddpw# SCSI Controllers and Devices 1861.1Stoddpw 1871.1Stoddpw# SCSI controllers 1881.1Stoddpw# XXX - use only one of ncrscsi or sbc 1891.1Stoddpw#ncrscsi0 at obio? # SCSI NCR 5380 1901.1Stoddpwsbc0 at obio? flags 0x1 # MI SCSI NCR 5380 1911.1Stoddpwesp0 at obio? # SCSI NCR 53C9x 1921.1Stoddpwesp1 at obio? # SCSI NCR 53C9x 1931.1Stoddpw 1941.1Stoddpw# SCSI bus support 1951.1Stoddpwscsibus* at scsi? 1961.1Stoddpw 1971.1Stoddpw# SCSI devices 1981.1Stoddpwsd* at scsibus? target ? lun ? # SCSI disk drives 1991.1Stoddpwst* at scsibus? target ? lun ? # SCSI tape drives 2001.1Stoddpwcd* at scsibus? target ? lun ? # SCSI CD-ROM drives 2011.1Stoddpwch* at scsibus? target ? lun ? # SCSI autochangers 2021.1Stoddpwse* at scsibus? target ? lun ? # SCSI ethernet 2031.1Stoddpwss* at scsibus? target ? lun ? # SCSI scanners 2041.1Stoddpwuk* at scsibus? target ? lun ? # SCSI unknown 2051.1Stoddpw 2061.1Stoddpw 2071.1Stoddpw# Miscellaneous mass storage devices 2081.1Stoddpw 2091.1Stoddpw# IWM floppy disk controller 2101.1Stoddpwiwm0 at obio? # Sony driver (800K GCR) 2111.1Stoddpwfd* at iwm? drive ? 2121.1Stoddpw 2131.1Stoddpw 2141.1Stoddpw# Network Interfaces 2151.1Stoddpw 2161.1Stoddpw# On-board Ethernet controllers 2171.1Stoddpwsn* at obio? # SONIC-based (DP83932, DP83916) 2181.1Stoddpwmc* at obio? # MACE-based 2191.1Stoddpw 2201.1Stoddpw# NuBus Ethernet controllers 2211.1Stoddpwae* at nubus? # DP8390-based 2221.1Stoddpwsn* at nubus? # SONIC-based (DP83932, DP83916) 2231.1Stoddpwsm* at nubus? # SMC 91cxx-based 2241.1Stoddpw 2251.1Stoddpwnsphy* at mii? phy ? 2261.1Stoddpwukphy* at mii? phy ? 2271.1Stoddpw 2281.1Stoddpw# Audio Devices 2291.1Stoddpw 2301.1Stoddpw# On-board audio hardware 2311.1Stoddpwasc0 at obio? # ASC/EASC audio 2321.1Stoddpw 2331.1Stoddpw# Pseudo-Devices 2341.1Stoddpw 2351.1Stoddpw# disk/mass storage pseudo-devices 2361.1Stoddpwpseudo-device ccd 4 # concatenated/striped disk devices 2371.1Stoddpw#pseudo-device raid 4 # RAIDframe disk driver 2381.1Stoddpw#options RAID_AUTOCONFIG # auto-configuration of RAID components 2391.1Stoddpwpseudo-device md 1 # memory disk device (ramdisk) 2401.1Stoddpwpseudo-device vcoda 1 # Venus/Coda distributed file system 2411.1Stoddpwpseudo-device vnd 4 # disk-like interface to files 2421.1Stoddpw 2431.1Stoddpw# network pseudo-devices 2441.1Stoddpwpseudo-device bpfilter 12 # Berkeley packet filter 2451.1Stoddpwpseudo-device ipfilter # IP filter (firewall) and NAT 2461.1Stoddpwpseudo-device loop # network loopback 2471.1Stoddpwpseudo-device ppp 2 # Point-to-Point Protocol 2481.1Stoddpwpseudo-device sl 2 # Serial Line IP 2491.1Stoddpw#pseudo-device strip 2 # Starmode Radio IP (Metricom) 2501.1Stoddpwpseudo-device tun 2 # network tunneling over tty 2511.1Stoddpw#pseudo-device gre 2 # generic L3 over IP tunnel 2521.1Stoddpwpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2531.1Stoddpw#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2541.1Stoddpw#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 2551.1Stoddpw 2561.1Stoddpw# miscellaneous pseudo-devices 2571.1Stoddpwpseudo-device grf 2 # grf emulation for wscons 2581.1Stoddpwpseudo-device ite 1 # ite emulation for wscons 2591.1Stoddpwpseudo-device pty # pseudo-terminals 2601.1Stoddpw#pseudo-device tb 1 # tablet line discipline 2611.1Stoddpw 2621.1Stoddpw# random number generator pseudo-device 2631.1Stoddpwpseudo-device rnd # /dev/random and in-kernel generator 2641.1Stoddpw#options RND_COM # use "com" randomness as well (BROKEN) 265