Sat Nov 13 14:38:44 2010 UTC ()
Add pseudo-device dmoverio(4) to ALL


(pgoyette)
diff -r1.277 -r1.278 src/sys/arch/i386/conf/ALL

cvs diff -r1.277 -r1.278 src/sys/arch/i386/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/i386/conf/ALL 2010/11/13 09:48:55 1.277
+++ src/sys/arch/i386/conf/ALL 2010/11/13 14:38:44 1.278
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.277 2010/11/13 09:48:55 jnemeth Exp $ 1# $NetBSD: ALL,v 1.278 2010/11/13 14:38:44 pgoyette Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/i386/conf/std.i386" 16include "arch/i386/conf/std.i386"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.277 $" 20#ident "ALL-$Revision: 1.278 $"
21 21
22maxusers 64 # estimated number of users 22maxusers 64 # estimated number of users
23 23
24makeoptions USE_SSP=yes 24makeoptions USE_SSP=yes
25 25
26# CPU-related options. 26# CPU-related options.
27options VM86 # virtual 8086 emulation 27options VM86 # virtual 8086 emulation
28options USER_LDT # user-settable LDT; used by WINE 28options USER_LDT # user-settable LDT; used by WINE
29options X86EMU # 386 Real Mode emulator 29options X86EMU # 386 Real Mode emulator
30options PAE # PAE mode (36 bits physical addressing) 30options PAE # PAE mode (36 bits physical addressing)
31 31
32# Enhanced SpeedStep Technology in the Pentium M 32# Enhanced SpeedStep Technology in the Pentium M
33options ENHANCED_SPEEDSTEP 33options ENHANCED_SPEEDSTEP
@@ -1691,26 +1691,29 @@ pseudo-device cmos @@ -1691,26 +1691,29 @@ pseudo-device cmos
1691 1691
1692# pseudo audio device driver 1692# pseudo audio device driver
1693pseudo-device pad 1693pseudo-device pad
1694 1694
1695# userland interface to drivers, including autoconf and properties retrieval 1695# userland interface to drivers, including autoconf and properties retrieval
1696pseudo-device drvctl 1696pseudo-device drvctl
1697 1697
1698# Pass-to-Userspace Transporter 1698# Pass-to-Userspace Transporter
1699pseudo-device putter 1699pseudo-device putter
1700 1700
1701# Userspace block/char drivers 1701# Userspace block/char drivers
1702pseudo-device pud 1702pseudo-device pud
1703 1703
 1704# Hardware-assisted data mover interface
 1705pseudo-device dmoverio
 1706
1704options FILEASSOC # fileassoc(9) - required for Veriexec 1707options FILEASSOC # fileassoc(9) - required for Veriexec
1705 1708
1706# Veriexec 1709# Veriexec
1707pseudo-device veriexec 1710pseudo-device veriexec
1708# 1711#
1709# Uncomment the fingerprint methods below that are desired. Note that 1712# Uncomment the fingerprint methods below that are desired. Note that
1710# removing fingerprint methods will have almost no impact on the kernel 1713# removing fingerprint methods will have almost no impact on the kernel
1711# code size. 1714# code size.
1712# 1715#
1713options VERIFIED_EXEC_FP_RMD160 1716options VERIFIED_EXEC_FP_RMD160
1714options VERIFIED_EXEC_FP_SHA256 1717options VERIFIED_EXEC_FP_SHA256
1715options VERIFIED_EXEC_FP_SHA384 1718options VERIFIED_EXEC_FP_SHA384
1716options VERIFIED_EXEC_FP_SHA512 1719options VERIFIED_EXEC_FP_SHA512