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