(Regenerated atari and amiga)
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
This commit is contained in:
parent
01b024cd5b
commit
29dcb5e3f6
@ -1,13 +1,13 @@
|
||||
# $NetBSD: AMIGA,v 1.36 2001/06/11 01:50:52 wiz Exp $
|
||||
# $NetBSD: AMIGA,v 1.37 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
|
||||
# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
#ident "GENERIC-$Revision: 1.37 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
@ -50,6 +50,7 @@ options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
@ -91,7 +92,7 @@ options NFSSERVER # Network File System server side code
|
||||
|
||||
#Compatibility options for various existing systems
|
||||
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
#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
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
@ -109,6 +110,10 @@ options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
options SYSVSHM # System V-like shared memory
|
||||
options SYSVMSG # System V-like messages
|
||||
options SYSVSEM # System V-like semaphores
|
||||
#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
|
||||
|
||||
#Support for various kernel options
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $NetBSD: DRACO,v 1.53 2001/06/11 01:50:52 wiz Exp $
|
||||
# $NetBSD: DRACO,v 1.54 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
|
||||
# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.53 $"
|
||||
#ident "GENERIC-$Revision: 1.54 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
@ -38,6 +38,7 @@ options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
@ -79,7 +80,7 @@ options NFSSERVER # Network File System server side code
|
||||
|
||||
#Compatibility options for various existing systems
|
||||
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
#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
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
@ -97,6 +98,10 @@ options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
options SYSVSHM # System V-like shared memory
|
||||
options SYSVMSG # System V-like messages
|
||||
options SYSVSEM # System V-like semaphores
|
||||
#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
|
||||
|
||||
#Support for various kernel options
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $NetBSD: INSTALL,v 1.15 2001/06/11 01:50:52 wiz Exp $
|
||||
# $NetBSD: INSTALL,v 1.16 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
#
|
||||
# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
|
||||
# Created from: #NetBSD: GENERIC,v 1.160 2001/07/08 16:32:13 abs Exp $
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.15 $"
|
||||
#ident "GENERIC-$Revision: 1.16 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: ATARITT,v 1.38 2001/06/11 01:50:52 wiz Exp $
|
||||
# $NetBSD: ATARITT,v 1.39 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a GENERIC ATARI-TT
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
include "arch/atari/conf/std.atari"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
#ident "GENERIC-$Revision: 1.39 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -64,6 +64,8 @@ options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
#options IPFILTER_DEFAULT_BLOCK # block packages by default
|
||||
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
#File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
@ -88,7 +90,7 @@ options QUOTA # Disk quotas for local disks
|
||||
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.
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
@ -110,9 +112,9 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
||||
#options COMPAT_09 # has no meaning on the atari
|
||||
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
||||
#options COMPAT_SVR4 # Support to run SVR4 executables
|
||||
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: BOOT,v 1.37 2001/06/11 01:50:53 wiz Exp $
|
||||
# $NetBSD: BOOT,v 1.38 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a generic ATARI-Falcon
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
include "arch/atari/conf/std.atari"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.37 $"
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -110,7 +110,7 @@ nvr0 at mainbus0 # nvram driver
|
||||
wdc0 at mainbus0 # IDE-bus
|
||||
wd* at wdc? channel ? drive ?
|
||||
|
||||
#ATAPI bus support
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
|
||||
#ATAPI devices
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: BOOTX,v 1.31 2001/06/11 01:50:53 wiz Exp $
|
||||
# $NetBSD: BOOTX,v 1.32 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a generic ATARI-Falcon
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
include "arch/atari/conf/std.atari"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -121,7 +121,7 @@ ser0 at mainbus0 # UART on first 68901 (ttyB0)
|
||||
wdc0 at mainbus0 # IDE-bus
|
||||
wd* at wdc? channel ? drive ?
|
||||
|
||||
#ATAPI bus support
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
|
||||
#ATAPI devices
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: FALCON,v 1.38 2001/06/11 01:50:53 wiz Exp $
|
||||
# $NetBSD: FALCON,v 1.39 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a generic ATARI-Falcon
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
include "arch/atari/conf/std.atari"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
#ident "GENERIC-$Revision: 1.39 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -67,6 +67,8 @@ options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
#options IPFILTER_DEFAULT_BLOCK # block packages by default
|
||||
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
#File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
@ -91,7 +93,7 @@ options QUOTA # Disk quotas for local disks
|
||||
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.
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
@ -113,9 +115,9 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
||||
#options COMPAT_09 # has no meaning on the atari
|
||||
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
||||
#options COMPAT_SVR4 # Support to run SVR4 executables
|
||||
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
@ -202,7 +204,7 @@ ser0 at mainbus0 # UART on first 68901 (ttyB0)
|
||||
wdc0 at mainbus0 # IDE-bus
|
||||
wd* at wdc? channel ? drive ?
|
||||
|
||||
#ATAPI bus support
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
|
||||
#ATAPI devices
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: HADES,v 1.29 2001/06/11 01:50:53 wiz Exp $
|
||||
# $NetBSD: HADES,v 1.30 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: HADES.in,v 1.4 2001/04/10 06:28:38 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a generic Medusa-Hades
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
include "arch/atari/conf/std.hades"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.29 $"
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -63,6 +63,8 @@ options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
#options IPFILTER_DEFAULT_BLOCK # block packages by default
|
||||
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
#File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
@ -87,7 +89,7 @@ options QUOTA # Disk quotas for local disks
|
||||
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.
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
@ -109,9 +111,9 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
||||
#options COMPAT_09 # has no meaning on the atari
|
||||
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
||||
#options COMPAT_SVR4 # Support to run SVR4 executables
|
||||
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.2 2001/06/11 01:50:53 wiz Exp $
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.3 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.6 2001/06/07 07:56:57 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a generic Milan
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
include "arch/atari/conf/std.milan"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -63,6 +63,8 @@ options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
#options IPFILTER_DEFAULT_BLOCK # block packages by default
|
||||
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
#File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
@ -87,7 +89,7 @@ options QUOTA # Disk quotas for local disks
|
||||
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.
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
@ -109,9 +111,9 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
||||
#options COMPAT_09 # has no meaning on the atari
|
||||
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
||||
#options COMPAT_SVR4 # Support to run SVR4 executables
|
||||
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
@ -220,12 +222,12 @@ fdisa0 at fdcisa0 drive 0
|
||||
#a little endian (ISA) bus, in PIO mode this is essentially the same as
|
||||
#swapping the bytelanes. The fun starts when you use the PCIIDE DMA mode
|
||||
#provided by the PCI_ISA bridge on the Milan. CDROM's are OK, but the data
|
||||
# on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
|
||||
#on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
|
||||
#developers have thought up a solution, you can make a byteswapped disk
|
||||
#during the partioning with HDDRIVER and TOS supports booting from it!
|
||||
#Ok, now you have to choose:
|
||||
#- If _none_ of your disks are marked byteswapped by HDDRIVER, choose
|
||||
#the 1 version.
|
||||
#the 1 version.
|
||||
#- If _all_ of your disks are byteswapped, use the MILAN_PCIIDE version
|
||||
#The is no way to mix things!
|
||||
|
||||
@ -237,7 +239,7 @@ atapibus* at wdc? channel ? # ATAPI bus support
|
||||
|
||||
#The Milan uses wscons
|
||||
#XXX without the __HAVE_NWSCONS option, the keyboard won't work...
|
||||
#
|
||||
|
||||
options __HAVE_NWSCONS
|
||||
vga0 at pci? dev ? function ? # a PCI VGA card
|
||||
wsdisplay* at vga? console ? # as a wscons console
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.2 2001/06/11 01:50:53 wiz Exp $
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.3 2001/07/08 16:34:03 abs Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.6 2001/06/07 07:56:57 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
|
||||
# NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
|
||||
|
||||
#This configuration file is for a generic Milan
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
include "arch/atari/conf/std.milan"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
#Add support for about 16 users. This variable is used to size
|
||||
#various kernel structures.
|
||||
@ -63,6 +63,8 @@ options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
#options IPFILTER_DEFAULT_BLOCK # block packages by default
|
||||
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
#File systems
|
||||
file-system FFS # Berkeley fast file system
|
||||
file-system MFS # Memory based filesystem
|
||||
@ -87,7 +89,7 @@ options QUOTA # Disk quotas for local disks
|
||||
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.
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
@ -109,9 +111,9 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
||||
#options COMPAT_09 # has no meaning on the atari
|
||||
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
||||
#options COMPAT_SVR4 # Support to run SVR4 executables
|
||||
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#Support for System V IPC facilities.
|
||||
|
||||
@ -220,13 +222,13 @@ fdisa0 at fdcisa0 drive 0
|
||||
#a little endian (ISA) bus, in PIO mode this is essentially the same as
|
||||
#swapping the bytelanes. The fun starts when you use the PCIIDE DMA mode
|
||||
#provided by the PCI_ISA bridge on the Milan. CDROM's are OK, but the data
|
||||
# on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
|
||||
#on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
|
||||
#developers have thought up a solution, you can make a byteswapped disk
|
||||
#during the partioning with HDDRIVER and TOS supports booting from it!
|
||||
#Ok, now you have to choose:
|
||||
#- If _none_ of your disks are marked byteswapped by HDDRIVER, choose
|
||||
#the MILAN_ISAIDE version.
|
||||
#- If _all_ of your disks are byteswapped, use the 1 version
|
||||
#- If _all_ of your disks are byteswapped, use the 1 version
|
||||
#The is no way to mix things!
|
||||
|
||||
pciide* at pci? dev ? function ? flags 0x0000 # 2 PCIIDE channels
|
||||
@ -235,7 +237,7 @@ atapibus* at pciide? channel ? # ATAPI bus support
|
||||
|
||||
#The Milan uses wscons
|
||||
#XXX without the __HAVE_NWSCONS option, the keyboard won't work...
|
||||
#
|
||||
|
||||
options __HAVE_NWSCONS
|
||||
vga0 at pci? dev ? function ? # a PCI VGA card
|
||||
wsdisplay* at vga? console ? # as a wscons console
|
||||
|
Loading…
Reference in New Issue
Block a user