head	1.3;
access;
symbols
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.09.09.05.35.46;	author imp;	state dead;
branches;
next	1.2;

1.2
date	2001.01.06.14.00.09;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.28.00.05.20;	author jon;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove duplicate entry.  Since we call things cbb in the source, pccbb
is obsolete.
@
text
@# $FreeBSD: src/sys/modules/pccbb/Makefile,v 1.2 2001/01/06 14:00:09 obrien Exp $

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

KMOD=	pccbb
SRCS=	pccbb.c \
	device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h

.include <bsd.kmod.mk>
@


1.2
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/pccbb/Makefile,v 1.1 2000/11/28 00:05:20 jon Exp $
@


1.1
log
@A bunch of newcard/cardbus changes that's been sitting in my tree for a while:

- Make pccbb/cardbus kld loadable and unloadable.
- Make pccbb/cardbus use the power interface from pccard instead of inventing its own.
- some other minor fixes
@
text
@d1 3
a3 1
# $FreeBSD: $
a4 1
.PATH:	${.CURDIR}/../../dev/pccbb
@

