From owner-cvs-src@FreeBSD.ORG Sat Jul 9 05:14:33 2005 Return-Path: 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 1C0CA16A41C; Sat, 9 Jul 2005 05:14:33 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D445443D48; Sat, 9 Jul 2005 05:14:32 +0000 (GMT) (envelope-from scottl@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 j695EWHk028797; Sat, 9 Jul 2005 05:14:32 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j695EWpm028796; Sat, 9 Jul 2005 05:14:32 GMT (envelope-from scottl) Message-Id: <200507090514.j695EWpm028796@repoman.freebsd.org> From: Scott Long Date: Sat, 9 Jul 2005 05:14:32 +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/sn if_sn_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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 05:14:33 -0000 scottl 2005-07-09 05:14:32 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn_pccard.c Log: Fix the build. The SMC_8020BT define doesn't exist yet. Approved by: re (implicit) Revision Changes Path 1.31 +2 -0 src/sys/dev/sn/if_sn_pccard.c