1997-05-26 02:00:04 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.75 1997/05/25 22:00:04 veego Exp $
|
1994-10-26 05:01:24 +03:00
|
|
|
|
1994-04-18 04:25:16 +04:00
|
|
|
#
|
|
|
|
# GENERIC AMIGA
|
|
|
|
#
|
|
|
|
# This configuration file contains all possible options
|
|
|
|
#
|
1994-03-14 04:02:46 +03:00
|
|
|
|
1996-10-21 15:13:39 +04:00
|
|
|
include "arch/amiga/conf/std.amiga"
|
1994-04-18 04:25:16 +04:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
maxusers 8
|
1997-05-26 02:00:04 +04:00
|
|
|
options RTC_OFFSET=300
|
1994-06-05 11:43:34 +04:00
|
|
|
|
1996-08-11 16:27:50 +04:00
|
|
|
#
|
|
|
|
# mainboards to support (in addition to Amiga)
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options DRACO
|
1996-08-11 16:27:50 +04:00
|
|
|
|
1994-06-02 12:32:58 +04:00
|
|
|
#
|
|
|
|
# processors this kernel should support
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options M68060 # support for 060
|
|
|
|
options M060SP # MC68060 software support (Required for 060)
|
|
|
|
options M68040 # support for 040
|
|
|
|
options FPSP # MC68040 floating point support
|
|
|
|
options M68030 # support for 030
|
|
|
|
options M68020 # support for 020/851
|
|
|
|
options FPCOPROC # Support for MC6888[12] (Required)
|
1994-06-02 12:32:58 +04:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
|
|
|
# Networking options
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options INET # IP networking support (Required)
|
|
|
|
#options GATEWAY # Packet forwarding
|
|
|
|
#options DIRECTED_BROADCAST # Broadcast across subnets
|
|
|
|
#options MROUTING # Multicast routing
|
|
|
|
#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
|
|
|
|
|
|
|
|
# Filesystems
|
1997-01-31 04:45:40 +03:00
|
|
|
file-system FFS # Berkeley fast file system
|
1997-05-26 02:00:04 +04:00
|
|
|
#file-system LFS # log-structured filesystem (experimental)
|
1997-01-31 04:45:40 +03:00
|
|
|
file-system MFS # Memory based filesystem
|
|
|
|
file-system NFS # Network File System client side code
|
|
|
|
file-system ADOSFS # AmigaDOS file system
|
1997-05-26 02:00:04 +04:00
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge filesystem
|
|
|
|
file-system MSDOSFS # MS-DOS filesystem
|
|
|
|
file-system FDESC # user file descriptor filesystem
|
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
|
|
file-system NULLFS # loopback filesystem
|
|
|
|
#file-system PORTAL # Portal filesystem
|
|
|
|
file-system PROCFS # /proc filesystem
|
1997-01-31 04:45:40 +03:00
|
|
|
file-system UMAPFS # NULLFS + uid and gid remapping
|
1997-05-26 02:00:04 +04:00
|
|
|
file-system UNION # union filesystem
|
1997-01-31 04:45:40 +03:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
# Filesystem options
|
1996-02-24 11:58:37 +03:00
|
|
|
options NFSSERVER # Network File System server side code
|
|
|
|
options FIFO # FIFOs; RECOMMENDED
|
1997-05-26 02:00:04 +04:00
|
|
|
options QUOTA # User and group quotas in FFS
|
1994-03-14 04:02:46 +03:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
|
|
|
# Compatability options for various existing systems
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
|
|
|
#options COMPAT_09 # compatibility with NetBSD 0.9
|
|
|
|
#options COMPAT_10 # compatibility with NetBSD 1.0
|
|
|
|
options COMPAT_12 # compatibility with NetBSD 1.2
|
|
|
|
options COMPAT_SUNOS # Support to run Sun (m68k) executables
|
|
|
|
options COMPAT_NOMID # allow nonvalid machine id executables
|
|
|
|
#options COMPAT_HPUX # HP300 compatability
|
1994-06-05 11:43:34 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for System V IPC facilities.
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options SYSVSHM # System V-like shared memory
|
|
|
|
options SYSVMSG # System V-like messages
|
|
|
|
options SYSVSEM # System V-like semaphores
|
1994-06-05 11:43:34 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for various kernel options
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options KTRACE # system call tracing support
|
|
|
|
options LKM # Loadable kernel modules
|
|
|
|
options NKMEMCLUSTERS=256 # Size of kernel malloc area
|
|
|
|
options UCONSOLE # anyone can redirect a virtual console
|
|
|
|
#options INSECURE # allow, among other insecure stuff, LKM
|
1996-04-30 21:40:34 +04:00
|
|
|
# loading in multi-user mode.
|
1996-02-24 11:58:37 +03:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
|
|
|
# Misc. debuging options
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options DDB # Kernel debugger
|
|
|
|
options DIAGNOSTIC # Extra kernel sanity checks
|
|
|
|
#options DEBUG # Enable misc. kernel debugging code
|
|
|
|
#options SYSCALL_DEBUG # debug all syscalls.
|
|
|
|
#options SCSIDEBUG # Add SCSI debugging statements
|
|
|
|
#options PANICBUTTON # Forced crash via keypress (???)
|
1994-06-05 11:43:34 +04:00
|
|
|
|
1994-06-05 22:24:44 +04:00
|
|
|
#
|
|
|
|
# Amiga specific options
|
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options MACHINE_NONCONTIG # Non-contiguous memory support
|
1996-12-20 22:16:20 +03:00
|
|
|
# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
|
|
|
|
# before the 10 secondinterval ends, or that KBDRESET does work at all.
|
1997-05-26 02:00:04 +04:00
|
|
|
#options KBDRESET # sync on Ctrl-Amiga-Amiga
|
1995-08-20 03:57:19 +04:00
|
|
|
|
1996-02-24 11:58:37 +03:00
|
|
|
# These options improve performance with the built-in serial port
|
|
|
|
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
1997-05-26 02:00:04 +04:00
|
|
|
#options SERIBUF_SIZE=4096
|
|
|
|
#options SEROBUF_SIZE=32
|
|
|
|
#options LEV6_DEFER # defers l6 to l4 (below serial l5)
|
|
|
|
|
|
|
|
options RETINACONSOLE # enable code to allow retina to be console
|
|
|
|
options ULOWELLCONSOLE # enable code to allow a2410 to be console
|
|
|
|
options CL5426CONSOLE # Cirrus console
|
|
|
|
options CV64CONSOLE # CyberVision console
|
|
|
|
options TSENGCONSOLE # Tseng console
|
|
|
|
|
|
|
|
options GRF_ECS # Enhanced Chip Set
|
|
|
|
options GRF_NTSC # NTSC
|
|
|
|
options GRF_PAL # PAL
|
|
|
|
options GRF_A2024 # Support for the A2024
|
|
|
|
options GRF_AGA # AGA Chip Set
|
|
|
|
#options KFONT_8X11 # 8x11 font
|
1994-06-05 22:24:44 +04:00
|
|
|
|
1995-08-20 03:57:19 +04:00
|
|
|
# This is how you would tell the kernel the A2410 oscillator frequencies:
|
|
|
|
# The used frequencies are the defaults, and don't need option setting
|
1997-05-26 02:00:04 +04:00
|
|
|
#options ULOWELL_OSC1=36000000
|
|
|
|
#options ULOWELL_OSC2=66667000
|
1995-08-20 03:57:19 +04:00
|
|
|
|
1995-08-20 19:08:19 +04:00
|
|
|
# This is how you specify the blitting speed, higher values may speed up blits
|
|
|
|
# a littel bit. If you raise this value too much some trash may appear.
|
|
|
|
# the commented version is the default.
|
1997-05-26 02:00:04 +04:00
|
|
|
#options RH_MEMCLK=61000000
|
1995-08-20 19:08:19 +04:00
|
|
|
# this option enables the 64 bit sprite which doesn't seems to be work
|
|
|
|
# for quite a few people. E.g. The cursor sprite will turn to a block
|
|
|
|
# when moved to the top of the screen in X.
|
1997-05-26 02:00:04 +04:00
|
|
|
#options RH_64BIT_SPRITE
|
1995-08-20 19:13:19 +04:00
|
|
|
# enables fast scroll code appears to now work on 040 systems.
|
1997-05-26 02:00:04 +04:00
|
|
|
#options RETINA_SPEED_HACK
|
1996-08-11 13:48:17 +04:00
|
|
|
# enables the Hardwarecursor which does not work on some systems.
|
1997-05-26 02:00:04 +04:00
|
|
|
#options RH_HARDWARECURSOR
|
1995-08-20 19:08:19 +04:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
grfcc0 at mainbus0 # custom chips
|
1994-12-28 12:13:40 +03:00
|
|
|
grfrt0 at zbus0 # retina II
|
|
|
|
grfrh0 at zbus0 # retina III
|
1995-04-23 20:20:43 +04:00
|
|
|
grfcl* at zbus0 # Picasso II/Piccalo/Spectrum
|
1995-08-20 03:57:19 +04:00
|
|
|
grful0 at zbus0 # A2410
|
1996-05-20 01:04:48 +04:00
|
|
|
grfcv0 at zbus0 # CyberVision 64
|
|
|
|
grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin)
|
1994-06-15 23:04:20 +04:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
grf0 at grfcc0
|
|
|
|
grf1 at grfrt0
|
|
|
|
grf2 at grfrh0
|
1995-04-23 20:20:43 +04:00
|
|
|
grf3 at grfcl?
|
1995-08-20 03:57:19 +04:00
|
|
|
grf4 at grful0
|
1995-10-09 05:08:35 +03:00
|
|
|
grf5 at grfcv0
|
1996-05-20 01:04:48 +04:00
|
|
|
grf6 at grfet?
|
1994-06-15 23:04:20 +04:00
|
|
|
|
|
|
|
ite0 at grf0 # terminal emulators for grf's
|
|
|
|
ite1 at grf1 # terminal emulators for grf's
|
|
|
|
ite2 at grf2 # terminal emulators for grf's
|
1995-04-23 20:20:43 +04:00
|
|
|
ite3 at grf3 # terminal emulators for grf's
|
1995-08-20 03:57:19 +04:00
|
|
|
ite4 at grf4 # terminal emulators for grf's
|
1996-03-05 20:46:23 +03:00
|
|
|
ite5 at grf5 # terminal emulators for grf's
|
1996-05-20 01:04:48 +04:00
|
|
|
ite6 at grf6 # terminal emulators for grf's
|
1994-05-08 09:52:49 +04:00
|
|
|
|
1995-09-30 04:52:37 +03:00
|
|
|
msc0 at zbus0 # A2232 MSC multiport serial.
|
1994-12-28 12:13:40 +03:00
|
|
|
mfc0 at zbus0 # MultiFaceCard I/O board
|
|
|
|
mfcs0 at mfc0 unit 0 # MFC serial
|
|
|
|
mfcs1 at mfc0 unit 1 # MFC serial
|
1995-02-12 22:18:33 +03:00
|
|
|
#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
|
1994-12-28 12:13:40 +03:00
|
|
|
#mfc1 at zbus0 # MultiFaceCard 2nd I/O board
|
|
|
|
#mfcs2 at mfc1 unit 0
|
|
|
|
#mfcs3 at mfc1 unit 1
|
|
|
|
#mfcp1 at mfc1 unit 0
|
|
|
|
|
1997-03-30 15:06:40 +04:00
|
|
|
drcom0 at mainbus0 # DraCo serial 0
|
|
|
|
drcom1 at mainbus0 # DraCo serial 1, normally mouse
|
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
# Ethernet cards:
|
|
|
|
le* at zbus0 # A2065, Ameristar, Ariadne
|
|
|
|
ed0 at zbus0 # Hydra
|
|
|
|
es0 at zbus0 # CEI A4066 EthernetPLUS
|
|
|
|
qn0 at zbus0 # Quicknet
|
|
|
|
|
|
|
|
# Arcnet
|
|
|
|
bah* at zbus0 # C=/Ameristar A2060 / 560
|
1995-09-30 11:34:49 +03:00
|
|
|
|
1994-06-21 07:58:50 +04:00
|
|
|
|
1994-05-08 09:52:49 +04:00
|
|
|
# scsi stuff, all possible
|
1997-05-26 02:00:04 +04:00
|
|
|
gvpbus* at zbus0
|
1995-04-03 00:38:09 +04:00
|
|
|
gtsc0 at gvpbus? # GVP series II scsi
|
1994-05-08 09:52:49 +04:00
|
|
|
ahsc0 at mainbus0 # A3000 scsi
|
1997-01-17 17:29:42 +03:00
|
|
|
atzsc0 at zbus0 # A2091 scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
wstsc0 at zbus0 # Wordsync II scsi
|
|
|
|
ivsc0 at zbus0 # IVS scsi
|
|
|
|
mlhsc0 at zbus0 # Hacker scsi
|
|
|
|
otgsc0 at zbus0 # 12 gauge scsi
|
|
|
|
zssc0 at zbus0 # Zeus scsi
|
|
|
|
mgnsc0 at zbus0 # Magnum scsi
|
|
|
|
wesc0 at zbus0 # Warp Engine scsi
|
|
|
|
afsc0 at zbus0 # A4091 scsi
|
1995-10-05 15:40:48 +03:00
|
|
|
aftsc0 at mainbus0 # A4000T scsi
|
1995-05-12 17:09:17 +04:00
|
|
|
flsc0 at zbus0 # FastlaneZ3 scsi
|
1996-10-26 21:42:07 +04:00
|
|
|
bzsc0 at zbus0 # Blizzard 1230 I,II scsi
|
1997-01-17 17:29:42 +03:00
|
|
|
bztzsc0 at zbus0 # Blizzard 2060 scsi
|
|
|
|
empsc0 at zbus0 # Emplant scsi
|
1997-05-26 02:00:04 +04:00
|
|
|
idesc0 at mainbus0 # A4000 & A1200 IDE
|
1996-08-11 16:27:50 +04:00
|
|
|
drsc0 at mainbus0 # DraCo scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
|
|
|
|
scsibus* at gtsc0
|
|
|
|
scsibus* at ahsc0
|
|
|
|
scsibus* at atzsc0
|
|
|
|
scsibus* at wstsc0
|
|
|
|
scsibus* at ivsc0
|
|
|
|
scsibus* at mlhsc0
|
|
|
|
scsibus* at otgsc0
|
|
|
|
scsibus* at zssc0
|
|
|
|
scsibus* at mgnsc0
|
|
|
|
scsibus* at wesc0
|
|
|
|
scsibus* at afsc0
|
1995-10-09 05:08:35 +03:00
|
|
|
scsibus* at aftsc0
|
1995-05-12 17:09:17 +04:00
|
|
|
scsibus* at flsc0
|
|
|
|
scsibus* at bzsc0
|
1996-12-16 19:17:27 +03:00
|
|
|
scsibus* at bztzsc0
|
1996-04-22 01:09:40 +04:00
|
|
|
scsibus* at empsc0
|
1997-05-26 02:00:04 +04:00
|
|
|
scsibus* at idesc0
|
1996-08-11 16:27:50 +04:00
|
|
|
scsibus* at drsc0
|
1994-12-28 12:13:40 +03:00
|
|
|
|
1994-07-31 10:41:01 +04:00
|
|
|
# each hard drive from low target to high
|
1994-06-05 11:43:34 +04:00
|
|
|
# will configure to the next available sd unit number
|
|
|
|
sd* at scsibus? target ? lun ? # scsi disks
|
|
|
|
st* at scsibus? target ? lun ? # scsi tapes
|
|
|
|
cd* at scsibus? target ? lun ? # scsi cd's
|
1996-12-20 22:16:20 +03:00
|
|
|
ss* at scsibus? target ? lun ? # scsi scanner
|
|
|
|
ch* at scsibus? target ? lun ? # scsi autochangers
|
|
|
|
uk* at scsibus? target ? lun ? # scsi unknown
|
1994-04-18 04:25:16 +04:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
pseudo-device loop # loopback network interface
|
|
|
|
pseudo-device sl 1 # SLIP network interfaces
|
|
|
|
pseudo-device ppp 1 # PPP network interfaces
|
|
|
|
#pseudo-device tun 1 # network tunnel line discipline
|
|
|
|
pseudo-device bpfilter 16 # Berkeley packet filter
|
|
|
|
#pseudo-device ipfilter # IP Filter package
|
1996-03-02 17:00:31 +03:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
pseudo-device view 10 # views
|
|
|
|
pseudo-device pty 16 # pseudo ptys
|
1996-03-02 17:00:31 +03:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
pseudo-device vnd 4 # vnode pseudo-disks
|
|
|
|
#pseudo-device ccd 4 # concatenated disk devices
|
1994-03-14 04:02:46 +03:00
|
|
|
|
1997-01-31 04:45:40 +03:00
|
|
|
config netbsd root on ? type ?
|