From owner-cvs-all@FreeBSD.ORG Fri Jan 23 14:31:25 2004 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 7EC3216A4CE; Fri, 23 Jan 2004 14:31:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B200543D78; Fri, 23 Jan 2004 14:30:32 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0NMSN0B024770; Fri, 23 Jan 2004 14:28:23 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0NMSNJ6024769; Fri, 23 Jan 2004 14:28:23 -0800 (PST) (envelope-from wpaul) Message-Id: <200401232228.i0NMSNJ6024769@repoman.freebsd.org> From: Bill Paul Date: Fri, 23 Jan 2004 14:28:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ndiscvt inf.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: Fri, 23 Jan 2004 22:31:25 -0000 wpaul 2004/01/23 14:28:23 PST FreeBSD src repository Modified files: usr.sbin/ndiscvt inf.c Log: Deal with keys with descriptions that have empty fields in some of their lines. Properly discard PCMCIA device declarations. I plan to support PCMCIA cards, but they don't work yet, and it appears some .INF files declare both PCI and PCMCIA device instances. Revision Changes Path 1.11 +12 -4 src/usr.sbin/ndiscvt/inf.c