From owner-cvs-all@FreeBSD.ORG Thu Feb 8 16:18:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4213816A412; Thu, 8 Feb 2007 16:18:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E21713C471; Thu, 8 Feb 2007 16:18:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l18GI2hc040750; Thu, 8 Feb 2007 16:18:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18GI2VB040749; Thu, 8 Feb 2007 16:18:02 GMT (envelope-from jhb) Message-Id: <200702081618.l18GI2VB040749@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 Feb 2007 16:18:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Feb 2007 16:18:11 -0000 jhb 2007-02-08 16:18:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bce if_bce.c Log: MFC 1.18: Fix a typo in the device table that prevented 5708S adapters from being probed. Revision Changes Path 1.2.2.12 +2 -2 src/sys/dev/bce/if_bce.c