Regenerate with new m4 mechanism (vs old cpp mechanism).
New files are same as old (except for whitespace differences), except that the new GENERIC doesn't have melody, because GENERIC defines DRACO and the latter can't have it.
This commit is contained in:
parent
c13ae5b7a9
commit
a0d38da2c9
@ -1,38 +1,42 @@
|
||||
# $NetBSD: AMIGA,v 1.52 2002/06/17 05:27:59 lukem Exp $
|
||||
# $NetBSD: AMIGA,v 1.53 2002/06/18 17:45:13 lukem Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
# 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.
|
||||
|
||||
#GENERIC machine description file
|
||||
|
||||
#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.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.52 $"
|
||||
#ident "GENERIC-$Revision: 1.53 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
||||
#mainboards to support (in addition to Amiga)
|
||||
|
||||
#
|
||||
# mainboards to support (in addition to Amiga)
|
||||
#
|
||||
options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
# MC68060 with an OS ROM up to (at least)
|
||||
# V40 (OS3.1) and want to boot with the
|
||||
@ -40,20 +44,20 @@ options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
# You do not need this if you have a DraCo,
|
||||
# have no 68060 or NEVER use the bootblock
|
||||
options P5PPC68KBOARD # Phase5 PPC/68K board support
|
||||
|
||||
#processors this kernel should support
|
||||
|
||||
#
|
||||
# processors this kernel should support
|
||||
#
|
||||
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 FPU_EMULATE # FPU emulation
|
||||
|
||||
#Networking options
|
||||
|
||||
#
|
||||
# Networking options
|
||||
#
|
||||
options INET # IP networking support (Required)
|
||||
options INET6 # IPV6
|
||||
#options IPSEC # IP security
|
||||
@ -77,6 +81,7 @@ 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
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured filesystem (experimental)
|
||||
@ -98,7 +103,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
|
||||
#Filesystem options
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
@ -109,7 +114,9 @@ options NFSSERVER # Network File System server side code
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
#Compatibility options for various existing systems
|
||||
#
|
||||
# Compatibility options for various existing systems
|
||||
#
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
||||
@ -126,8 +133,9 @@ options COMPAT_NOMID # allow nonvalid machine id executables
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
#
|
||||
# Support for System V IPC facilities.
|
||||
#
|
||||
options SYSVSHM # System V-like shared memory
|
||||
options SYSVMSG # System V-like messages
|
||||
options SYSVSEM # System V-like semaphores
|
||||
@ -136,21 +144,22 @@ options SYSVSEM # System V-like semaphores
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
|
||||
#Support for various kernel options
|
||||
#
|
||||
# Support for various kernel options
|
||||
#
|
||||
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # Loadable kernel modules
|
||||
options UCONSOLE # anyone can redirect a virtual console
|
||||
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USERCONF # userconf(4) support
|
||||
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
#
|
||||
options DDB # Kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options DIAGNOSTIC # Extra kernel sanity checks
|
||||
@ -159,8 +168,9 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options SCSIDEBUG # Add SCSI debugging statements
|
||||
#options PANICBUTTON # Forced crash via keypress (?)
|
||||
|
||||
#Amiga specific options
|
||||
|
||||
#
|
||||
# Amiga specific options
|
||||
#
|
||||
#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
|
||||
# first bank of RAM. (default: unlimited)
|
||||
#options NKPTADD=4 # set this for 4 additional KPT pages
|
||||
@ -170,18 +180,17 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
# increase NKPTADD if you get "out of PT pages"
|
||||
# panics.
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options KBDRESET # sync on Ctrl-Amiga-Amiga
|
||||
|
||||
#These options improve performance with the built-in serial port
|
||||
#on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
# These options improve performance with the built-in serial port
|
||||
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
#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
|
||||
@ -195,46 +204,44 @@ options GRF_A2024 # Support for the A2024
|
||||
options GRF_AGA # AGA Chip Set
|
||||
options GRF_AGA_VGA # AGA VGAONLY timing
|
||||
options GRF_SUPER72 # AGA Super-72
|
||||
|
||||
#options KFONT_8X11 # 8x11 font
|
||||
|
||||
#select a font for the console according to the character set and keymap
|
||||
#you want to use
|
||||
# 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
|
||||
|
||||
#This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
#The used frequencies are the defaults, and do not need option setting
|
||||
# This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
# The used frequencies are the defaults, and do not need option setting
|
||||
#options ULOWELL_OSC1=36000000
|
||||
#options ULOWELL_OSC2=66667000
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options RH_MEMCLK=61000000
|
||||
#this option enables the 64 bit sprite which does not 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.
|
||||
# this option enables the 64 bit sprite which does not 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.
|
||||
#options RH_64BIT_SPRITE
|
||||
#enables fast scroll code appears to now work on 040 systems.
|
||||
# enables fast scroll code appears to now work on 040 systems.
|
||||
#options RETINA_SPEED_HACK
|
||||
#enables the Hardwarecursor which does not work on some systems.
|
||||
# enables the Hardwarecursor which does not work on some systems.
|
||||
#options RH_HARDWARECURSOR
|
||||
|
||||
#wscons aware interface to amiga custom chips.
|
||||
#If you enable it enable also wskbd.
|
||||
# wscons aware interface to amiga custom chips.
|
||||
# If you enable it enable also wskbd.
|
||||
#
|
||||
|
||||
#amidisplaycc0 at mainbus0 # wscons interface to custom chips
|
||||
#wsdisplay0 at amidisplaycc0 console ?
|
||||
#options WSEMUL_VT100
|
||||
#options FONT_BOLD8x16
|
||||
#options FONT_VT220L8x10
|
||||
#options WSEMUL_VT100
|
||||
#options FONT_BOLD8x16
|
||||
#options FONT_VT220L8x10
|
||||
|
||||
grfcc0 at mainbus0 # custom chips
|
||||
grfrt0 at zbus0 # retina II
|
||||
|
||||
grfrh0 at zbus0 # retina III
|
||||
|
||||
grfcl* at zbus0 # Picasso II/Piccolo/Spectrum
|
||||
grful0 at zbus0 # A2410
|
||||
grfcv0 at zbus0 # CyberVision 64
|
||||
@ -243,20 +250,15 @@ grfcv3d0 at zbus0 # CyberVision 64/3D
|
||||
|
||||
grf0 at grfcc0
|
||||
grf1 at grfrt0
|
||||
|
||||
grf2 at grfrh0
|
||||
|
||||
grf3 at grfcl?
|
||||
grf4 at grful0
|
||||
grf5 at grfcv0
|
||||
grf6 at grfet?
|
||||
grf7 at grfcv3d0
|
||||
|
||||
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
|
||||
@ -285,14 +287,20 @@ iobl* at zbus? # zbus IOBlix
|
||||
com* at iobl? port ? # IOBlix serial ports
|
||||
lpt* at iobl? port ? # IOBlix parallel ports
|
||||
|
||||
#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
|
||||
# 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
|
||||
|
||||
#wskbd0 at kbd0 console ?
|
||||
|
||||
#Amiga Mainboard devices (sans graphics and keyboard)
|
||||
|
||||
#
|
||||
# Amiga Mainboard devices (sans graphics and keyboard)
|
||||
#
|
||||
|
||||
ser0 at mainbus0 # Amiga onboard serial
|
||||
par0 at mainbus0 # Amiga onboard parallel
|
||||
@ -301,13 +309,15 @@ 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?
|
||||
|
||||
#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
|
||||
#Alas, Melody-Z2 dont configure in the DraCo bus.
|
||||
#
|
||||
# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
|
||||
# Alas, Melody-Z2 dont configure in the DraCo bus.
|
||||
melody* at zbus0 # Melody MPEG audio decoder
|
||||
audio* at melody?
|
||||
|
||||
@ -317,19 +327,20 @@ audio* at repulse?
|
||||
toccata* at zbus0 # MacroSystem GmbH Toccata
|
||||
audio* at toccata?
|
||||
|
||||
#Ethernet cards:
|
||||
# Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
ne* at zbus0 # AriadneII, X-surf
|
||||
ed* at zbus0 # Hydra, ASDG LanRover
|
||||
es* at zbus0 # CEI A4066 EthernetPLUS
|
||||
qn* at zbus0 # Quicknet
|
||||
|
||||
# Arcnet
|
||||
bah* at zbus0 # C=/Ameristar A2060 / 560
|
||||
|
||||
#Greater Valley Product Bus
|
||||
# Greater Valley Product Bus
|
||||
gvpbus* at zbus0
|
||||
|
||||
#scsi stuff, all possible
|
||||
# scsi stuff, all possible
|
||||
gtsc0 at gvpbus? # GVP series II scsi
|
||||
scsibus* at gtsc0
|
||||
ahsc0 at mainbus0 # A3000 scsi
|
||||
@ -373,8 +384,8 @@ scsibus* at empsc0
|
||||
#idesc0 at mainbus0 # A4000 & A1200 IDE
|
||||
#scsibus* at idesc0
|
||||
|
||||
#<<< comment out the wdc/atapibus entries below if the idesc lines above >>>
|
||||
#<<< are uncommented >>>
|
||||
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
|
||||
# <<< are uncommented >>>
|
||||
wdc0 at mainbus0 # A4000 & A1200 IDE bus
|
||||
wd* at wdc? drive ? # + drives
|
||||
atapibus* at wdc? channel ? # ATAPI bus
|
||||
@ -396,13 +407,15 @@ mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
|
||||
com* at mhzc?
|
||||
sm* at mhzc?
|
||||
|
||||
#each hard drive from low target to high
|
||||
#will configure to the next available sd unit number
|
||||
|
||||
|
||||
|
||||
# each hard drive from low target to high
|
||||
# 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 cds
|
||||
ch* at scsibus? target ? lun ? # scsi autochangers
|
||||
|
||||
ss* at scsibus? target ? lun ? # scsi scanner
|
||||
uk* at scsibus? target ? lun ? # scsi unknown
|
||||
|
||||
@ -428,14 +441,14 @@ pseudo-device vnd 4 # vnode pseudo-disks
|
||||
pseudo-device ccd 4 # concatenated disk devices
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#Options to enable various other RAIDframe RAID types.
|
||||
#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
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# 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
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
@ -1,47 +1,52 @@
|
||||
# $NetBSD: DRACO,v 1.68 2002/06/17 05:28:00 lukem Exp $
|
||||
# $NetBSD: DRACO,v 1.69 2002/06/18 17:45:14 lukem Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
# 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.
|
||||
|
||||
#GENERIC machine description file
|
||||
|
||||
#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.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.68 $"
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
||||
#mainboards to support (in addition to Amiga)
|
||||
|
||||
#
|
||||
# mainboards to support (in addition to Amiga)
|
||||
#
|
||||
options DRACO
|
||||
|
||||
#processors this kernel should support
|
||||
|
||||
#
|
||||
# processors this kernel should support
|
||||
#
|
||||
options M68060 # support for 060
|
||||
options M060SP # MC68060 software support (Required for 060)
|
||||
|
||||
#Networking options
|
||||
|
||||
#
|
||||
# Networking options
|
||||
#
|
||||
options INET # IP networking support (Required)
|
||||
options INET6 # IPV6
|
||||
#options IPSEC # IP security
|
||||
@ -65,6 +70,7 @@ 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
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured filesystem (experimental)
|
||||
@ -86,7 +92,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
|
||||
#Filesystem options
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
@ -97,7 +103,9 @@ options NFSSERVER # Network File System server side code
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
#Compatibility options for various existing systems
|
||||
#
|
||||
# Compatibility options for various existing systems
|
||||
#
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
||||
@ -114,8 +122,9 @@ options COMPAT_NOMID # allow nonvalid machine id executables
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
#
|
||||
# Support for System V IPC facilities.
|
||||
#
|
||||
options SYSVSHM # System V-like shared memory
|
||||
options SYSVMSG # System V-like messages
|
||||
options SYSVSEM # System V-like semaphores
|
||||
@ -124,21 +133,22 @@ options SYSVSEM # System V-like semaphores
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
|
||||
#Support for various kernel options
|
||||
#
|
||||
# Support for various kernel options
|
||||
#
|
||||
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # Loadable kernel modules
|
||||
options UCONSOLE # anyone can redirect a virtual console
|
||||
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USERCONF # userconf(4) support
|
||||
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
#
|
||||
options DDB # Kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options DIAGNOSTIC # Extra kernel sanity checks
|
||||
@ -147,8 +157,9 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options SCSIDEBUG # Add SCSI debugging statements
|
||||
#options PANICBUTTON # Forced crash via keypress (?)
|
||||
|
||||
#Amiga specific options
|
||||
|
||||
#
|
||||
# Amiga specific options
|
||||
#
|
||||
#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
|
||||
# first bank of RAM. (default: unlimited)
|
||||
#options NKPTADD=4 # set this for 4 additional KPT pages
|
||||
@ -158,47 +169,46 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
# increase NKPTADD if you get "out of PT pages"
|
||||
# panics.
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options KBDRESET # sync on Ctrl-Amiga-Amiga
|
||||
|
||||
#These options improve performance with the built-in serial port
|
||||
#on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
# These options improve performance with the built-in serial port
|
||||
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
#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 KFONT_8X11 # 8x11 font
|
||||
|
||||
#select a font for the console according to the character set and keymap
|
||||
#you want to use
|
||||
# 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
|
||||
|
||||
#This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
#The used frequencies are the defaults, and do not need option setting
|
||||
# This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
# The used frequencies are the defaults, and do not need option setting
|
||||
#options ULOWELL_OSC1=36000000
|
||||
#options ULOWELL_OSC2=66667000
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options RH_MEMCLK=61000000
|
||||
#this option enables the 64 bit sprite which does not 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.
|
||||
# this option enables the 64 bit sprite which does not 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.
|
||||
#options RH_64BIT_SPRITE
|
||||
#enables fast scroll code appears to now work on 040 systems.
|
||||
# enables fast scroll code appears to now work on 040 systems.
|
||||
#options RETINA_SPEED_HACK
|
||||
#enables the Hardwarecursor which does not work on some systems.
|
||||
# enables the Hardwarecursor which does not work on some systems.
|
||||
#options RH_HARDWARECURSOR
|
||||
|
||||
|
||||
grfrh0 at zbus0 # retina III
|
||||
|
||||
grf2 at grfrh0
|
||||
|
||||
ite2 at grf2 # terminal emulators for grfs
|
||||
|
||||
msc0 at zbus0 # A2232 MSC multiport serial.
|
||||
@ -223,21 +233,31 @@ iobl* at zbus? # zbus IOBlix
|
||||
com* at iobl? port ? # IOBlix serial ports
|
||||
lpt* at iobl? port ? # IOBlix parallel ports
|
||||
|
||||
#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
|
||||
# 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
|
||||
|
||||
#wskbd0 at kbd0 console ?
|
||||
|
||||
#DraCo Mainboard devices (sans keyboard)
|
||||
|
||||
|
||||
#
|
||||
# DraCo Mainboard devices (sans keyboard)
|
||||
#
|
||||
|
||||
drbbc0 at mainbus0 # DraCo battery backed clock
|
||||
drsupio0 at mainbus0 # DraCo superio chip
|
||||
com* at drsupio? port ? # DraCo serial
|
||||
lpt0 at drsupio? port ? # DraCo parallel
|
||||
|
||||
#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
|
||||
|
||||
repulse* at zbus0 # ALiENDESiGN Repulse
|
||||
audio* at repulse?
|
||||
@ -245,25 +265,27 @@ audio* at repulse?
|
||||
toccata* at zbus0 # MacroSystem GmbH Toccata
|
||||
audio* at toccata?
|
||||
|
||||
#Ethernet cards:
|
||||
# Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
ne* at zbus0 # AriadneII, X-surf
|
||||
ed* at zbus0 # Hydra, ASDG LanRover
|
||||
es* at zbus0 # CEI A4066 EthernetPLUS
|
||||
qn* at zbus0 # Quicknet
|
||||
|
||||
# Arcnet
|
||||
bah* at zbus0 # C=/Ameristar A2060 / 560
|
||||
|
||||
|
||||
drsc0 at mainbus0 # DraCo scsi
|
||||
scsibus* at drsc0
|
||||
|
||||
#each hard drive from low target to high
|
||||
#will configure to the next available sd unit number
|
||||
|
||||
# each hard drive from low target to high
|
||||
# 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 cds
|
||||
ch* at scsibus? target ? lun ? # scsi autochangers
|
||||
|
||||
ss* at scsibus? target ? lun ? # scsi scanner
|
||||
uk* at scsibus? target ? lun ? # scsi unknown
|
||||
|
||||
@ -289,14 +311,14 @@ pseudo-device vnd 4 # vnode pseudo-disks
|
||||
pseudo-device ccd 4 # concatenated disk devices
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#Options to enable various other RAIDframe RAID types.
|
||||
#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
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# 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
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
@ -1,4 +1,9 @@
|
||||
# $NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.182 2002/06/18 17:45:14 lukem Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -18,29 +23,13 @@
|
||||
# of each device driver in this file see the section 4 man page for the
|
||||
# device.
|
||||
|
||||
#
|
||||
#if 0
|
||||
# GENERIC Amiga or DraCo
|
||||
#
|
||||
# This configuration file contains all possible options
|
||||
#
|
||||
# make AMIGA extracts the AMIGA configuration file.
|
||||
# make DRACO extracts the DRACO configuration file.
|
||||
# make INSTALL extracts the INSTALL configuration file.
|
||||
#
|
||||
# commit them, too.
|
||||
#endif
|
||||
#
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.181 $"
|
||||
#ident "GENERIC-$Revision: 1.182 $"
|
||||
|
||||
#ifdef INSTALL_CONFIGURATION
|
||||
makeoptions COPTS="-Os"
|
||||
#endif
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
@ -48,11 +37,7 @@ options RTC_OFFSET=0
|
||||
#
|
||||
# mainboards to support (in addition to Amiga)
|
||||
#
|
||||
#ifdef DRACO_CONFIGURATION
|
||||
options DRACO
|
||||
|
||||
#endif
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
# MC68060 with an OS ROM up to (at least)
|
||||
# V40 (OS3.1) and want to boot with the
|
||||
@ -60,19 +45,16 @@ options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
# You do not need this if you have a DraCo,
|
||||
# have no 68060 or NEVER use the bootblock
|
||||
options P5PPC68KBOARD # Phase5 PPC/68K board support
|
||||
#endif
|
||||
#
|
||||
# processors this kernel should support
|
||||
#
|
||||
options M68060 # support for 060
|
||||
options M060SP # MC68060 software support (Required for 060)
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
options M68040 # support for 040
|
||||
options FPSP # MC68040 floating point support
|
||||
options M68030 # support for 030
|
||||
options M68020 # support for 020/851
|
||||
options FPU_EMULATE # FPU emulation
|
||||
#endif
|
||||
|
||||
#
|
||||
# Networking options
|
||||
@ -85,7 +67,6 @@ options INET6 # IPV6
|
||||
#options GATEWAY # Packet forwarding
|
||||
#options DIRECTED_BROADCAST # Broadcast across subnets
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
#options MROUTING # Multicast routing
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
@ -94,7 +75,6 @@ options ISO,TPIP # OSI
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
#endif
|
||||
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
@ -107,9 +87,7 @@ file-system FFS # Berkeley fast file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured filesystem (experimental)
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
file-system MFS # Memory based filesystem
|
||||
#endif
|
||||
|
||||
file-system NFS # Network File System client side code
|
||||
file-system ADOSFS # AmigaDOS file system
|
||||
@ -118,7 +96,6 @@ file-system MSDOSFS # MS-DOS filesystem
|
||||
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system NULLFS # loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
@ -126,17 +103,14 @@ file-system OVERLAY # overlay filesystem
|
||||
file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
#endif
|
||||
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
options QUOTA # User and group quotas in FFS
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server side code
|
||||
#endif
|
||||
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
@ -145,7 +119,6 @@ options NFSSERVER # Network File System server side code
|
||||
# Compatibility options for various existing systems
|
||||
#
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
||||
options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
@ -157,12 +130,10 @@ options COMPAT_SUNOS # Support to run Sun (m68k) executables
|
||||
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
|
||||
options COMPAT_NOMID # allow nonvalid machine id executables
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#endif
|
||||
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
#
|
||||
# Support for System V IPC facilities.
|
||||
#
|
||||
@ -173,26 +144,19 @@ options SYSVSEM # System V-like semaphores
|
||||
#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
|
||||
#endif
|
||||
|
||||
#
|
||||
# Support for various kernel options
|
||||
#
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # Loadable kernel modules
|
||||
options UCONSOLE # anyone can redirect a virtual console
|
||||
#endif
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USERCONF # userconf(4) support
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#else
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#endif
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
@ -228,15 +192,12 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options LEV6_DEFER # defers l6 to l4 (below serial l5)
|
||||
|
||||
options RETINACONSOLE # enable code to allow retina to be console
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
options ULOWELLCONSOLE # enable code to allow a2410 to be console
|
||||
options CL5426CONSOLE # Cirrus console
|
||||
options CV64CONSOLE # CyberVision console
|
||||
options TSENGCONSOLE # Tseng console
|
||||
options CV3DCONSOLE # CyberVision 64/3D console
|
||||
#endif
|
||||
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
options GRF_ECS # Enhanced Chip Set
|
||||
options GRF_NTSC # NTSC
|
||||
options GRF_PAL # PAL
|
||||
@ -244,7 +205,6 @@ options GRF_A2024 # Support for the A2024
|
||||
options GRF_AGA # AGA Chip Set
|
||||
options GRF_AGA_VGA # AGA VGAONLY timing
|
||||
options GRF_SUPER72 # AGA Super-72
|
||||
#endif
|
||||
#options KFONT_8X11 # 8x11 font
|
||||
|
||||
# select a font for the console according to the character set and keymap
|
||||
@ -270,54 +230,41 @@ options KFONT_CONS_ISO8859_1
|
||||
# enables the Hardwarecursor which does not work on some systems.
|
||||
#options RH_HARDWARECURSOR
|
||||
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
# wscons aware interface to amiga custom chips.
|
||||
# If you enable it enable also wskbd.
|
||||
#
|
||||
|
||||
#amidisplaycc0 at mainbus0 # wscons interface to custom chips
|
||||
#wsdisplay0 at amidisplaycc0 console ?
|
||||
#options WSEMUL_VT100
|
||||
#options FONT_BOLD8x16
|
||||
#options FONT_VT220L8x10
|
||||
#endif
|
||||
#options WSEMUL_VT100
|
||||
#options FONT_BOLD8x16
|
||||
#options FONT_VT220L8x10
|
||||
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
grfcc0 at mainbus0 # custom chips
|
||||
grfrt0 at zbus0 # retina II
|
||||
#endif
|
||||
grfrh0 at zbus0 # retina III
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
grfcl* at zbus0 # Picasso II/Piccolo/Spectrum
|
||||
grful0 at zbus0 # A2410
|
||||
grfcv0 at zbus0 # CyberVision 64
|
||||
grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin)
|
||||
grfcv3d0 at zbus0 # CyberVision 64/3D
|
||||
#endif
|
||||
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
grf0 at grfcc0
|
||||
grf1 at grfrt0
|
||||
#endif
|
||||
grf2 at grfrh0
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
grf3 at grfcl?
|
||||
grf4 at grful0
|
||||
grf5 at grfcv0
|
||||
grf6 at grfet?
|
||||
grf7 at grfcv3d0
|
||||
#endif
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
ite0 at grf0 # terminal emulators for grfs
|
||||
ite1 at grf1 # terminal emulators for grfs
|
||||
#endif
|
||||
ite2 at grf2 # terminal emulators for grfs
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
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
|
||||
#endif
|
||||
|
||||
msc0 at zbus0 # A2232 MSC multiport serial.
|
||||
mfc0 at zbus0 # MultiFaceCard I/O board
|
||||
@ -348,10 +295,10 @@ lpt* at iobl? port ? # IOBlix parallel ports
|
||||
# Don't enable wskbd if you use ite.
|
||||
#
|
||||
# XXX in std.amiga: kbd0 at mainbus0
|
||||
|
||||
#wskbd0 at kbd0 console ?
|
||||
|
||||
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
#
|
||||
# Amiga Mainboard devices (sans graphics and keyboard)
|
||||
#
|
||||
@ -363,13 +310,9 @@ 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
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
aucc* at mainbus0 # Amiga CC audio
|
||||
audio* at aucc?
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef DRACO_CONFIGURATION
|
||||
#
|
||||
# DraCo Mainboard devices (sans keyboard)
|
||||
#
|
||||
@ -378,25 +321,17 @@ drbbc0 at mainbus0 # DraCo battery backed clock
|
||||
drsupio0 at mainbus0 # DraCo superio chip
|
||||
com* at drsupio? port ? # DraCo serial
|
||||
lpt0 at drsupio? port ? # DraCo parallel
|
||||
#endif
|
||||
|
||||
#
|
||||
# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
#ifndef DRACO_CONFIGURATION
|
||||
# Alas, Melody-Z2 dont configure in the DraCo bus.
|
||||
melody* at zbus0 # Melody MPEG audio decoder
|
||||
audio* at melody?
|
||||
#endif
|
||||
|
||||
repulse* at zbus0 # ALiENDESiGN Repulse
|
||||
audio* at repulse?
|
||||
|
||||
toccata* at zbus0 # MacroSystem GmbH Toccata
|
||||
audio* at toccata?
|
||||
#endif
|
||||
|
||||
# Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
@ -408,7 +343,6 @@ qn* at zbus0 # Quicknet
|
||||
# Arcnet
|
||||
bah* at zbus0 # C=/Ameristar A2060 / 560
|
||||
|
||||
#ifdef AMIGA_CONFIGURATION
|
||||
# Greater Valley Product Bus
|
||||
gvpbus* at zbus0
|
||||
|
||||
@ -479,12 +413,9 @@ mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
|
||||
com* at mhzc?
|
||||
sm* at mhzc?
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef DRACO_CONFIGURATION
|
||||
drsc0 at mainbus0 # DraCo scsi
|
||||
scsibus* at drsc0
|
||||
#endif
|
||||
|
||||
|
||||
# each hard drive from low target to high
|
||||
@ -493,10 +424,8 @@ sd* at scsibus? target ? lun ? # scsi disks
|
||||
st* at scsibus? target ? lun ? # scsi tapes
|
||||
cd* at scsibus? target ? lun ? # scsi cds
|
||||
ch* at scsibus? target ? lun ? # scsi autochangers
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
ss* at scsibus? target ? lun ? # scsi scanner
|
||||
uk* at scsibus? target ? lun ? # scsi unknown
|
||||
#endif
|
||||
|
||||
pseudo-device loop # loopback network interface
|
||||
pseudo-device sl 1 # SLIP network interfaces
|
||||
@ -521,13 +450,13 @@ pseudo-device ccd 4 # concatenated disk devices
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# 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
|
||||
# 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
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
@ -1,42 +1,44 @@
|
||||
# $NetBSD: INSTALL,v 1.30 2002/06/17 05:28:00 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.31 2002/06/18 17:45:15 lukem Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
# 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.
|
||||
|
||||
#GENERIC machine description file
|
||||
|
||||
#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.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
||||
#mainboards to support (in addition to Amiga)
|
||||
|
||||
#
|
||||
# mainboards to support (in addition to Amiga)
|
||||
#
|
||||
options DRACO
|
||||
|
||||
options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
# MC68060 with an OS ROM up to (at least)
|
||||
# V40 (OS3.1) and want to boot with the
|
||||
@ -44,20 +46,20 @@ options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
# You do not need this if you have a DraCo,
|
||||
# have no 68060 or NEVER use the bootblock
|
||||
options P5PPC68KBOARD # Phase5 PPC/68K board support
|
||||
|
||||
#processors this kernel should support
|
||||
|
||||
#
|
||||
# processors this kernel should support
|
||||
#
|
||||
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 FPU_EMULATE # FPU emulation
|
||||
|
||||
#Networking options
|
||||
|
||||
#
|
||||
# Networking options
|
||||
#
|
||||
options INET # IP networking support (Required)
|
||||
options INET6 # IPV6
|
||||
#options IPSEC # IP security
|
||||
@ -66,16 +68,19 @@ options INET6 # IPV6
|
||||
#options GATEWAY # Packet forwarding
|
||||
#options DIRECTED_BROADCAST # Broadcast across subnets
|
||||
|
||||
|
||||
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
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured filesystem (experimental)
|
||||
|
||||
|
||||
file-system NFS # Network File System client side code
|
||||
file-system ADOSFS # AmigaDOS file system
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge filesystem
|
||||
@ -83,28 +88,36 @@ file-system MSDOSFS # MS-DOS filesystem
|
||||
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
|
||||
#Filesystem options
|
||||
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
#Compatibility options for various existing systems
|
||||
#
|
||||
# Compatibility options for various existing systems
|
||||
#
|
||||
|
||||
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for various kernel options
|
||||
|
||||
#
|
||||
# Support for various kernel options
|
||||
#
|
||||
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
#
|
||||
options DDB # Kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options DIAGNOSTIC # Extra kernel sanity checks
|
||||
@ -113,8 +126,9 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options SCSIDEBUG # Add SCSI debugging statements
|
||||
#options PANICBUTTON # Forced crash via keypress (?)
|
||||
|
||||
#Amiga specific options
|
||||
|
||||
#
|
||||
# Amiga specific options
|
||||
#
|
||||
#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
|
||||
# first bank of RAM. (default: unlimited)
|
||||
#options NKPTADD=4 # set this for 4 additional KPT pages
|
||||
@ -124,18 +138,17 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
# increase NKPTADD if you get "out of PT pages"
|
||||
# panics.
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options KBDRESET # sync on Ctrl-Amiga-Amiga
|
||||
|
||||
#These options improve performance with the built-in serial port
|
||||
#on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
# These options improve performance with the built-in serial port
|
||||
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
#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
|
||||
@ -149,46 +162,44 @@ options GRF_A2024 # Support for the A2024
|
||||
options GRF_AGA # AGA Chip Set
|
||||
options GRF_AGA_VGA # AGA VGAONLY timing
|
||||
options GRF_SUPER72 # AGA Super-72
|
||||
|
||||
#options KFONT_8X11 # 8x11 font
|
||||
|
||||
#select a font for the console according to the character set and keymap
|
||||
#you want to use
|
||||
# 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
|
||||
|
||||
#This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
#The used frequencies are the defaults, and do not need option setting
|
||||
# This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
# The used frequencies are the defaults, and do not need option setting
|
||||
#options ULOWELL_OSC1=36000000
|
||||
#options ULOWELL_OSC2=66667000
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options RH_MEMCLK=61000000
|
||||
#this option enables the 64 bit sprite which does not 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.
|
||||
# this option enables the 64 bit sprite which does not 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.
|
||||
#options RH_64BIT_SPRITE
|
||||
#enables fast scroll code appears to now work on 040 systems.
|
||||
# enables fast scroll code appears to now work on 040 systems.
|
||||
#options RETINA_SPEED_HACK
|
||||
#enables the Hardwarecursor which does not work on some systems.
|
||||
# enables the Hardwarecursor which does not work on some systems.
|
||||
#options RH_HARDWARECURSOR
|
||||
|
||||
#wscons aware interface to amiga custom chips.
|
||||
#If you enable it enable also wskbd.
|
||||
# wscons aware interface to amiga custom chips.
|
||||
# If you enable it enable also wskbd.
|
||||
#
|
||||
|
||||
#amidisplaycc0 at mainbus0 # wscons interface to custom chips
|
||||
#wsdisplay0 at amidisplaycc0 console ?
|
||||
#options WSEMUL_VT100
|
||||
#options FONT_BOLD8x16
|
||||
#options FONT_VT220L8x10
|
||||
#options WSEMUL_VT100
|
||||
#options FONT_BOLD8x16
|
||||
#options FONT_VT220L8x10
|
||||
|
||||
grfcc0 at mainbus0 # custom chips
|
||||
grfrt0 at zbus0 # retina II
|
||||
|
||||
grfrh0 at zbus0 # retina III
|
||||
|
||||
grfcl* at zbus0 # Picasso II/Piccolo/Spectrum
|
||||
grful0 at zbus0 # A2410
|
||||
grfcv0 at zbus0 # CyberVision 64
|
||||
@ -197,20 +208,15 @@ grfcv3d0 at zbus0 # CyberVision 64/3D
|
||||
|
||||
grf0 at grfcc0
|
||||
grf1 at grfrt0
|
||||
|
||||
grf2 at grfrh0
|
||||
|
||||
grf3 at grfcl?
|
||||
grf4 at grful0
|
||||
grf5 at grfcv0
|
||||
grf6 at grfet?
|
||||
grf7 at grfcv3d0
|
||||
|
||||
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
|
||||
@ -239,14 +245,20 @@ iobl* at zbus? # zbus IOBlix
|
||||
com* at iobl? port ? # IOBlix serial ports
|
||||
lpt* at iobl? port ? # IOBlix parallel ports
|
||||
|
||||
#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
|
||||
# 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
|
||||
|
||||
#wskbd0 at kbd0 console ?
|
||||
|
||||
#Amiga Mainboard devices (sans graphics and keyboard)
|
||||
|
||||
#
|
||||
# Amiga Mainboard devices (sans graphics and keyboard)
|
||||
#
|
||||
|
||||
ser0 at mainbus0 # Amiga onboard serial
|
||||
par0 at mainbus0 # Amiga onboard parallel
|
||||
@ -256,28 +268,34 @@ fd* at fdc0 unit ? # floppy disks on the later
|
||||
a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock
|
||||
a2kbbc0 at mainbus0 # A2000 battery backed clock
|
||||
|
||||
#DraCo Mainboard devices (sans keyboard)
|
||||
#
|
||||
# DraCo Mainboard devices (sans keyboard)
|
||||
#
|
||||
|
||||
drbbc0 at mainbus0 # DraCo battery backed clock
|
||||
drsupio0 at mainbus0 # DraCo superio chip
|
||||
com* at drsupio? port ? # DraCo serial
|
||||
lpt0 at drsupio? port ? # DraCo parallel
|
||||
|
||||
#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
|
||||
#Ethernet cards:
|
||||
|
||||
# Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
ne* at zbus0 # AriadneII, X-surf
|
||||
ed* at zbus0 # Hydra, ASDG LanRover
|
||||
es* at zbus0 # CEI A4066 EthernetPLUS
|
||||
qn* at zbus0 # Quicknet
|
||||
|
||||
# Arcnet
|
||||
bah* at zbus0 # C=/Ameristar A2060 / 560
|
||||
|
||||
#Greater Valley Product Bus
|
||||
# Greater Valley Product Bus
|
||||
gvpbus* at zbus0
|
||||
|
||||
#scsi stuff, all possible
|
||||
# scsi stuff, all possible
|
||||
gtsc0 at gvpbus? # GVP series II scsi
|
||||
scsibus* at gtsc0
|
||||
ahsc0 at mainbus0 # A3000 scsi
|
||||
@ -321,8 +339,8 @@ scsibus* at empsc0
|
||||
#idesc0 at mainbus0 # A4000 & A1200 IDE
|
||||
#scsibus* at idesc0
|
||||
|
||||
#<<< comment out the wdc/atapibus entries below if the idesc lines above >>>
|
||||
#<<< are uncommented >>>
|
||||
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
|
||||
# <<< are uncommented >>>
|
||||
wdc0 at mainbus0 # A4000 & A1200 IDE bus
|
||||
wd* at wdc? drive ? # + drives
|
||||
atapibus* at wdc? channel ? # ATAPI bus
|
||||
@ -344,11 +362,13 @@ mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
|
||||
com* at mhzc?
|
||||
sm* at mhzc?
|
||||
|
||||
|
||||
drsc0 at mainbus0 # DraCo scsi
|
||||
scsibus* at drsc0
|
||||
|
||||
#each hard drive from low target to high
|
||||
#will configure to the next available sd unit number
|
||||
|
||||
# each hard drive from low target to high
|
||||
# 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 cds
|
||||
@ -369,21 +389,21 @@ pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
||||
pseudo-device view 4 # views (needed for grfcc)
|
||||
pseudo-device pty 2 # pseudo-terminals
|
||||
pseudo-device pty 2 # pseudo-terminals
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
|
||||
pseudo-device vnd 4 # vnode pseudo-disks
|
||||
pseudo-device ccd 4 # concatenated disk devices
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#Options to enable various other RAIDframe RAID types.
|
||||
#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
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# 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
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
@ -1,61 +1,64 @@
|
||||
# $NetBSD: WSCONS,v 1.6 2002/06/17 05:28:00 lukem Exp $
|
||||
# $NetBSD: WSCONS,v 1.7 2002/06/18 17:45:15 lukem Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
|
||||
# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
# 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.
|
||||
|
||||
#GENERIC machine description file
|
||||
|
||||
#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.
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
|
||||
#mainboards to support (in addition to Amiga)
|
||||
|
||||
#
|
||||
# mainboards to support (in addition to Amiga)
|
||||
#
|
||||
options DRACO
|
||||
|
||||
options BB060STUPIDROM # You need this, if you have a non-DraCo
|
||||
#MC68060 with an OS ROM up to (at least)
|
||||
#V40 (OS3.1) and want to boot with the
|
||||
#bootblock.
|
||||
#You do not need this if you have a DraCo,
|
||||
#have no 68060 or NEVER use the bootblock
|
||||
# MC68060 with an OS ROM up to (at least)
|
||||
# V40 (OS3.1) and want to boot with the
|
||||
# bootblock.
|
||||
# You do not need this if you have a DraCo,
|
||||
# have no 68060 or NEVER use the bootblock
|
||||
options P5PPC68KBOARD # Phase5 PPC/68K board support
|
||||
|
||||
#processors this kernel should support
|
||||
|
||||
#
|
||||
# processors this kernel should support
|
||||
#
|
||||
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 FPU_EMULATE # FPU emulation
|
||||
|
||||
#Networking options
|
||||
|
||||
#
|
||||
# Networking options
|
||||
#
|
||||
options INET # IP networking support (Required)
|
||||
options INET6 # IPV6
|
||||
#options IPSEC # IP security
|
||||
@ -79,6 +82,7 @@ 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
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured filesystem (experimental)
|
||||
@ -100,7 +104,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
|
||||
#Filesystem options
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
@ -109,9 +113,11 @@ options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Network File System server side code
|
||||
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
#immutable) behave as system flags.
|
||||
# immutable) behave as system flags.
|
||||
|
||||
#Compatibility options for various existing systems
|
||||
#
|
||||
# Compatibility options for various existing systems
|
||||
#
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
||||
@ -128,8 +134,9 @@ options COMPAT_NOMID # allow nonvalid machine id executables
|
||||
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
|
||||
options COMPAT_AOUT_M68K # actually make some system calls work.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
#
|
||||
# Support for System V IPC facilities.
|
||||
#
|
||||
options SYSVSHM # System V-like shared memory
|
||||
options SYSVMSG # System V-like messages
|
||||
options SYSVSEM # System V-like semaphores
|
||||
@ -138,21 +145,22 @@ options SYSVSEM # System V-like semaphores
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
|
||||
#Support for various kernel options
|
||||
#
|
||||
# Support for various kernel options
|
||||
#
|
||||
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # Loadable kernel modules
|
||||
options UCONSOLE # anyone can redirect a virtual console
|
||||
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USERCONF # userconf(4) support
|
||||
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
#
|
||||
options DDB # Kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options DIAGNOSTIC # Extra kernel sanity checks
|
||||
@ -161,28 +169,29 @@ options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options SCSIDEBUG # Add SCSI debugging statements
|
||||
#options PANICBUTTON # Forced crash via keypress (?)
|
||||
|
||||
#Amiga specific options
|
||||
|
||||
#
|
||||
# Amiga specific options
|
||||
#
|
||||
#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
|
||||
#first bank of RAM. (default: unlimited)
|
||||
# first bank of RAM. (default: unlimited)
|
||||
#options NKPTADD=4 # set this for 4 additional KPT pages
|
||||
#options NKPTADDSHIFT=24 # set this for 1 additional KPT page
|
||||
#per 16 MB (1<<24 bytes) of RAM
|
||||
#uncomment and decrease this, or uncomment and
|
||||
#increase NKPTADD if you get "out of PT pages"
|
||||
#panics.
|
||||
#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.
|
||||
# per 16 MB (1<<24 bytes) of RAM
|
||||
# uncomment and decrease this, or uncomment and
|
||||
# increase NKPTADD if you get "out of PT pages"
|
||||
# panics.
|
||||
|
||||
# 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.
|
||||
#options KBDRESET # sync on Ctrl-Amiga-Amiga
|
||||
|
||||
#These options improve performance with the built-in serial port
|
||||
#on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
# These options improve performance with the built-in serial port
|
||||
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
#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
|
||||
@ -196,73 +205,40 @@ options GRF_A2024 # Support for the A2024
|
||||
options GRF_AGA # AGA Chip Set
|
||||
options GRF_AGA_VGA # AGA VGAONLY timing
|
||||
options GRF_SUPER72 # AGA Super-72
|
||||
|
||||
#options KFONT_8X11 # 8x11 font
|
||||
|
||||
#select a font for the console according to the character set and keymap
|
||||
#you want to use
|
||||
# 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
|
||||
|
||||
#This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
#The used frequencies are the defaults, and do not need option setting
|
||||
# This is how you would tell the kernel the A2410 oscillator frequencies:
|
||||
# The used frequencies are the defaults, and do not need option setting
|
||||
#options ULOWELL_OSC1=36000000
|
||||
#options ULOWELL_OSC2=66667000
|
||||
|
||||
#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.
|
||||
# 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.
|
||||
#options RH_MEMCLK=61000000
|
||||
#this option enables the 64 bit sprite which does not 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.
|
||||
# this option enables the 64 bit sprite which does not 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.
|
||||
#options RH_64BIT_SPRITE
|
||||
#enables fast scroll code appears to now work on 040 systems.
|
||||
# enables fast scroll code appears to now work on 040 systems.
|
||||
#options RETINA_SPEED_HACK
|
||||
#enables the Hardwarecursor which does not work on some systems.
|
||||
# enables the Hardwarecursor which does not work on some systems.
|
||||
#options RH_HARDWARECURSOR
|
||||
|
||||
#wscons aware interface to amiga custom chips.
|
||||
#If you enable it enable also wskbd.
|
||||
|
||||
# wscons aware interface to amiga custom chips.
|
||||
# If you enable it enable also wskbd.
|
||||
#
|
||||
amidisplaycc0 at mainbus0 # wscons interface to custom chips
|
||||
wsdisplay0 at amidisplaycc0 console ?
|
||||
options WSEMUL_VT100
|
||||
options FONT_BOLD8x16
|
||||
options FONT_VT220L8x10
|
||||
options WSEMUL_VT100
|
||||
options FONT_BOLD8x16
|
||||
options FONT_VT220L8x10
|
||||
|
||||
#grfcc0 at mainbus0 # custom chips
|
||||
#grfrt0 at zbus0 # retina II
|
||||
|
||||
#grfrh0 at zbus0 # retina III
|
||||
|
||||
#grfcl* at zbus0 # Picasso II/Piccolo/Spectrum
|
||||
#grful0 at zbus0 # A2410
|
||||
#grfcv0 at zbus0 # CyberVision 64
|
||||
#grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin)
|
||||
#grfcv3d0 at zbus0 # CyberVision 64/3D
|
||||
|
||||
#grf0 at grfcc0
|
||||
#grf1 at grfrt0
|
||||
|
||||
#grf2 at grfrh0
|
||||
|
||||
#grf3 at grfcl?
|
||||
#grf4 at grful0
|
||||
#grf5 at grfcv0
|
||||
#grf6 at grfet?
|
||||
#grf7 at grfcv3d0
|
||||
|
||||
#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
|
||||
|
||||
msc0 at zbus0 # A2232 MSC multiport serial.
|
||||
mfc0 at zbus0 # MultiFaceCard I/O board
|
||||
@ -286,14 +262,19 @@ iobl* at zbus? # zbus IOBlix
|
||||
com* at iobl? port ? # IOBlix serial ports
|
||||
lpt* at iobl? port ? # IOBlix parallel ports
|
||||
|
||||
#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
|
||||
# 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
|
||||
wskbd0 at kbd0 console ?
|
||||
|
||||
#Amiga Mainboard devices (sans graphics and keyboard)
|
||||
|
||||
#
|
||||
# Amiga Mainboard devices (sans graphics and keyboard)
|
||||
#
|
||||
|
||||
ser0 at mainbus0 # Amiga onboard serial
|
||||
par0 at mainbus0 # Amiga onboard parallel
|
||||
@ -302,18 +283,22 @@ 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?
|
||||
|
||||
#DraCo Mainboard devices (sans keyboard)
|
||||
#
|
||||
# DraCo Mainboard devices (sans keyboard)
|
||||
#
|
||||
|
||||
drbbc0 at mainbus0 # DraCo battery backed clock
|
||||
drsupio0 at mainbus0 # DraCo superio chip
|
||||
com* at drsupio? port ? # DraCo serial
|
||||
lpt0 at drsupio? port ? # DraCo parallel
|
||||
|
||||
#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
|
||||
#
|
||||
|
||||
|
||||
repulse* at zbus0 # ALiENDESiGN Repulse
|
||||
audio* at repulse?
|
||||
@ -321,19 +306,20 @@ audio* at repulse?
|
||||
toccata* at zbus0 # MacroSystem GmbH Toccata
|
||||
audio* at toccata?
|
||||
|
||||
#Ethernet cards:
|
||||
# Ethernet cards:
|
||||
le* at zbus0 # A2065, Ameristar, Ariadne
|
||||
ne* at zbus0 # AriadneII, X-surf
|
||||
ed* at zbus0 # Hydra, ASDG LanRover
|
||||
es* at zbus0 # CEI A4066 EthernetPLUS
|
||||
qn* at zbus0 # Quicknet
|
||||
|
||||
# Arcnet
|
||||
bah* at zbus0 # C=/Ameristar A2060 / 560
|
||||
|
||||
#Greater Valley Product Bus
|
||||
# Greater Valley Product Bus
|
||||
gvpbus* at zbus0
|
||||
|
||||
#scsi stuff, all possible
|
||||
# scsi stuff, all possible
|
||||
gtsc0 at gvpbus? # GVP series II scsi
|
||||
scsibus* at gtsc0
|
||||
ahsc0 at mainbus0 # A3000 scsi
|
||||
@ -377,8 +363,8 @@ scsibus* at empsc0
|
||||
#idesc0 at mainbus0 # A4000 & A1200 IDE
|
||||
#scsibus* at idesc0
|
||||
|
||||
#<<< comment out the wdc/atapibus entries below if the idesc lines above >>>
|
||||
#<<< are uncommented >>>
|
||||
# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
|
||||
# <<< are uncommented >>>
|
||||
wdc0 at mainbus0 # A4000 & A1200 IDE bus
|
||||
wd* at wdc? drive ? # + drives
|
||||
atapibus* at wdc? channel ? # ATAPI bus
|
||||
@ -400,16 +386,17 @@ mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
|
||||
com* at mhzc?
|
||||
sm* at mhzc?
|
||||
|
||||
|
||||
drsc0 at mainbus0 # DraCo scsi
|
||||
scsibus* at drsc0
|
||||
|
||||
#each hard drive from low target to high
|
||||
#will configure to the next available sd unit number
|
||||
|
||||
# each hard drive from low target to high
|
||||
# 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 cds
|
||||
ch* at scsibus? target ? lun ? # scsi autochangers
|
||||
|
||||
ss* at scsibus? target ? lun ? # scsi scanner
|
||||
uk* at scsibus? target ? lun ? # scsi unknown
|
||||
|
||||
@ -435,14 +422,14 @@ pseudo-device vnd 4 # vnode pseudo-disks
|
||||
pseudo-device ccd 4 # concatenated disk devices
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#Options to enable various other RAIDframe RAID types.
|
||||
#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
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# 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
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
Loading…
Reference in New Issue
Block a user