Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/padlock add padlock module glue
details: https://anonhg.NetBSD.org/src/rev/f928b34ca0d4
branches: trunk
changeset: 762331:f928b34ca0d4
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Feb 19 14:25:30 2011 +0000
description:
add padlock module glue
diffstat:
sys/modules/padlock/Makefile | 13 +++++++++++++
sys/modules/padlock/padlock.ioconf | 10 ++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
diffs (31 lines):
diff -r ac79a8b4d172 -r f928b34ca0d4 sys/modules/padlock/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/padlock/Makefile Sat Feb 19 14:25:30 2011 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2011/02/19 14:25:30 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/arch/x86/x86
+
+KMOD= padlock
+IOCONF= padlock.ioconf
+SRCS= via_padlock.c
+
+WARNS= 4
+
+.include <bsd.kmodule.mk>
diff -r ac79a8b4d172 -r f928b34ca0d4 sys/modules/padlock/padlock.ioconf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/padlock/padlock.ioconf Sat Feb 19 14:25:30 2011 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: padlock.ioconf,v 1.1 2011/02/19 14:25:30 jmcneill Exp $
+
+ioconf padlock
+
+include "conf/files"
+include "arch/x86/conf/files.x86"
+
+pseudo-root cpufeaturebus*
+
+padlock0 at cpufeaturebus?
Home |
Main Index |
Thread Index |
Old Index