From owner-cvs-all@FreeBSD.ORG Thu Jan 20 20:08:22 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944D116A4CE; Thu, 20 Jan 2005 20:08:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E6F43D1D; Thu, 20 Jan 2005 20:08:22 +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 j0KK8Icd085265; Thu, 20 Jan 2005 20:08:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0KK8II8085264; Thu, 20 Jan 2005 20:08:18 GMT (envelope-from imp) Message-Id: <200501202008.j0KK8II8085264@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Jan 2005 20:08:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fe if_fe_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 20:08:22 -0000 imp 2005-01-20 20:08:18 UTC FreeBSD src repository Modified files: sys/dev/fe if_fe_pccard.c Log: Only attach to network functions. This should be a nop since I'm not aware of any fe based cards that do anything except network (well, maybe the fujitsu scsi/lan card, but I've only seen two of those on ebay in the last 3 years). Revision Changes Path 1.19 +10 -0 src/sys/dev/fe/if_fe_pccard.c