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


1.2
date	2008.07.04.19.13.15;	author jhb;	state dead;
branches;
next	1.1;

1.1
date	2008.05.28.20.26.25;	author jhb;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 180261 on 2008-07-04 19:13:15Z by jhb

Remove the cnw(4) driver.  No one responded to calls to test it on current@@
and stable@@.  It also is a driver for an older non-802.11 wireless PC card
that is quite slow in comparison to say, wi(4).  I know Warner wants this
driver axed as well.
@
text
@# $FreeBSD: src/sys/modules/cnw/Makefile,v 1.1 2008/05/28 20:26:25 jhb Exp $

.PATH:  ${.CURDIR}/../../dev/cnw
KMOD	= if_cnw
SRCS	= if_cnw.c
SRCS   += device_if.h bus_if.h card_if.h

.include <bsd.kmod.mk>
@


1.1
log
@Add a module for cnw(4) and build it on i386.
@
text
@d1 1
a1 1
# $FreeBSD$
@

