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