From owner-cvs-src@FreeBSD.ORG  Tue Oct 25 03:49:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0EA4C16A41F;
	Tue, 25 Oct 2005 03:49:25 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9965B43D49;
	Tue, 25 Oct 2005 03:49:24 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9P3nOtF075969;
	Tue, 25 Oct 2005 03:49:24 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9P3nOdu075968;
	Tue, 25 Oct 2005 03:49:24 GMT (envelope-from imp)
Message-Id: <200510250349.j9P3nOdu075968@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Tue, 25 Oct 2005 03:49:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/dev/fe if_fe_pccard.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Oct 2005 03:49:25 -0000

imp         2005-10-25 03:49:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fe           if_fe_pccard.c 
  Log:
  Preliminary support for Xircom Credit Card Adapter.  Not to be
  confused with the Credit Card Adapter II and its spawn (which the xe
  driver supports).  These changes get my card probing and attaching.  I
  recently won one of these (and a NEC rebadged version) in an lot
  auction.  The NEC didn't work, so I took it apart and found the
  MB86960A chip and then modified if_fe_pccard.c to attach.  I can't
  test this card further since I have no dongle for this card.
  
  Revision  Changes    Path
  1.31      +55 -13    src/sys/dev/fe/if_fe_pccard.c