1 1.69 briggs # $NetBSD: GENERIC,v 1.69 1997/11/04 03:44:42 briggs 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.67 mjacob #options SCSIVERBOSE # Verbose SCSI errors 27 1.54 scottr 28 1.54 scottr # Compatibility options 29 1.54 scottr options COMPAT_43 # 4.3BSD system interfaces 30 1.54 scottr options COMPAT_10 # NetBSD 1.0 binary compatibility 31 1.54 scottr options COMPAT_11 # NetBSD 1.1 binary compatibility 32 1.54 scottr options COMPAT_12 # NetBSD 1.2 binary compatibility 33 1.54 scottr options COMPAT_SUNOS # SunOS 4.x binary compatibility 34 1.54 scottr #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 35 1.2 briggs 36 1.65 scottr # File systems 37 1.63 lukem file-system FFS # Berkeley Fast Filesystem 38 1.63 lukem file-system NFS # Sun NFS-compatible filesystem client 39 1.63 lukem file-system KERNFS # kernel data-structure filesystem 40 1.63 lukem file-system NULLFS # NULL layered filesystem 41 1.63 lukem file-system MFS # memory-based filesystem 42 1.63 lukem file-system FDESC # user file descriptor filesystem 43 1.63 lukem file-system UMAPFS # uid/gid remapping filesystem 44 1.63 lukem file-system LFS # Log-based filesystem (still experimental) 45 1.63 lukem file-system PORTAL # portal filesystem (still experimental) 46 1.63 lukem file-system PROCFS # /proc 47 1.63 lukem file-system CD9660 # ISO 9660 + Rock Ridge file system 48 1.63 lukem file-system UNION # union file system 49 1.63 lukem file-system MSDOSFS # MS-DOS FAT filesystem(s). 50 1.55 thorpej 51 1.65 scottr # File system options 52 1.54 scottr options QUOTA # FFS quotas 53 1.54 scottr options NFSSERVER # Sun NFS-compatible filesystem server 54 1.54 scottr options FIFO # POSIX fifo support (in all filesystems) 55 1.7 briggs 56 1.7 briggs # Networking options 57 1.54 scottr options INET # IP stack 58 1.50 scottr options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 59 1.50 scottr options GATEWAY # IP packet forwarding 60 1.54 scottr #options ISO,TPIP # OSI networking 61 1.54 scottr #options EON # OSI tunneling over IP 62 1.54 scottr #options CCITT,LLC,HDLC # X.25 63 1.65 scottr options NETATALK # AppleTalk networking 64 1.54 scottr options PPP_BSDCOMP # PPP header compression 65 1.54 scottr options PPP_DEFLATE # PPP-Deflate compression 66 1.64 lukem options PFIL_HOOKS # pfil(9) packet filter hooks. 67 1.1 briggs 68 1.9 briggs # Mac-specific options 69 1.50 scottr options M68040 70 1.50 scottr options M68030 71 1.50 scottr options M68020 # Must have 68851 PMMU 72 1.50 scottr options FPSP 73 1.50 scottr options FPU_EMULATE 74 1.50 scottr options ZS_CONSOLE_ABORT 75 1.45 scottr options DISABLE_EXT_CACHE # Don't use IIci external cache 76 1.62 scottr options MRG_ADB # Use ROM-based ADB driver 77 1.9 briggs 78 1.55 thorpej config netbsd root on ? type ? 79 1.1 briggs 80 1.56 scottr asc0 at obio? # ASC/EASC audio 81 1.56 scottr intvid0 at obio? # Internal video hardware 82 1.60 briggs sn* at obio? # SONIC-based internal ethernet 83 1.69 briggs mc* at obio? # MACE-based internal ethernet 84 1.36 briggs 85 1.35 briggs nubus0 at mainbus? 86 1.56 scottr ae* at nubus? # 8390-based Ethernet NIC 87 1.60 briggs sn* at nubus? # SONIC-based Ethernet NIC 88 1.56 scottr macvid* at nubus? # NuBus video card 89 1.37 scottr 90 1.37 scottr # Attach grf semantics to all video hardware as it is found 91 1.37 scottr grf* at intvid? 92 1.37 scottr grf* at macvid? 93 1.38 scottr 94 1.38 scottr # Attach ite semantics to the appropriate grf device 95 1.38 scottr ite0 at grf? 96 1.35 briggs 97 1.50 scottr # Use only one of ncrscsi or sbc 98 1.56 scottr ncrscsi0 at obio? # SCSI NCR 5380 99 1.56 scottr #sbc0 at obio? flags 0x1 # MI SCSI NCR 5380 100 1.50 scottr 101 1.56 scottr esp0 at obio? # SCSI NCR 53C9x 102 1.56 scottr esp1 at obio? # SCSI NCR 53C9x 103 1.1 briggs 104 1.6 briggs scsibus* at scsi? 105 1.56 scottr sd* at scsibus? target ? lun ? # SCSI disk drives 106 1.56 scottr st* at scsibus? target ? lun ? # SCSI tape drives 107 1.56 scottr cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 108 1.56 scottr ch* at scsibus? target ? lun ? # SCSI autochangers 109 1.61 scottr se* at scsibus? target ? lun ? # SCSI ethernet 110 1.56 scottr ss* at scsibus? target ? lun ? # SCSI scanners 111 1.56 scottr uk* at scsibus? target ? lun ? # SCSI unknown 112 1.1 briggs 113 1.17 briggs pseudo-device pty 16 114 1.29 briggs pseudo-device bpfilter 12 115 1.30 briggs pseudo-device vnd 2 116 1.51 mikel pseudo-device ccd 2 117 1.57 scottr pseudo-device md 1 118 1.31 briggs pseudo-device ppp 2 119 1.26 briggs pseudo-device loop 120 1.26 briggs pseudo-device sl 121 1.68 scottr pseudo-device ipfilter 122 1.68 scottr #pseudo-device rnd # /dev/random and in-kernel generator 123