regen:
add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
This commit is contained in:
parent
78f59c0127
commit
431b02b81f
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# $NetBSD: ATARITT,v 1.41 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: ATARITT,v 1.42 2002/01/27 13:56:49 jdolecek 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.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a GENERIC ATARI-TT
|
||||
|
||||
|
@ -88,7 +88,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
|
||||
|
||||
|
@ -129,6 +129,7 @@ options SYSVSEM # System V semaphores
|
|||
|
||||
options KTRACE # Add kernel tracing system call
|
||||
options DIAGNOSTIC # Add additional error checking code
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
@ -160,6 +161,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -172,10 +174,18 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device ccd 4 # concatenating disk driver
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
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
|
||||
pseudo-device ipfilter # IP filtering device
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# $NetBSD: BOOT,v 1.40 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: BOOT,v 1.41 2002/01/27 13:56:49 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a generic ATARI-Falcon
|
||||
|
||||
|
@ -65,6 +65,8 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
|||
options COMPAT_AOUT_M68K # Compatibility to a.out executables
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
||||
|
@ -89,6 +91,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -111,7 +114,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.34 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: BOOTX,v 1.35 2002/01/27 13:56:49 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a generic ATARI-Falcon
|
||||
|
||||
|
@ -69,6 +69,8 @@ options COMPAT_14 # Compatibility to NetBSD1.4
|
|||
options COMPAT_AOUT_M68K # Compatibility to a.out executables
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
||||
|
@ -93,6 +95,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -122,7 +125,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.41 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: FALCON,v 1.42 2002/01/27 13:56:49 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a generic ATARI-Falcon
|
||||
|
||||
|
@ -91,7 +91,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
|
||||
|
||||
|
@ -132,6 +132,7 @@ options SYSVSEM # System V semaphores
|
|||
|
||||
options KTRACE # Add kernel tracing system call
|
||||
options DIAGNOSTIC # Add additional error checking code
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
@ -163,6 +164,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -175,10 +177,18 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device ccd 4 # concatenating disk driver
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
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
|
||||
pseudo-device ipfilter # IP filtering device
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
|
@ -208,7 +218,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.32 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: HADES,v 1.33 2002/01/27 13:56:49 jdolecek 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.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a generic Medusa-Hades
|
||||
|
||||
|
@ -87,7 +87,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
|
||||
|
||||
|
@ -128,6 +128,7 @@ options SYSVSEM # System V semaphores
|
|||
|
||||
options KTRACE # Add kernel tracing system call
|
||||
options DIAGNOSTIC # Add additional error checking code
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
@ -162,6 +163,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -174,10 +176,18 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device ccd 4 # concatenating disk driver
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
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
|
||||
pseudo-device ipfilter # IP filtering device
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.6 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.7 2002/01/27 13:56:49 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.8 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a generic Milan
|
||||
|
||||
|
@ -87,7 +87,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
|
||||
|
||||
|
@ -128,6 +128,7 @@ options SYSVSEM # System V semaphores
|
|||
|
||||
options KTRACE # Add kernel tracing system call
|
||||
options DIAGNOSTIC # Add additional error checking code
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
@ -159,6 +160,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -171,10 +173,18 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device ccd 4 # concatenating disk driver
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
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
|
||||
pseudo-device ipfilter # IP filtering device
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
|
@ -226,12 +236,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!
|
||||
|
||||
|
@ -243,7 +253,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.6 2001/11/20 11:30:44 lukem Exp $
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.7 2002/01/27 13:56:49 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.8 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.10 2001/11/20 11:29:41 lukem Exp $
|
||||
# NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
|
||||
#This configuration file is for a generic Milan
|
||||
|
||||
|
@ -87,7 +87,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
|
||||
|
||||
|
@ -128,6 +128,7 @@ options SYSVSEM # System V semaphores
|
|||
|
||||
options KTRACE # Add kernel tracing system call
|
||||
options DIAGNOSTIC # Add additional error checking code
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#These options enable verbose messages for several subsystems.
|
||||
#Warning, these may compile large string tables into the kernel!
|
||||
|
@ -159,6 +160,7 @@ config netbsd root on ? type ?
|
|||
|
||||
pseudo-device sl # Slip
|
||||
pseudo-device ppp # ppp
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
|
||||
|
@ -171,10 +173,18 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device ccd 4 # concatenating disk driver
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
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
|
||||
pseudo-device ipfilter # IP filtering device
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
|
@ -226,13 +236,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
|
||||
|
@ -241,7 +251,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