NetBSD/sys/arch/mac68k/conf/GENERIC

103 lines
2.7 KiB
Plaintext
Raw Normal View History

# $NetBSD: GENERIC,v 1.45 1996/10/16 04:00:28 scottr Exp $
#
1994-10-26 11:45:48 +03:00
# GENERIC
1996-09-22 10:49:09 +04:00
include "arch/mac68k/conf/std.mac68k"
maxusers 16
1995-11-21 08:00:34 +03:00
options MAXFDESCS=2048
# Standard system options
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
options DIAGNOSTIC # DEBUG for extra kernel debugging
options KTRACE # system call tracing support
#options KGDB # support for kernel gdb
#options GDB # support for normal gdb
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
# Filesystem options
1994-02-22 04:34:31 +03:00
options FIFO # POSIX fifo support (in all filesystems)
options DDB
options FFS
1994-02-22 04:34:31 +03:00
options QUOTA # fast filesystem with user and group quotas
options MFS # memory-based filesystem
#options NFSSERVER # Sun NFS-compatible filesystem
1994-11-27 22:53:10 +03:00
options NFSCLIENT # Sun NFS-compatible filesystem
options NULLFS # Null (formerly loop-back) filesystem
options CD9660 # ISO-9660 w/ RockRidge
options KERNFS # kernel data-structure filesystem
options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
options PROCFS # Process filesystem
options SCSI
#options SCSIDEBUG
1994-02-22 04:34:31 +03:00
# Networking options
options INET
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options ISO # OSI networking
#options TPIP
#options EON
options COMPAT_42
options COMPAT_43
options NS
1994-02-22 04:34:31 +03:00
options MAPMEM
options SYSVSHM,SYSVSEM,SYSVMSG
options PPP_BSDCOMP,PPP_DEFLATE
# Mac-specific options
options M68040
options M68030
options M68020 # Must have 68851 PMMU
1995-06-19 07:55:15 +04:00
options FPSP
options FPU_EMULATE
options COMPAT_NOMID
1994-03-01 18:20:37 +03:00
options COMPAT_SUNOS
1994-04-15 05:44:03 +04:00
options COMPAT_09
1994-10-21 00:21:02 +03:00
options COMPAT_10
1996-08-27 03:39:36 +04:00
options COMPAT_11
options COMPAT_12
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
1994-07-31 11:31:45 +04:00
options MACHINE_NONCONTIG
1996-09-16 08:35:25 +04:00
options ZS_CONSOLE_ABORT
options DISABLE_EXT_CACHE # Don't use IIci external cache
config netbsd swap generic
1996-05-20 02:29:04 +04:00
intvid0 at obio? # Internal video hardware
nubus0 at mainbus?
ae* at nubus?
1996-05-20 02:29:04 +04:00
macvid* at nubus?
# Attach grf semantics to all video hardware as it is found
grf* at intvid?
grf* at macvid?
# Attach ite semantics to the appropriate grf device
ite0 at grf?
ncrscsi0 at obio? # SCSI NCR 5380
ncr96scsi0 at obio? # SCSI NCR 53C96
scsibus* at scsi?
1996-09-12 09:33:41 +04:00
sd* at scsibus? target ? lun ? # SCSI disk drives
st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
ch* at scsibus? target ? lun ? # SCSI autochangers
ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # SCSI unknown
pseudo-device pty 16
pseudo-device bpfilter 12
pseudo-device vnd 2
pseudo-device ppp 2
1995-06-19 07:55:15 +04:00
pseudo-device loop
pseudo-device sl