head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2003.03.29.15.20.45;	author mdodd;	state dead;
branches;
next	1.3;

1.3
date	2003.03.24.22.25.08;	author mdodd;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.24.19.14.46;	author mdodd;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.17.08.10.18;	author mdodd;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Add module infrastructure for 'vpd' and 'smbios' and move 'smbios'
to new home.
@
text
@# $FreeBSD: src/sys/modules/smapi/Makefile,v 1.3 2003/03/24 22:25:08 mdodd Exp $

.PATH:  ${.CURDIR}/../../i386/bios

KMOD=	smapi
SRCS=	smapi.c smapi_bios.S \
	bus_if.h device_if.h

.include <bsd.kmod.mk>
@


1.3
log
@I seem to have forgotten this.  Sorry.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Use repo-copied files in sys/i386/bios.
@
text
@d6 2
a7 2
SRCS=	smapi_isa.c smapi.c smapi_bios.S \
	bus_if.h device_if.h isa_if.h
@


1.1
log
@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.
@
text
@d3 1
a3 1
.PATH:  ${.CURDIR}/../../i386/smapi
@

