]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A driver for the System Management Application Program
authorMatthew N. Dodd <mdodd@FreeBSD.org>
Fri, 17 Jan 2003 08:10:18 +0000 (08:10 +0000)
committerMatthew N. Dodd <mdodd@FreeBSD.org>
Fri, 17 Jan 2003 08:10:18 +0000 (08:10 +0000)
commit7534ac7ab77288e2ea1532970bb8264e43dd3631
tree9569a08b4ce3cebe0d49d0bb941a139c6b6d5f61
parent8ff601b27c0687261e7d4ca0cf248075cd8c8f4b
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.
12 files changed:
sys/conf/files.i386
sys/i386/bios/smapi.c [new file with mode: 0644]
sys/i386/bios/smapi_bios.S [new file with mode: 0644]
sys/i386/bios/smapi_isa.c [new file with mode: 0644]
sys/i386/bios/smapi_var.h [new file with mode: 0644]
sys/i386/include/smapi.h [new file with mode: 0644]
sys/i386/smapi/smapi.c [new file with mode: 0644]
sys/i386/smapi/smapi_bios.S [new file with mode: 0644]
sys/i386/smapi/smapi_isa.c [new file with mode: 0644]
sys/i386/smapi/smapi_var.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/smapi/Makefile [new file with mode: 0644]