summaryrefslogtreecommitdiffstats
path: root/sys/modules/pmc
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-10-24 14:46:40 +0000
committernyan <nyan@FreeBSD.org>2001-10-24 14:46:40 +0000
commitd59e014361f325e7c0136da5ec4b6a6575b2aa32 (patch)
tree7b65b1700e65f469476812a1f2bd54cb0ee86d9d /sys/modules/pmc
parentdb9a37a27ac55295c0d14f5f452955bfc74b1cef (diff)
downloadFreeBSD-src-d59e014361f325e7c0136da5ec4b6a6575b2aa32.zip
FreeBSD-src-d59e014361f325e7c0136da5ec4b6a6575b2aa32.tar.gz
Added the pmc driver which supports power management controller of
old NEC PC-98NOTE. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) MFC after: 1 week
Diffstat (limited to 'sys/modules/pmc')
-rw-r--r--sys/modules/pmc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/pmc/Makefile b/sys/modules/pmc/Makefile
new file mode 100644
index 0000000..59994a0
--- /dev/null
+++ b/sys/modules/pmc/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../pc98/pc98
+
+KMOD= pmc
+SRCS= pmc.c
+SRCS+= bus_if.h device_if.h isa_if.h
+
+.if ${MACHINE} == "pc98"
+CFLAGS+= -DPC98
+.endif
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud