From owner-cvs-all@FreeBSD.ORG Wed Jun 18 06:35:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC4A1065687; Wed, 18 Jun 2008 06:35:57 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1C1F8FC2D; Wed, 18 Jun 2008 06:35:56 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5I6Zu22090703; Wed, 18 Jun 2008 06:35:56 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5I6Zutg090702; Wed, 18 Jun 2008 06:35:56 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200806180635.m5I6Zutg090702@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Wed, 18 Jun 2008 06:35:37 +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/usr.sbin/ndiscvt inf.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: Wed, 18 Jun 2008 06:35:57 -0000 weongyo 2008-06-18 06:35:37 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt inf.c Log: SVN rev 179855 on 2008-06-18 06:35:37Z by weongyo handle .INF files for PCMCIA correctly that specify multiple entries in their [Manufacturer] sections and prevent a case that NDIS_PCI_DEV_TABLE definition was always emitted that it's only emitted once if a .INF file is for PCI. Revision Changes Path 1.18 +13 -7 src/usr.sbin/ndiscvt/inf.c