2005-02-19 00:05:50 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.212 2005/02/18 21:05:50 dsl Exp $
|
2002-06-18 21:45:13 +04:00
|
|
|
#
|
|
|
|
# This file was automatically created.
|
|
|
|
# Changes will be lost when make is run in this directory.
|
|
|
|
#
|
2005-01-31 19:58:31 +03:00
|
|
|
# Created from: # NetBSD: GENERIC.in,v 1.30 2005/01/31 16:54:33 hannken Exp $
|
2001-12-14 08:34:45 +03:00
|
|
|
#
|
|
|
|
# GENERIC machine description file
|
2002-01-26 16:22:12 +03:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# This machine description file is used to generate the default NetBSD
|
|
|
|
# kernel. The generic kernel does not include all options, subsystems
|
|
|
|
# and device drivers, but should be useful for most applications.
|
|
|
|
#
|
|
|
|
# The machine description file can be customised for your specific
|
|
|
|
# machine to reduce the kernel size and improve its performance.
|
|
|
|
#
|
|
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
|
|
# man page.
|
|
|
|
#
|
|
|
|
# For further information on hardware support for this architecture, see
|
|
|
|
# the intro(4) man page. For further information about kernel options
|
|
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
|
|
# of each device driver in this file see the section 4 man page for the
|
|
|
|
# device.
|
1994-10-26 05:01:24 +03:00
|
|
|
|
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
|
|
|
|
2002-04-25 19:06:20 +04:00
|
|
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
|
2005-02-19 00:05:50 +03:00
|
|
|
#ident "GENERIC-$Revision: 1.212 $"
|
2000-10-05 00:38:11 +04:00
|
|
|
|
2000-01-24 02:46:04 +03:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
maxusers 8
|
1997-07-07 03:17:53 +04:00
|
|
|
options RTC_OFFSET=0
|
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
|
Add option BB060STUPIDROM, which makes the early kernel startup probe for
an 68060/68LC060, possibly switching on the 68060 FPU, instead of trusting
the value passed from the ROM OS to us by the bootblock.
Most 68060 boards, unlike the DraCo (which seems to have heavily patched OS
ROMs) don't set the AMIGA_68060 flag; instead, upon detecting an 68060, its
FPU is disabled to make the ROM scheduler work, and at a much later time (at
least, later than bootblock booting time), the "68060.library" installs the
Motorola 68060 software support, patches the scheduler for the 68060 FPU, and
re-enables the FPU.
Maybe this will be fixed one day, if Amiga International sells upgraded OS
ROMs which know about the 68060. Until then, and for legacy machines, this
kludge is needed if we want to boot a non-DraCo 68060.
Btw, thats why this is NOT in std.amiga, but in GENERIC; the DRACO
configuration doesn't need it (and I still plan to make std.draco go away).
1997-06-17 01:12:38 +04:00
|
|
|
options BB060STUPIDROM # You need this, if you have a non-DraCo
|
2001-11-20 15:56:17 +03:00
|
|
|
# MC68060 with an OS ROM up to (at least)
|
Add option BB060STUPIDROM, which makes the early kernel startup probe for
an 68060/68LC060, possibly switching on the 68060 FPU, instead of trusting
the value passed from the ROM OS to us by the bootblock.
Most 68060 boards, unlike the DraCo (which seems to have heavily patched OS
ROMs) don't set the AMIGA_68060 flag; instead, upon detecting an 68060, its
FPU is disabled to make the ROM scheduler work, and at a much later time (at
least, later than bootblock booting time), the "68060.library" installs the
Motorola 68060 software support, patches the scheduler for the 68060 FPU, and
re-enables the FPU.
Maybe this will be fixed one day, if Amiga International sells upgraded OS
ROMs which know about the 68060. Until then, and for legacy machines, this
kludge is needed if we want to boot a non-DraCo 68060.
Btw, thats why this is NOT in std.amiga, but in GENERIC; the DRACO
configuration doesn't need it (and I still plan to make std.draco go away).
1997-06-17 01:12:38 +04:00
|
|
|
# V40 (OS3.1) and want to boot with the
|
|
|
|
# bootblock.
|
1999-03-09 15:15:30 +03:00
|
|
|
# You do not need this if you have a DraCo,
|
Add option BB060STUPIDROM, which makes the early kernel startup probe for
an 68060/68LC060, possibly switching on the 68060 FPU, instead of trusting
the value passed from the ROM OS to us by the bootblock.
Most 68060 boards, unlike the DraCo (which seems to have heavily patched OS
ROMs) don't set the AMIGA_68060 flag; instead, upon detecting an 68060, its
FPU is disabled to make the ROM scheduler work, and at a much later time (at
least, later than bootblock booting time), the "68060.library" installs the
Motorola 68060 software support, patches the scheduler for the 68060 FPU, and
re-enables the FPU.
Maybe this will be fixed one day, if Amiga International sells upgraded OS
ROMs which know about the 68060. Until then, and for legacy machines, this
kludge is needed if we want to boot a non-DraCo 68060.
Btw, thats why this is NOT in std.amiga, but in GENERIC; the DRACO
configuration doesn't need it (and I still plan to make std.draco go away).
1997-06-17 01:12:38 +04:00
|
|
|
# have no 68060 or NEVER use the bootblock
|
2001-11-20 15:56:17 +03:00
|
|
|
options P5PPC68KBOARD # Phase5 PPC/68K board support
|
Add option BB060STUPIDROM, which makes the early kernel startup probe for
an 68060/68LC060, possibly switching on the 68060 FPU, instead of trusting
the value passed from the ROM OS to us by the bootblock.
Most 68060 boards, unlike the DraCo (which seems to have heavily patched OS
ROMs) don't set the AMIGA_68060 flag; instead, upon detecting an 68060, its
FPU is disabled to make the ROM scheduler work, and at a much later time (at
least, later than bootblock booting time), the "68060.library" installs the
Motorola 68060 software support, patches the scheduler for the 68060 FPU, and
re-enables the FPU.
Maybe this will be fixed one day, if Amiga International sells upgraded OS
ROMs which know about the 68060. Until then, and for legacy machines, this
kludge is needed if we want to boot a non-DraCo 68060.
Btw, thats why this is NOT in std.amiga, but in GENERIC; the DRACO
configuration doesn't need it (and I still plan to make std.draco go away).
1997-06-17 01:12:38 +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
|
1997-07-16 04:01:51 +04:00
|
|
|
options FPU_EMULATE # FPU emulation
|
1999-11-21 17:00:37 +03: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)
|
1999-11-21 17:00:37 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
1997-05-26 02:00:04 +04:00
|
|
|
#options GATEWAY # Packet forwarding
|
|
|
|
#options DIRECTED_BROADCAST # Broadcast across subnets
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
#options MROUTING # Multicast routing
|
2004-09-05 03:29:44 +04:00
|
|
|
#options PIM # Protocol Independent Multicast
|
1997-11-02 21:47:02 +03:00
|
|
|
options NS # XNS
|
1997-05-26 02:00:04 +04:00
|
|
|
#options NSIP # XNS tunneling over IP
|
1997-11-02 21:47:02 +03:00
|
|
|
options ISO,TPIP # OSI
|
2000-07-05 08:07:22 +04:00
|
|
|
#options EON # OSI tunneling over IP
|
1997-11-02 21:47:02 +03:00
|
|
|
options CCITT,LLC,HDLC # X.25
|
|
|
|
options NETATALK # AppleTalk networking protocols
|
2001-07-08 20:32:12 +04:00
|
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1997-11-02 21:47:02 +03:00
|
|
|
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
|
2002-09-25 15:49:48 +04:00
|
|
|
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
1997-05-26 02:00:04 +04:00
|
|
|
|
2004-06-26 11:34:43 +04:00
|
|
|
#options ALTQ # Manipulate network interfaces' output queues
|
|
|
|
#options ALTQ_BLUE # Stochastic Fair Blue
|
|
|
|
#options ALTQ_CBQ # Class-Based Queueing
|
|
|
|
#options ALTQ_CDNR # Diffserv Traffic Conditioner
|
|
|
|
#options ALTQ_FIFOQ # First-In First-Out Queue
|
|
|
|
#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
|
|
|
|
#options ALTQ_HFSC # Hierarchical Fair Service Curve
|
|
|
|
#options ALTQ_LOCALQ # Local queueing discipline
|
|
|
|
#options ALTQ_PRIQ # Priority Queueing
|
|
|
|
#options ALTQ_RED # Random Early Detection
|
|
|
|
#options ALTQ_RIO # RED with IN/OUT
|
|
|
|
#options ALTQ_WFQ # Weighted Fair Queueing
|
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
# Filesystems
|
1997-01-31 04:45:40 +03:00
|
|
|
file-system FFS # Berkeley fast file system
|
1999-05-01 14:20:01 +04:00
|
|
|
file-system EXT2FS # second extended file system (linux)
|
1997-05-26 02:00:04 +04:00
|
|
|
#file-system LFS # log-structured filesystem (experimental)
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1997-01-31 04:45:40 +03:00
|
|
|
file-system MFS # Memory based filesystem
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1997-01-31 04:45:40 +03:00
|
|
|
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
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
2000-03-24 01:44:42 +03:00
|
|
|
|
|
|
|
file-system FDESC # user file descriptor filesystem
|
1997-05-26 02:00:04 +04:00
|
|
|
file-system NULLFS # loopback filesystem
|
2000-01-20 22:12:28 +03:00
|
|
|
file-system OVERLAY # overlay filesystem
|
1997-05-26 02:00:04 +04:00
|
|
|
#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
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
2000-03-24 01:44:42 +03:00
|
|
|
|
|
|
|
options QUOTA # User and group quotas in FFS
|
2001-11-20 15:56:17 +03:00
|
|
|
options SOFTDEP # FFS soft updates support.
|
2005-01-28 06:19:49 +03:00
|
|
|
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
1999-05-01 14:20:01 +04:00
|
|
|
options NFSSERVER # Network File System server side code
|
2005-02-19 00:05:50 +03:00
|
|
|
#options FFS_NO_SNAPSHOT # ffs snapshots
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1999-05-01 14:20:01 +04:00
|
|
|
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
|
|
|
# immutable) behave as system flags.
|
1994-03-14 04:02:46 +03:00
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
2001-06-11 05:50:48 +04:00
|
|
|
# Compatibility options for various existing systems
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
2000-03-24 01:44:42 +03:00
|
|
|
|
2001-07-08 20:32:12 +04:00
|
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
1997-05-26 02:00:04 +04:00
|
|
|
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
1997-10-30 00:16:48 +03:00
|
|
|
options COMPAT_09 # compatibility with NetBSD 0.9
|
|
|
|
options COMPAT_10 # compatibility with NetBSD 1.0
|
1997-05-26 02:00:04 +04:00
|
|
|
options COMPAT_12 # compatibility with NetBSD 1.2
|
1997-12-01 17:52:51 +03:00
|
|
|
options COMPAT_13 # compatibility with NetBSD 1.3
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14 # compatibility with NetBSD 1.4
|
2003-09-22 18:12:29 +04:00
|
|
|
options COMPAT_15 # compatibility with NetBSD 1.5
|
|
|
|
options COMPAT_16 # compatibility with NetBSD 1.6
|
1997-05-26 02:00:04 +04:00
|
|
|
options COMPAT_SUNOS # Support to run Sun (m68k) executables
|
1999-04-20 01:22:56 +04:00
|
|
|
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
|
1997-05-26 02:00:04 +04:00
|
|
|
options COMPAT_NOMID # allow nonvalid machine id executables
|
1998-12-15 22:50:00 +03:00
|
|
|
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
1994-06-05 11:43:34 +04:00
|
|
|
|
2002-02-13 15:08:57 +03:00
|
|
|
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
2002-02-16 00:28:03 +03:00
|
|
|
options COMPAT_AOUT_M68K # actually make some system calls work.
|
2004-11-10 20:25:21 +03:00
|
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
2002-02-13 15:08:57 +03:00
|
|
|
|
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
|
2001-11-20 15:56:17 +03:00
|
|
|
#options SEMMNI=10 # number of semaphore identifiers
|
|
|
|
#options SEMMNS=60 # number of semaphores in system
|
|
|
|
#options SEMUME=10 # max number of undo entries per process
|
|
|
|
#options SEMMNU=30 # number of undo structures in system
|
2004-06-29 01:09:22 +04:00
|
|
|
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
|
1994-06-05 11:43:34 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Support for various kernel options
|
|
|
|
#
|
2000-03-24 01:44:42 +03:00
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
options KTRACE # system call tracing support
|
2002-10-06 06:11:54 +04:00
|
|
|
options SYSTRACE # system call vetting via systrace(1)
|
1997-05-26 02:00:04 +04:00
|
|
|
options LKM # Loadable kernel modules
|
2002-01-27 13:52:31 +03:00
|
|
|
#options INSECURE # disable kernel security levels
|
|
|
|
options SCSIVERBOSE # human readable SCSI error messages
|
2002-09-18 06:16:01 +04:00
|
|
|
options USERCONF # userconf(4) support
|
1997-11-17 04:57:23 +03:00
|
|
|
options NTP # NTP phase/frequency locked loop
|
2002-06-18 21:45:13 +04:00
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
1996-02-24 11:58:37 +03:00
|
|
|
|
2002-11-22 15:23:26 +03:00
|
|
|
# Enable experimental buffer queue strategy for better responsiveness under
|
|
|
|
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
|
|
|
|
#options NEW_BUFQ_STRATEGY
|
|
|
|
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
1997-11-17 04:57:23 +03:00
|
|
|
# Misc. debugging options
|
1994-06-05 11:43:34 +04:00
|
|
|
#
|
1997-05-26 02:00:04 +04:00
|
|
|
options DDB # Kernel debugger
|
1997-11-17 04:57:23 +03:00
|
|
|
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
1997-05-26 02:00:04 +04:00
|
|
|
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
|
2002-05-30 23:45:15 +04:00
|
|
|
#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
|
|
|
|
#
|
1999-03-09 15:15:30 +03:00
|
|
|
#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
|
1998-02-23 01:51:46 +03:00
|
|
|
# first bank of RAM. (default: unlimited)
|
2001-11-20 15:56:17 +03:00
|
|
|
#options NKPTADD=4 # set this for 4 additional KPT pages
|
|
|
|
#options NKPTADDSHIFT=24 # set this for 1 additional KPT page
|
1998-02-23 01:51:46 +03:00
|
|
|
# per 16 MB (1<<24 bytes) of RAM
|
2002-01-27 14:07:38 +03:00
|
|
|
# uncomment and decrease this, or uncomment and
|
2001-11-20 15:56:17 +03:00
|
|
|
# increase NKPTADD if you get "out of PT pages"
|
|
|
|
# panics.
|
1998-02-10 01:14:43 +03:00
|
|
|
|
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)
|
|
|
|
|
2003-04-17 00:43:29 +04:00
|
|
|
#options DEVRELOAD # implement /dev/reload
|
|
|
|
# # currently only works for a.out kernels
|
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
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
|
1997-10-30 00:16:48 +03:00
|
|
|
options CV3DCONSOLE # CyberVision 64/3D console
|
1997-05-26 02:00:04 +04:00
|
|
|
|
|
|
|
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
|
1999-03-25 01:24:42 +03:00
|
|
|
options GRF_AGA_VGA # AGA VGAONLY timing
|
1997-09-19 07:30:41 +04:00
|
|
|
options GRF_SUPER72 # AGA Super-72
|
1997-05-26 02:00:04 +04:00
|
|
|
#options KFONT_8X11 # 8x11 font
|
1994-06-05 22:24:44 +04:00
|
|
|
|
2002-04-19 20:11:26 +04:00
|
|
|
# select a font for the console according to the character set and keymap
|
|
|
|
# you want to use
|
|
|
|
options KFONT_CONS_ISO8859_1
|
|
|
|
#options KFONT_CONS_ISO8859_2
|
|
|
|
|
1995-08-20 03:57:19 +04:00
|
|
|
# This is how you would tell the kernel the A2410 oscillator frequencies:
|
1999-03-09 15:15:30 +03:00
|
|
|
# The used frequencies are the defaults, and do not 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
|
1999-03-09 15:20:41 +03:00
|
|
|
# this option enables the 64 bit sprite which does not work
|
1995-08-20 19:08:19 +04:00
|
|
|
# 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
|
|
|
|
2002-01-14 02:24:22 +03:00
|
|
|
# wscons aware interface to amiga custom chips.
|
2002-01-26 16:22:12 +03:00
|
|
|
# If you enable it enable also wskbd.
|
|
|
|
#
|
2002-06-18 21:45:13 +04:00
|
|
|
|
2001-02-03 00:52:11 +03:00
|
|
|
#amidisplaycc0 at mainbus0 # wscons interface to custom chips
|
|
|
|
#wsdisplay0 at amidisplaycc0 console ?
|
2002-06-18 21:45:13 +04:00
|
|
|
#options WSEMUL_VT100
|
|
|
|
#options FONT_VT220L8x10
|
2004-02-24 00:18:50 +03:00
|
|
|
#options FONT_VT220ISO8x16
|
2001-02-03 00:52:11 +03: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
|
2002-04-19 20:11:26 +04:00
|
|
|
grfcl* at zbus0 # Picasso II/Piccolo/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)
|
1997-10-19 23:20:30 +04:00
|
|
|
grfcv3d0 at zbus0 # CyberVision 64/3D
|
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?
|
1997-10-19 23:20:30 +04:00
|
|
|
grf7 at grfcv3d0
|
1999-03-09 15:15:30 +03:00
|
|
|
ite0 at grf0 # terminal emulators for grfs
|
|
|
|
ite1 at grf1 # terminal emulators for grfs
|
|
|
|
ite2 at grf2 # terminal emulators for grfs
|
|
|
|
ite3 at grf3 # terminal emulators for grfs
|
|
|
|
ite4 at grf4 # terminal emulators for grfs
|
|
|
|
ite5 at grf5 # terminal emulators for grfs
|
|
|
|
ite6 at grf6 # terminal emulators for grfs
|
|
|
|
ite7 at grf7 # terminal emulators for grfs
|
1994-05-08 09:52:49 +04:00
|
|
|
|
1998-09-01 06:40:36 +04:00
|
|
|
msc0 at zbus0 # A2232 MSC multiport serial.
|
|
|
|
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
|
|
|
|
|
1999-05-11 02:18:47 +04:00
|
|
|
hyper* at zbus? # zbus HyperCom3/3+/4/4+
|
1998-11-28 15:19:44 +03:00
|
|
|
#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3
|
1997-10-19 03:31:32 +04:00
|
|
|
com* at hyper? port ? # Hypercom3/4 serial ports
|
1999-05-11 02:18:47 +04:00
|
|
|
lpt* at hyper? port ? # Hypercom3+/4+ parallel port
|
1997-10-19 03:31:32 +04:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
#options IOBZCLOCK=22118400 # default, uncomment the next line
|
|
|
|
#options IOBZCLOCK=24000000 # if needed.
|
2001-03-11 02:55:29 +03:00
|
|
|
|
|
|
|
iobl* at zbus? # zbus IOBlix
|
|
|
|
com* at iobl? port ? # IOBlix serial ports
|
|
|
|
lpt* at iobl? port ? # IOBlix parallel ports
|
2000-03-24 01:44:42 +03:00
|
|
|
|
2001-02-03 00:52:11 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Keyboard device. Optionally can attach a wskbd.
|
|
|
|
# wskbd works together with a wsdisplay so enable them both if you will.
|
|
|
|
# Don't enable wskbd if you use ite.
|
|
|
|
#
|
|
|
|
# XXX in std.amiga: kbd0 at mainbus0
|
2002-06-18 21:45:13 +04:00
|
|
|
|
2001-02-03 00:52:11 +03:00
|
|
|
#wskbd0 at kbd0 console ?
|
|
|
|
|
|
|
|
|
1998-02-05 23:07:15 +03:00
|
|
|
#
|
|
|
|
# Amiga Mainboard devices (sans graphics and keyboard)
|
|
|
|
#
|
|
|
|
|
1998-04-11 23:30:56 +04:00
|
|
|
ser0 at mainbus0 # Amiga onboard serial
|
1998-02-05 23:07:15 +03:00
|
|
|
par0 at mainbus0 # Amiga onboard parallel
|
|
|
|
ms* at mainbus0 # Amiga mice
|
|
|
|
fdc0 at mainbus0 # Amiga FDC
|
|
|
|
fd* at fdc0 unit ? # floppy disks on the later
|
|
|
|
a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock
|
|
|
|
a2kbbc0 at mainbus0 # A2000 battery backed clock
|
|
|
|
aucc* at mainbus0 # Amiga CC audio
|
|
|
|
audio* at aucc?
|
|
|
|
|
2003-09-22 22:29:05 +04:00
|
|
|
|
|
|
|
#wsmouse* at ms?
|
|
|
|
|
1998-02-05 23:07:15 +03:00
|
|
|
#
|
|
|
|
# DraCo Mainboard devices (sans keyboard)
|
|
|
|
#
|
|
|
|
|
1997-07-18 03:29:28 +04:00
|
|
|
drbbc0 at mainbus0 # DraCo battery backed clock
|
1997-08-27 23:32:47 +04:00
|
|
|
drsupio0 at mainbus0 # DraCo superio chip
|
|
|
|
com* at drsupio? port ? # DraCo serial
|
1997-09-28 02:44:11 +04:00
|
|
|
lpt0 at drsupio? port ? # DraCo parallel
|
1997-03-30 15:06:40 +04:00
|
|
|
|
1998-02-05 23:07:15 +03:00
|
|
|
#
|
|
|
|
# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
|
|
|
#
|
1997-06-15 02:24:02 +04:00
|
|
|
|
1997-10-17 03:58:10 +04:00
|
|
|
|
2001-08-26 01:15:44 +04:00
|
|
|
repulse* at zbus0 # ALiENDESiGN Repulse
|
|
|
|
audio* at repulse?
|
|
|
|
|
2002-01-27 16:01:46 +03:00
|
|
|
toccata* at zbus0 # MacroSystem GmbH Toccata
|
|
|
|
audio* at toccata?
|
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
# Ethernet cards:
|
|
|
|
le* at zbus0 # A2065, Ameristar, Ariadne
|
2000-12-30 01:31:56 +03:00
|
|
|
ne* at zbus0 # AriadneII, X-surf
|
1999-05-17 23:42:56 +04:00
|
|
|
ed* at zbus0 # Hydra, ASDG LanRover
|
|
|
|
es* at zbus0 # CEI A4066 EthernetPLUS
|
|
|
|
qn* at zbus0 # Quicknet
|
1997-05-26 02:00:04 +04:00
|
|
|
|
|
|
|
# Arcnet
|
|
|
|
bah* at zbus0 # C=/Ameristar A2060 / 560
|
1995-09-30 11:34:49 +03:00
|
|
|
|
1997-09-28 02:44:11 +04:00
|
|
|
# Greater Valley Product Bus
|
|
|
|
gvpbus* at zbus0
|
|
|
|
|
1994-05-08 09:52:49 +04:00
|
|
|
# scsi stuff, all possible
|
1995-04-03 00:38:09 +04:00
|
|
|
gtsc0 at gvpbus? # GVP series II scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at gtsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
ahsc0 at mainbus0 # A3000 scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at ahsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
atzsc0 at zbus0 # A2091 scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at atzsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
wstsc0 at zbus0 # Wordsync II scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at wstsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
ivsc0 at zbus0 # IVS scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at ivsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
mlhsc0 at zbus0 # Hacker scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at mlhsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
otgsc0 at zbus0 # 12 gauge scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at otgsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
zssc0 at zbus0 # Zeus scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at zssc0
|
1999-02-04 22:01:37 +03:00
|
|
|
mgnsc0 at zbus0 # Magnum scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at mgnsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
wesc0 at zbus0 # Warp Engine scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at wesc0
|
1999-02-04 22:01:37 +03:00
|
|
|
afsc0 at zbus0 # A4091 scsi
|
1994-12-28 12:13:40 +03:00
|
|
|
scsibus* at afsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
aftsc0 at mainbus0 # A4000T scsi
|
1995-10-09 05:08:35 +03:00
|
|
|
scsibus* at aftsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
flsc0 at zbus0 # FastlaneZ3 scsi
|
1995-05-12 17:09:17 +04:00
|
|
|
scsibus* at flsc0
|
2001-11-20 15:56:17 +03:00
|
|
|
bzsc0 at zbus0 # Blizzard 1230 I,II scsi
|
1995-05-12 17:09:17 +04:00
|
|
|
scsibus* at bzsc0
|
2001-11-20 15:56:17 +03:00
|
|
|
bzivsc0 at zbus0 # Blizzard 12x0 IV scsi
|
1997-10-10 08:56:09 +04:00
|
|
|
scsibus* at bzivsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
bztzsc0 at zbus0 # Blizzard 2060 scsi
|
1996-12-16 19:17:27 +03:00
|
|
|
scsibus* at bztzsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
cbsc0 at zbus0 # CyberSCSI I
|
1997-10-04 08:01:17 +04:00
|
|
|
scsibus* at cbsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
cbiisc0 at zbus0 # CyberSCSI II
|
1997-10-04 08:01:17 +04:00
|
|
|
scsibus* at cbiisc0
|
1999-03-09 14:58:56 +03:00
|
|
|
cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI
|
|
|
|
scsibus* at cbiiisc0
|
1999-02-04 22:01:37 +03:00
|
|
|
empsc0 at zbus0 # Emplant scsi
|
1996-04-22 01:09:40 +04:00
|
|
|
scsibus* at empsc0
|
2000-01-24 00:29:55 +03:00
|
|
|
|
2001-01-21 23:38:20 +03:00
|
|
|
wdc0 at mainbus0 # A4000 & A1200 IDE bus
|
2003-10-08 15:03:55 +04:00
|
|
|
atabus* at wdc? channel ? # ATA bus
|
|
|
|
wd* at atabus? drive ? # + drives
|
|
|
|
atapibus* at atabus? # ATAPI bus
|
2001-01-21 23:38:20 +03:00
|
|
|
cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
|
|
|
sd* at atapibus? drive ? # ATAPI disk drives
|
|
|
|
|
|
|
|
pccard0 at mainbus0
|
|
|
|
pcmcia* at pccard0
|
|
|
|
com* at pcmcia? function ? # Modems and serial cards
|
|
|
|
pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
|
|
|
|
aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
|
|
|
|
wdc* at pcmcia? function ?
|
|
|
|
awi* at pcmcia? function ? # BayStack 650 (802.11FH)
|
|
|
|
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
|
|
|
|
mbe* at pcmcia? function ? # MB8696x based Ethernet
|
|
|
|
ne* at pcmcia? function ? # NE2000-compatible Ethernet
|
|
|
|
sm* at pcmcia? function ? # Megahertz Ethernet
|
2001-11-20 15:56:17 +03:00
|
|
|
mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
|
2001-01-21 23:38:20 +03:00
|
|
|
com* at mhzc?
|
|
|
|
sm* at mhzc?
|
2000-01-24 00:29:55 +03:00
|
|
|
|
1999-02-04 22:01:37 +03:00
|
|
|
|
|
|
|
drsc0 at mainbus0 # DraCo scsi
|
1996-08-11 16:27:50 +04:00
|
|
|
scsibus* at drsc0
|
1999-02-04 22:01:37 +03:00
|
|
|
|
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
|
1999-03-09 15:15:30 +03:00
|
|
|
cd* at scsibus? target ? lun ? # scsi cds
|
1996-12-20 22:16:20 +03:00
|
|
|
ch* at scsibus? target ? lun ? # scsi autochangers
|
2000-04-02 00:21:27 +04:00
|
|
|
ss* at scsibus? target ? lun ? # scsi scanner
|
1996-12-20 22:16:20 +03:00
|
|
|
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
|
2001-12-28 15:21:52 +03:00
|
|
|
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
1997-11-02 21:47:02 +03:00
|
|
|
pseudo-device tun 1 # network tunnel line discipline
|
2005-01-17 18:28:51 +03:00
|
|
|
pseudo-device tap # virtual Ethernet
|
1998-11-25 23:30:44 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1997-05-26 02:00:04 +04:00
|
|
|
pseudo-device bpfilter 16 # Berkeley packet filter
|
1997-11-02 21:47:02 +03:00
|
|
|
pseudo-device ipfilter # IP Filter package
|
1999-11-21 17:00:37 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
2000-04-19 10:50:27 +04:00
|
|
|
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
2000-12-19 13:42:02 +03:00
|
|
|
pseudo-device vlan # IEEE 802.1q encapsulation
|
2001-09-02 01:52:23 +04:00
|
|
|
pseudo-device bridge # simple inter-network bridging
|
2003-02-27 22:22:36 +03:00
|
|
|
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
2004-06-26 11:34:43 +04:00
|
|
|
#pseudo-device pf # PF packet filter
|
|
|
|
#pseudo-device pflog # PF log if
|
2005-01-31 19:58:31 +03:00
|
|
|
pseudo-device fss 4 # file system snapshot device
|
1996-03-02 17:00:31 +03:00
|
|
|
|
1999-06-18 09:58:25 +04:00
|
|
|
pseudo-device view 4 # views (needed for grfcc)
|
2000-09-24 19:59:26 +04:00
|
|
|
pseudo-device pty # pseudo-terminals
|
2002-06-17 09:14:02 +04:00
|
|
|
pseudo-device clockctl # user control of clock subsystem
|
1996-03-02 17:00:31 +03:00
|
|
|
|
2004-02-24 00:18:50 +03:00
|
|
|
#pseudo-device wsfont # wsfont(4) dynamic font loading support
|
|
|
|
|
1997-05-26 02:00:04 +04:00
|
|
|
pseudo-device vnd 4 # vnode pseudo-disks
|
1997-11-02 21:47:02 +03:00
|
|
|
pseudo-device ccd 4 # concatenated disk devices
|
2002-10-14 22:39:22 +04:00
|
|
|
#pseudo-device cgd 4 # cryptographic disk devices
|
2002-01-19 21:45:06 +03:00
|
|
|
pseudo-device raid 8 # RAIDframe disk driver
|
|
|
|
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
|
|
|
# Options to enable various other RAIDframe RAID types.
|
2002-06-18 21:45:13 +04:00
|
|
|
# options RF_INCLUDE_EVENODD=1
|
|
|
|
# options RF_INCLUDE_RAID5_RS=1
|
|
|
|
# options RF_INCLUDE_PARITYLOGGING=1
|
|
|
|
# options RF_INCLUDE_CHAINDECLUSTER=1
|
|
|
|
# options RF_INCLUDE_INTERDECLUSTER=1
|
2002-01-19 21:45:06 +03:00
|
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
2002-06-18 21:45:13 +04:00
|
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
1997-11-02 21:47:02 +03:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
|
|
|
#options RND_COM # use "com" randomness as well (BROKEN)
|
2003-07-28 00:42:41 +04:00
|
|
|
|
|
|
|
pseudo-device ksyms # /dev/ksyms (kernel symbols)
|
1994-03-14 04:02:46 +03:00
|
|
|
|
1997-01-31 04:45:40 +03:00
|
|
|
config netbsd root on ? type ?
|