1 1.57 scottr # $NetBSD: GENERIC,v 1.57 1997/02/14 06:23:14 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.54 scottr options KTRACE # system call tracing 11 1.54 scottr options SYSVMSG # System V message queues 12 1.54 scottr options SYSVSEM # System V semaphores 13 1.54 scottr options SYSVSHM # System V shared memory 14 1.54 scottr #options SHMMAXPGS=1024 # 1024 pages is the default 15 1.54 scottr options LKM # loadable kernel modules 16 1.54 scottr #options INSECURE # disable kernel security level 17 1.54 scottr options UCONSOLE # allow anyone to steal the virtual console 18 1.54 scottr 19 1.54 scottr # Debugging options 20 1.54 scottr options DDB # kernel dynamic debugger 21 1.54 scottr #options DEBUG # kernel debugging code 22 1.54 scottr options DIAGNOSTIC # extra kernel sanity checking 23 1.53 scottr #options KGDB # support for kernel gdb 24 1.54 scottr #options KGDBDEV=0xc01 # kgdb device number (dev_t) 25 1.54 scottr #options KGDBRATE=38400 # baud rate 26 1.54 scottr 27 1.54 scottr # Compatibility options 28 1.54 scottr options COMPAT_43 # 4.3BSD system interfaces 29 1.54 scottr options COMPAT_10 # NetBSD 1.0 binary compatibility 30 1.54 scottr options COMPAT_11 # NetBSD 1.1 binary compatibility 31 1.54 scottr options COMPAT_12 # NetBSD 1.2 binary compatibility 32 1.54 scottr options COMPAT_SUNOS # SunOS 4.x binary compatibility 33 1.54 scottr #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 34 1.2 briggs 35 1.2 briggs # Filesystem options 36 1.55 thorpej file-system FFS # Berkeley Fast Filesystem 37 1.55 thorpej file-system NFS # Sun NFS-compatible filesystem client 38 1.55 thorpej file-system KERNFS # kernel data-structure filesystem 39 1.55 thorpej file-system NULLFS # NULL layered filesystem 40 1.55 thorpej file-system MFS # memory-based filesystem 41 1.55 thorpej file-system FDESC # user file descriptor filesystem 42 1.55 thorpej file-system UMAPFS # uid/gid remapping filesystem 43 1.55 thorpej file-system LFS # Log-based filesystem (still experimental) 44 1.55 thorpej file-system PORTAL # portal filesystem (still experimental) 45 1.55 thorpej file-system PROCFS # /proc 46 1.55 thorpej file-system CD9660 # ISO 9660 + Rock Ridge file system 47 1.55 thorpej file-system UNION # union file system 48 1.55 thorpej file-system MSDOSFS # MS-DOS FAT filesystem(s). 49 1.55 thorpej 50 1.55 thorpej # Filesystem options 51 1.54 scottr options QUOTA # FFS quotas 52 1.54 scottr options NFSSERVER # Sun NFS-compatible filesystem server 53 1.54 scottr options FIFO # POSIX fifo support (in all filesystems) 54 1.7 briggs 55 1.7 briggs # Networking options 56 1.54 scottr options INET # IP stack 57 1.50 scottr options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 58 1.50 scottr options GATEWAY # IP packet forwarding 59 1.54 scottr #options ISO,TPIP # OSI networking 60 1.54 scottr #options EON # OSI tunneling over IP 61 1.54 scottr #options CCITT,LLC,HDLC # X.25 62 1.54 scottr options PPP_BSDCOMP # PPP header compression 63 1.54 scottr options PPP_DEFLATE # PPP-Deflate compression 64 1.56 scottr options PFIL_HOOKS # pfil(9) packet filter hooks. 65 1.1 briggs 66 1.9 briggs # Mac-specific options 67 1.50 scottr options M68040 68 1.50 scottr options M68030 69 1.50 scottr options M68020 # Must have 68851 PMMU 70 1.50 scottr options FPSP 71 1.50 scottr options FPU_EMULATE 72 1.50 scottr options ZS_CONSOLE_ABORT 73 1.45 scottr options DISABLE_EXT_CACHE # Don't use IIci external cache 74 1.9 briggs 75 1.55 thorpej config netbsd root on ? type ? 76 1.1 briggs 77 1.56 scottr asc0 at obio? # ASC/EASC audio 78 1.56 scottr intvid0 at obio? # Internal video hardware 79 1.36 briggs 80 1.35 briggs nubus0 at mainbus? 81 1.56 scottr ae* at nubus? # 8390-based Ethernet NIC 82 1.56 scottr macvid* at nubus? # NuBus video card 83 1.37 scottr 84 1.37 scottr # Attach grf semantics to all video hardware as it is found 85 1.37 scottr grf* at intvid? 86 1.37 scottr grf* at macvid? 87 1.38 scottr 88 1.38 scottr # Attach ite semantics to the appropriate grf device 89 1.38 scottr ite0 at grf? 90 1.35 briggs 91 1.50 scottr # Use only one of ncrscsi or sbc 92 1.56 scottr ncrscsi0 at obio? # SCSI NCR 5380 93 1.56 scottr #sbc0 at obio? flags 0x1 # MI SCSI NCR 5380 94 1.50 scottr 95 1.56 scottr esp0 at obio? # SCSI NCR 53C9x 96 1.56 scottr esp1 at obio? # SCSI NCR 53C9x 97 1.1 briggs 98 1.6 briggs scsibus* at scsi? 99 1.56 scottr sd* at scsibus? target ? lun ? # SCSI disk drives 100 1.56 scottr st* at scsibus? target ? lun ? # SCSI tape drives 101 1.56 scottr cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 102 1.56 scottr ch* at scsibus? target ? lun ? # SCSI autochangers 103 1.56 scottr ss* at scsibus? target ? lun ? # SCSI scanners 104 1.56 scottr uk* at scsibus? target ? lun ? # SCSI unknown 105 1.1 briggs 106 1.17 briggs pseudo-device pty 16 107 1.29 briggs pseudo-device bpfilter 12 108 1.30 briggs pseudo-device vnd 2 109 1.51 mikel pseudo-device ccd 2 110 1.57 scottr pseudo-device md 1 111 1.31 briggs pseudo-device ppp 2 112 1.26 briggs pseudo-device loop 113 1.26 briggs pseudo-device sl 114 1.52 scottr #pseudo-device ipfilter 115