summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-01-17 08:10:18 +0000
committermdodd <mdodd@FreeBSD.org>2003-01-17 08:10:18 +0000
commitdef7e1bda051583fcc3525070ac5429f314f7fcf (patch)
tree9569a08b4ce3cebe0d49d0bb941a139c6b6d5f61 /sys/modules
parent67dc3cf7fb55dd4317169204e4235cc4b359827c (diff)
downloadFreeBSD-src-def7e1bda051583fcc3525070ac5429f314f7fcf.zip
FreeBSD-src-def7e1bda051583fcc3525070ac5429f314f7fcf.tar.gz
A driver for the System Management Application Program
Interface (SMAPI) BIOS, which is present on some IBM Thinkpad models (560, 600, 770 to name a few.) The SMAPI BIOS provides access to System Information, System Configuration, and Power Management.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/smapi/Makefile9
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 3309033..50c5efd 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -211,6 +211,7 @@ SUBDIR+=aac \
iir \
mly \
s3 \
+ smapi \
vesa
.elif ${MACHINE} == "pc98"
diff --git a/sys/modules/smapi/Makefile b/sys/modules/smapi/Makefile
new file mode 100644
index 0000000..7e9ebee
--- /dev/null
+++ b/sys/modules/smapi/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../i386/smapi
+
+KMOD= smapi
+SRCS= smapi_isa.c smapi.c smapi_bios.S \
+ bus_if.h device_if.h isa_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud