Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add dmover(9) glue.



details:   https://anonhg.NetBSD.org/src/rev/0e9ba011d389
branches:  trunk
changeset: 534695:0e9ba011d389
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Aug 02 00:32:12 2002 +0000

description:
Add dmover(9) glue.

diffstat:

 sys/conf/files |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cac807548f57 -r 0e9ba011d389 sys/conf/files
--- a/sys/conf/files    Fri Aug 02 00:31:35 2002 +0000
+++ b/sys/conf/files    Fri Aug 02 00:32:12 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.541 2002/07/07 15:09:52 drochner Exp $
+#      $NetBSD: files,v 1.542 2002/08/02 00:32:12 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -257,6 +257,11 @@
 include "dev/raidframe/files.raidframe"
 
 #
+# Hardware-assisted data mover API
+#
+include "dev/dmover/files.dmover"
+
+#
 # "Chipset" drivers.  These are the bus-independent routines which
 # contain the cfdrivers.  Attachments are provided by files.<bus>
 #



Home | Main Index | Thread Index | Old Index