Module Name: src
Committed By: pgoyette
Date: Wed Apr 25 13:55:17 UTC 2012
Modified Files:
src/distrib/sets/lists/modules: mi
src/sys/modules: Makefile
Log Message:
Actually create the if_axe module - driver was modularized a while ago.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.104 -r1.105 src/sys/modules/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/modules/mi
diff -u src/distrib/sets/lists/modules/mi:1.42 src/distrib/sets/lists/modules/mi:1.43
--- src/distrib/sets/lists/modules/mi:1.42 Wed Apr 25 04:49:46 2012
+++ src/distrib/sets/lists/modules/mi Wed Apr 25 13:55:17 2012
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.42 2012/04/25 04:49:46 pgoyette Exp $
+# $NetBSD: mi,v 1.43 2012/04/25 13:55:17 pgoyette Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -77,6 +77,8 @@
./@MODULEDIR@/gpiosim/gpiosim.kmod base-kernel-modules kmod
./@MODULEDIR@/hfs base-kernel-modules kmod
./@MODULEDIR@/hfs/hfs.kmod base-kernel-modules kmod
+./@MODULEDIR@/if_axe base-kernel-modules kmod
+./@MODULEDIR@/if_axe/if_axe.kmod base-kernel-modules kmod
./@MODULEDIR@/iic base-kernel-modules kmod
./@MODULEDIR@/iic/iic.kmod base-kernel-modules kmod
./@MODULEDIR@/iscsi base-kernel-modules kmod,iscsi
Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.104 src/sys/modules/Makefile:1.105
--- src/sys/modules/Makefile:1.104 Wed Apr 25 04:49:46 2012
+++ src/sys/modules/Makefile Wed Apr 25 13:55:17 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2012/04/25 04:49:46 pgoyette Exp $
+# $NetBSD: Makefile,v 1.105 2012/04/25 13:55:17 pgoyette Exp $
.include <bsd.own.mk>
@@ -31,6 +31,7 @@ SUBDIR+= gpioiic
SUBDIR+= gpioow
SUBDIR+= gpiosim
SUBDIR+= hfs
+SUBDIR+= if_axe
SUBDIR+= iic
SUBDIR+= kernfs
SUBDIR+= layerfs