head	1.12;
access;
symbols
	RELENG_6_4_0_RELEASE:1.11.20.1
	RELENG_6_4:1.11.0.20
	RELENG_6_4_BP:1.11
	RELENG_6_3_0_RELEASE:1.11
	RELENG_6_3:1.11.0.18
	RELENG_6_3_BP:1.11
	RELENG_6_2_0_RELEASE:1.11
	RELENG_6_2:1.11.0.16
	RELENG_6_2_BP:1.11
	RELENG_5_5_0_RELEASE:1.11
	RELENG_5_5:1.11.0.14
	RELENG_5_5_BP:1.11
	RELENG_6_1_0_RELEASE:1.11
	RELENG_6_1:1.11.0.12
	RELENG_6_1_BP:1.11
	RELENG_6_0_0_RELEASE:1.11
	RELENG_6_0:1.11.0.10
	RELENG_6_0_BP:1.11
	RELENG_6:1.11.0.8
	RELENG_6_BP:1.11
	RELENG_5_4_0_RELEASE:1.11
	RELENG_5_4:1.11.0.6
	RELENG_5_4_BP:1.11
	RELENG_5_3_0_RELEASE:1.11
	RELENG_5_3:1.11.0.4
	RELENG_5_3_BP:1.11
	RELENG_5:1.11.0.2
	RELENG_5_BP:1.11
	RELENG_5_2_1_RELEASE:1.10
	RELENG_5_2_0_RELEASE:1.10
	RELENG_5_2:1.10.0.6
	RELENG_5_2_BP:1.10
	RELENG_5_1_0_RELEASE:1.10
	RELENG_5_1:1.10.0.4
	RELENG_5_1_BP:1.10
	RELENG_5_0_0_RELEASE:1.10
	RELENG_5_0:1.10.0.2
	RELENG_5_0_BP:1.10
	KSE_MILESTONE_2:1.6
	KSE_PRE_MILESTONE_2:1.6
	PRE_SMPNG:1.1;
locks; strict;
comment	@# @;


1.12
date	2005.11.17.06.51.49;	author ru;	state dead;
branches;
next	1.11;

1.11
date	2004.05.26.00.53.06;	author imp;	state Exp;
branches
	1.11.8.1
	1.11.20.1;
next	1.10;

1.10
date	2002.11.06.13.46.59;	author nyan;	state Exp;
branches;
next	1.9;

1.9
date	2002.05.30.17.38.00;	author takawata;	state Exp;
branches;
next	1.8;

1.8
date	2002.01.11.15.48.56;	author ru;	state Exp;
branches;
next	1.7;

1.7
date	2002.01.11.01.19.25;	author msmith;	state Exp;
branches;
next	1.6;

1.6
date	2001.05.16.07.35.54;	author imp;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.04.08.23.12;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.06.14.00.09;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.02.21.40.41;	author imp;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.20.19.52.03;	author imp;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.18.05.08.57;	author imp;	state Exp;
branches;
next	;

1.11.8.1
date	2012.11.17.07.44.24;	author svnexp;	state Exp;
branches;
next	;

1.11.20.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Remove vestiges of oldcard and owi.
@
text
@# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.11 2004/05/26 00:53:06 imp Exp $

.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci

KMOD=	oldcard
SRCS=	pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
	opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
	power_if.h card_if.h pccarddevs.h

EXPORT_SYMS=	YES	# XXX evaluate

.if ${MACHINE} == "pc98"
SRCS += mecia.c
.endif

.include <bsd.kmod.mk>
@


1.11
log
@Move to generating pccarddevs.h on the fly, both for the kernel and
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.11.8.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/oldcard/Makefile 129740 2004-05-26 00:53:10Z imp $
@


1.11.20.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.10
log
@Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
@
text
@d8 1
a8 1
	power_if.h card_if.h 
@


1.9
log
@Make oldcard and newcard kernel module work.
@
text
@a12 1
CFLAGS += -DPC98
@


1.8
log
@Drop <bsd.man.mk> support from <bsd.kmod.mk>.

Not objected to by:	-current
@
text
@d8 1
a8 1
	power_if.h card_if.h power_if.c card_if.c
@


1.7
log
@Turn on unconditional symbol export for modules whose API is
not clear enough, will require additional analysis, or will
require some input from their maintainers.
@
text
@a8 1
NOMAN=
@


1.6
log
@Catch up with some recent changes:
	1) pcic_isa.c
	2) For pc98, add mecia driver and -DPC98 to command line.
	3) pcic_p.c -> pcic_pci.c
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.5 2001/02/04 08:23:12 peter Exp $
d10 2
@


1.5
log
@Zap some bad examples:
opt_foo.h:
	touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.4 2001/01/06 14:00:09 obrien Exp $
d6 1
a6 1
SRCS=	pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \
d10 5
@


1.4
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.3 2001/01/02 21:40:41 imp Exp $
a9 3

opt_pcic.h:
	touch $@@
@


1.3
log
@add pcic_p to the list of things built
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.2 2000/09/20 19:52:03 imp Exp $
d3 4
a6 3
.PATH:  ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
KMOD=   oldcard
SRCS=   pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \
@


1.2
log
@No need to generate opt_compat_oldisa.h
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.1 2000/06/18 05:08:57 imp Exp $
d3 1
a3 1
.PATH:  ${.CURDIR}/../../pccard
d5 2
a6 2
SRCS=   pccard.c pcic.c pccard_beep.c pccard_nbk.c \
	opt_pcic.h device_if.h bus_if.h isa_if.h \
@


1.1
log
@Preliminary commit of oldcard module.  This might not work, but will.
This should allow one to load oldcard or newcard for testing.  Please
let me know if this doesn't work.  Don't load this and either of pcic
or pccard.  I've not tried it, but I suspect bad things will happen.
@
text
@d1 1
a1 1
# $FreeBSD$
d6 1
a6 2
	opt_pcic.h opt_compat_oldisa.h \
	device_if.h bus_if.h isa_if.h \
a10 3
	touch $@@

opt_compat_oldisa.h:
@

