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


1.2
date	2012.11.17.01.53.00;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.10.16.01.10.43;	author gonzo;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/sys/modules/sdhci_pci/Makefile 241600 2012-10-16 01:10:43Z gonzo $

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

KMOD=	sdhci_pci
SRCS=	sdhci_pci.c sdhci.h sdhci_if.h device_if.h bus_if.h pci_if.h mmcbr_if.h

.include <bsd.kmod.mk>
@


1.1
log
@SVN rev 241600 on 2012-10-16 01:10:43Z by gonzo

Split sdhci driver in two parts: sdhci and sdhci_pci.
sdchi encapsulates a generic SD Host Controller logic that relies on
actual hardware driver for register access.

sdhci_pci implements driver for PCI SDHC controllers using new SDHCI
interface

No kernel config modifications are required, but if you load sdhc
as a module you must switch to sdhci_pci instead.
@
text
@d1 1
a1 1
# $FreeBSD$
@

