1995-03-26 11:12:03 +04:00
|
|
|
#
|
1997-11-17 04:57:23 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.37 1997/11/17 01:57:39 lukem Exp $
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
1995-08-12 00:01:15 +04:00
|
|
|
# Generic atari
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
1995-08-12 00:01:15 +04:00
|
|
|
# This configuration file is for a multiple disk/multiple tape ATARI-TT/Falcon
|
1995-03-26 11:12:03 +04:00
|
|
|
# with network (through ppp or slip).
|
|
|
|
|
1996-10-16 16:50:30 +04:00
|
|
|
include "arch/atari/conf/std.atari"
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
|
|
|
# Add support for about 16 users. This variable is used to size
|
|
|
|
# various kernel structures.
|
|
|
|
#
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
#
|
|
|
|
# processors this kernel should support
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options M68030 # support for 030
|
|
|
|
#options M68040 # support for 040
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
options HZ=64 # Set the clock-rate (48/64/96)
|
1995-05-28 23:56:14 +04:00
|
|
|
|
1996-05-14 14:21:48 +04:00
|
|
|
#
|
|
|
|
# X11R6 related options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options UCONSOLE # Allow xconsole to work
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-09-16 10:14:21 +04:00
|
|
|
#
|
|
|
|
# Floating-point options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
|
|
|
#options FPSP # 68040 Floatingpoint support
|
1996-09-16 10:14:21 +04:00
|
|
|
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
|
|
|
# Networking options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options INET # Basic networking support
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1997-01-31 04:48:24 +03:00
|
|
|
# File systems
|
|
|
|
file-system FFS # Berkeley fast file system
|
|
|
|
file-system MFS # Memory based filesystem
|
1997-01-31 08:46:09 +03:00
|
|
|
file-system NFS # Network File System client side code
|
1997-01-31 04:48:24 +03:00
|
|
|
file-system PROCFS # Process filesystem
|
|
|
|
file-system KERNFS # Kernel parameter filesystem
|
|
|
|
file-system FDESC # /dev/fd
|
|
|
|
file-system NULLFS # Loopback filesystem
|
|
|
|
file-system MSDOSFS # MSDOS filesystem
|
|
|
|
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
|
|
|
|
file-system UNION # union file system
|
|
|
|
file-system UMAPFS # null file system (with uid & gid remapping)
|
|
|
|
file-system PORTAL # portal file system
|
|
|
|
|
|
|
|
# File system options
|
1997-05-07 04:23:43 +04:00
|
|
|
options FIFO # FIFO operations on vnodes
|
|
|
|
options QUOTA # Disk quotas for local disks
|
|
|
|
options NFSSERVER # Network File System server side code
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
1997-11-17 04:57:23 +03:00
|
|
|
# Misc. debugging options
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options PANICWAIT # Require keystroke to dump/reboot
|
|
|
|
options DDB # Kernel debugger
|
1997-11-17 04:57:23 +03:00
|
|
|
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Compatability options for various existing systems
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options COMPAT_43 # 4.3 BSD compatible system calls (required)
|
|
|
|
options COMPAT_10 # Compatibility to NetBSD1.0
|
|
|
|
options COMPAT_11 # Compatibility to NetBSD1.1
|
|
|
|
options COMPAT_12 # Compatibility to NetBSD1.2
|
1997-11-17 04:57:23 +03:00
|
|
|
#options COMPAT_09 # has no meaning on the atari
|
|
|
|
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
|
|
|
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for System V IPC facilities.
|
|
|
|
#
|
1997-11-17 04:57:23 +03:00
|
|
|
options SYSVSHM # System V shared memory
|
|
|
|
options SYSVMSG # System V messages
|
|
|
|
options SYSVSEM # System V semaphores
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for various kernel options
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
options KTRACE # Add kernel tracing system call
|
|
|
|
options DIAGNOSTIC # Add additional error checking code
|
|
|
|
options NKMEMCLUSTERS=256 # Size of kernel malloc area
|
1997-08-23 23:16:06 +04:00
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
1995-06-09 23:49:27 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Atari specific options
|
|
|
|
#
|
1997-11-17 04:57:23 +03:00
|
|
|
#options KFONT_8x8 # Use 8x8 font instead of 8x16
|
1997-05-07 04:23:43 +04:00
|
|
|
options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
|
|
|
|
options TT_SCSI # SCSI-support for TT
|
|
|
|
options FALCON_SCSI # SCSI-support for Falcon
|
|
|
|
options TT_VIDEO # Graphics support for TT
|
|
|
|
options FALCON_VIDEO # Graphics support for FALCON
|
|
|
|
options STATCLOCK # Separate {stat,prof}clock
|
|
|
|
options MEMORY_DISK_HOOKS # Boot RAM-disk
|
|
|
|
options DISKLABEL_NBDA # NetBSD disklabels (required)
|
|
|
|
options DISKLABEL_AHDI # NetBSD/AHDI disklabels
|
1997-05-25 16:41:27 +04:00
|
|
|
options SERCONSOLE # modem1 console support
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-05-15 13:21:29 +04:00
|
|
|
# Try linked commands on all targets
|
1997-05-07 04:23:43 +04:00
|
|
|
options TRY_SCSI_LINKED_COMMANDS=0x7f
|
1996-05-15 13:21:29 +04:00
|
|
|
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
|
|
|
# Build one kernel that can boot from any disk.
|
|
|
|
#
|
1997-01-31 04:48:24 +03:00
|
|
|
config netbsd root on ? type ?
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
pseudo-device mouse 1 # mouse
|
|
|
|
pseudo-device view 2 # View (graphics mapping)
|
|
|
|
pseudo-device sl # Slip
|
|
|
|
pseudo-device ppp # ppp
|
|
|
|
pseudo-device pty 16 # Pseudo-tty support
|
|
|
|
pseudo-device loop # Loopback network
|
|
|
|
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
|
|
|
pseudo-device bpfilter 2 # berkeley packet filters
|
|
|
|
pseudo-device tun 2 # network tunnel
|
|
|
|
pseudo-device ccd 4 # concatenating disk driver
|
1997-08-29 23:52:08 +04:00
|
|
|
pseudo-device md 2 # Boot memory disk
|
1997-06-03 00:40:40 +04:00
|
|
|
pseudo-device ipfilter # IP filtering device
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
#
|
1997-05-07 04:23:43 +04:00
|
|
|
# The following sections describe various hardware options.
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
1997-03-03 15:26:20 +03:00
|
|
|
vmebus0 at mainbus0 # VME bus
|
|
|
|
vme0 at vmebus0
|
1997-03-10 12:44:52 +03:00
|
|
|
le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
|
1997-03-03 15:26:20 +03:00
|
|
|
|
1996-11-08 17:12:19 +03:00
|
|
|
fd0 at fdc0 unit 0 # builtin floppy drive
|
|
|
|
fd1 at fdc0 unit 1 # external floppy drive
|
1997-05-25 16:41:27 +04:00
|
|
|
ser0 at mainbus0 # Serial support through 68901 (modem1)
|
1995-03-26 11:12:03 +04:00
|
|
|
zs0 at mainbus0 # Serial support through 8530
|
1996-01-06 23:10:41 +03:00
|
|
|
nvr0 at mainbus0 # nvram driver
|
1997-07-30 19:43:23 +04:00
|
|
|
lp0 at mainbus0 # centronics printer
|
1996-10-04 11:08:28 +04:00
|
|
|
|
|
|
|
ch* at scsibus? target ? lun ? # SCSI changer
|
|
|
|
ss* at scsibus? target ? lun ? # SCSI scanner
|
|
|
|
uk* at scsibus? target ? lun ? # SCSI unknown
|
1997-04-01 12:17:44 +04:00
|
|
|
|
1997-05-07 04:23:43 +04:00
|
|
|
idec0 at mainbus0 # IDE bus
|
|
|
|
ide* at idec? drive ? # ... and drives
|