# $NetBSD: GENERIC,v 1.5 2000/06/14 22:02:29 veego Exp $ # # GENERIC LUNA68K # include "arch/luna68k/conf/std.luna68k" #ident "GENERIC-$Revision: 1.5 $" maxusers 8 options M68030 #options M68040 #options FPSP # on m68040 to emulate some missing FP instructions # Needs to be set per system. i.e change these as you see fit # Standard system options options NTP # NTP phase/frequency locked loop options KTRACE #options SYSVMSG # System V message queues #options SYSVSEM # System V semaphores #options SYSVSHM # System V shared memory #optoins SHMMAXPGS=1024 # 1024 pages is the default #options LKM # loadable kernel modules #options UCONSOLE # users can redirect console (unsafe) # Debugging options options DDB #options DDB_HISTORY_SIZE=100 # enable history editing in DDB #options SYMTAB_SPACE=72000 # place DDB symbols in data segment #options DEBUG # extra kernel debugging support #options DIAGNOSTIC # extra kernel sanity checking #options SCSIVERBOSE # Verbose SCSI errors #options SCSIDEBUG #makeoptions DEBUG="-g" # compile full symbol table # Compatability options options COMPAT_43 # and 4.3BSD and ... options COMPAT_12 # NetBSD 1.2 binary compatibility options COMPAT_13 # NetBSD 1.3 binary compatibility options COMPAT_14 # NetBSD 1.4 binary compatibility # Filesystem options file-system FFS # ufs file system #file-system LFS # log-structured file system file-system NFS # nfs client support file-system MFS #file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system MSDOSFS # MS-DOS FAT file system file-system KERNFS # /kern file-system PROCFS # /proc #file-system FDESC # /dev/fd/* file-system NULLFS # loopback file system #file-system PORTAL # portal filesystem (still experimental) #file-system UMAPFS # NULLFS + uid and gid remapping #file-system UNION # union file system #file-system CODA # Coda File System; also needs vcode (below) #options NFSSERVER # nfs server support #options QUOTA # ffs quotas #options FFS_EI # ffs endian independant support #options SOFTDEP # ffs soft updates support # Networking options options INET # IP prototol stack support #options INET6 # IPV6 #options IPSEC # IP security #options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC) #options IPSEC_DEBUG # debug for IP security #options GATEWAY # IP packet forwarding #options MROUTING # IP multicast routing #options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD #options NS # XNS #options NSIP # XNS tunneling over IP #options ISO,TPIP # OSI #options EON # OSI tunneling over IP #options CCITT,LLC,HDLC # X.25 #options NETATALK # AppleTalk networking protocols #options PPP_BSDCOMP # BSD-Compress compression support for PPP #options PPP_DEFLATE # Deflate compression support for PPP #options PPP_FILTER # Active filter support for PPP (requires bpf) #options PFIL_HOOKS # pfil(9) packet filter hooks #options IPFILTER_LOG # ipmon(8) log support options NFS_BOOT_DHCP # superset of BOOTP # WS console uses SUN or VT100 terminal emulation options WSEMUL_VT100 config netbsd root on ? type nfs mainbus0 at root clock0 at mainbus0 # uPD7201 SIO sio0 at mainbus0 siotty0 at sio0 # ttya ws0 at sio0 # port for keyboard and mouse # AM7990 LANCE le0 at mainbus0 # MB89532 SPC spc0 at mainbus0 #spc1 at mainbus0 # 2nd SCSI on LUNA-II # framebuffer fb0 at mainbus0 # 16 or 256 pseudo color # Workstation Console attachments wsdisplay* at fb? wskbd* at ws? console ? #wsmouse* at ws? # not supported, yet... # SCSI bus support scsibus* at spc? # SCSI devices sd* at scsibus? target ? lun ? # SCSI disks st* at scsibus? target ? lun ? # SCSI tapes #cd* at scsibus? target ? lun ? # SCSI CD-ROMs #ch* at scsibus? target ? lun ? # SCSI changer devices #ss* at scsibus? target ? lun ? # SCSI scanners #uk* at scsibus? target ? lun ? # unknown SCSI devices pseudo-device bpfilter 2 # Berkeley Packet Filter #pseudo-device ccd 2 # concatenated and striped disks #pseudo-device gre 2 # generic L3 over IP tunnel #pseudo-device ipfilter 1 # ip filter pseudo-device loop 1 # loopback interface; required pseudo-device md 1 # memory disk device #pseudo-device ppp 1 # PPP interfaces pseudo-device pty 32 # pseudo-terminals #pseudo-device raid 2 # RAIDframe disk driver #pseudo-device sl 1 # SLIP interfaces #pseudo-device tun 2 # Network "tunnel" device #pseudo-device vnd 2 # disk-like interface to files # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness too