1 1.51 mikel # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ 2 1.21 cgd # 3 1.8 briggs # GENERIC 4 1.1 briggs 5 1.43 scottr include "arch/mac68k/conf/std.mac68k" 6 1.2 briggs 7 1.2 briggs maxusers 16 8 1.2 briggs 9 1.2 briggs # Standard system options 10 1.50 scottr options DIAGNOSTIC # DEBUG for extra kernel debugging 11 1.50 scottr options KTRACE # system call tracing support 12 1.50 scottr #options KGDB # support for kernel gdb 13 1.50 scottr #options GDB # support for normal gdb 14 1.50 scottr #options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate 15 1.2 briggs 16 1.2 briggs # Filesystem options 17 1.50 scottr options FIFO # POSIX fifo support (in all filesystems) 18 1.50 scottr options DDB 19 1.50 scottr options FFS 20 1.50 scottr options QUOTA # fast filesystem with user and group quotas 21 1.50 scottr options MFS # memory-based filesystem 22 1.50 scottr #options NFSSERVER # Sun NFS-compatible filesystem 23 1.50 scottr options NFSCLIENT # Sun NFS-compatible filesystem 24 1.50 scottr options NULLFS # Null (formerly loop-back) filesystem 25 1.50 scottr options CD9660 # ISO-9660 w/ RockRidge 26 1.50 scottr options KERNFS # kernel data-structure filesystem 27 1.50 scottr options FDESC # user file descriptor filesystem 28 1.50 scottr #options UMAPFS # uid/gid remapping filesystem 29 1.50 scottr #options LFS # Log-based filesystem (still experimental) 30 1.50 scottr #options PORTAL # portal filesystem (still experimental) 31 1.50 scottr options PROCFS # Process filesystem 32 1.2 briggs 33 1.50 scottr options SCSI 34 1.50 scottr #options SCSIDEBUG 35 1.7 briggs 36 1.7 briggs # Networking options 37 1.50 scottr options INET 38 1.50 scottr options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 39 1.50 scottr options GATEWAY # IP packet forwarding 40 1.50 scottr #options ISO # OSI networking 41 1.50 scottr #options TPIP 42 1.50 scottr #options EON 43 1.50 scottr options COMPAT_42 44 1.50 scottr options COMPAT_43 45 1.50 scottr options NS 46 1.50 scottr options MAPMEM 47 1.50 scottr options SYSVSHM,SYSVSEM,SYSVMSG 48 1.50 scottr options PPP_BSDCOMP,PPP_DEFLATE 49 1.1 briggs 50 1.9 briggs # Mac-specific options 51 1.50 scottr options M68040 52 1.50 scottr options M68030 53 1.50 scottr options M68020 # Must have 68851 PMMU 54 1.50 scottr options FPSP 55 1.50 scottr options FPU_EMULATE 56 1.50 scottr options COMPAT_NOMID 57 1.50 scottr options COMPAT_SUNOS 58 1.50 scottr options COMPAT_09 59 1.50 scottr options COMPAT_10 60 1.39 mrg options COMPAT_11 61 1.39 mrg options COMPAT_12 62 1.40 thorpej #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 63 1.50 scottr options ZS_CONSOLE_ABORT 64 1.45 scottr options DISABLE_EXT_CACHE # Don't use IIci external cache 65 1.9 briggs 66 1.6 briggs config netbsd swap generic 67 1.1 briggs 68 1.37 scottr intvid0 at obio? # Internal video hardware 69 1.36 briggs 70 1.35 briggs nubus0 at mainbus? 71 1.5 briggs 72 1.35 briggs ae* at nubus? 73 1.37 scottr macvid* at nubus? 74 1.37 scottr 75 1.37 scottr # Attach grf semantics to all video hardware as it is found 76 1.37 scottr grf* at intvid? 77 1.37 scottr grf* at macvid? 78 1.38 scottr 79 1.38 scottr # Attach ite semantics to the appropriate grf device 80 1.38 scottr ite0 at grf? 81 1.35 briggs 82 1.50 scottr # Use only one of ncrscsi or sbc 83 1.35 briggs ncrscsi0 at obio? # SCSI NCR 5380 84 1.50 scottr #sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller 85 1.50 scottr 86 1.50 scottr esp0 at obio? # SCSI NCR 53C9x 87 1.50 scottr esp1 at obio? # SCSI NCR 53C9x 88 1.1 briggs 89 1.6 briggs scsibus* at scsi? 90 1.41 scottr sd* at scsibus? target ? lun ? # SCSI disk drives 91 1.41 scottr st* at scsibus? target ? lun ? # SCSI tape drives 92 1.41 scottr cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 93 1.41 scottr ch* at scsibus? target ? lun ? # SCSI autochangers 94 1.41 scottr ss* at scsibus? target ? lun ? # SCSI scanners 95 1.41 scottr uk* at scsibus? target ? lun ? # SCSI unknown 96 1.1 briggs 97 1.17 briggs pseudo-device pty 16 98 1.29 briggs pseudo-device bpfilter 12 99 1.30 briggs pseudo-device vnd 2 100 1.51 mikel pseudo-device ccd 2 101 1.31 briggs pseudo-device ppp 2 102 1.26 briggs pseudo-device loop 103 1.26 briggs pseudo-device sl 104 1.52 scottr #pseudo-device ipfilter 105