Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add pseudo-device dmoverio(4) to ALL



details:   https://anonhg.NetBSD.org/src/rev/73cbf4e8f521
branches:  trunk
changeset: 758709:73cbf4e8f521
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Nov 13 14:38:44 2010 +0000

description:
Add pseudo-device dmoverio(4) to ALL

diffstat:

 sys/arch/i386/conf/ALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r bc79b9cee82a -r 73cbf4e8f521 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Nov 13 14:08:20 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Nov 13 14:38:44 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.277 2010/11/13 09:48:55 jnemeth Exp $
+# $NetBSD: ALL,v 1.278 2010/11/13 14:38:44 pgoyette Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.277 $"
+#ident                 "ALL-$Revision: 1.278 $"
 
 maxusers       64              # estimated number of users
 
@@ -1701,6 +1701,9 @@
 # Userspace block/char drivers
 pseudo-device  pud
 
+# Hardware-assisted data mover interface
+pseudo-device  dmoverio
+
 options        FILEASSOC               # fileassoc(9) - required for Veriexec
 
 # Veriexec



Home | Main Index | Thread Index | Old Index