head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.2.2
	RELENG_7_4:1.1.2.2.0.4
	RELENG_7_4_BP:1.1.2.2
	RELENG_7_3_0_RELEASE:1.1.2.2
	RELENG_7_3:1.1.2.2.0.2
	RELENG_7_3_BP:1.1.2.2
	RELENG_7_2_0_RELEASE:1.1.2.1.4.1
	RELENG_7_2:1.1.2.1.0.4
	RELENG_7_2_BP:1.1.2.1
	RELENG_7_1_0_RELEASE:1.1.2.1.2.1
	RELENG_7_1:1.1.2.1.0.2
	RELENG_7_1_BP:1.1.2.1
	RELENG_7:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2009.03.13.16.08.08;	author rpaulo;	state dead;
branches;
next	1.1;

1.1
date	2008.04.12.14.20.22;	author rpaulo;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2008.07.06.16.24.50;	author rpaulo;	state Exp;
branches
	1.1.2.1.2.1
	1.1.2.1.4.1;
next	1.1.2.2;

1.1.2.2
date	2009.05.21.17.09.23;	author rpaulo;	state dead;
branches;
next	;

1.1.2.1.2.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

1.1.2.1.4.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 189768 on 2009-03-13 16:08:08Z by rpaulo

Rename the k8temp driver to amdtemp.

MFC after:	2 weeks
@
text
@# $FreeBSD: src/sys/modules/k8temp/Makefile,v 1.1 2008/04/12 14:20:22 rpaulo Exp $

.PATH:	${.CURDIR}/../../dev/k8temp

KMOD=	k8temp
SRCS=	k8temp.c bus_if.h device_if.h pci_if.h

.include <bsd.kmod.mk>
@


1.1
log
@Connect k8temp(4) to the build.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.2.1
log
@SVN rev 180327 on 2008-07-06 16:24:50Z by rpaulo

MFC k8temp (r178151, r178152, r178153, r178392, r178949, r178988,
	    r180312, r180313, r180326):

A driver to monitor AMD K8 CPU temperature via builtin sensors.
This should now be fairly stable as all known bugs have been corrected.
@
text
@@


1.1.2.2
log
@SVN rev 192548 on 2009-05-21 17:09:23Z by rpaulo

MFC 189748, 189768, 189769, 189774:
  Rename k8temp to amdtemp and add support for the 10h and 11h families.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/k8temp/Makefile,v 1.1.2.1 2008/07/06 16:24:50 rpaulo Exp $
@


1.1.2.1.4.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.1.2.1.2.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


