From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1THZPX-0008NR-5c for mharc-grub-devel@gnu.org; Fri, 28 Sep 2012 08:11:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THZPP-0008MF-LY for grub-devel@gnu.org; Fri, 28 Sep 2012 08:11:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THZPJ-0006c3-N9 for grub-devel@gnu.org; Fri, 28 Sep 2012 08:11:07 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:49418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THZPJ-0006bp-FL for grub-devel@gnu.org; Fri, 28 Sep 2012 08:11:01 -0400 Received: by bkcjm1 with SMTP id jm1so3197888bkc.0 for ; Fri, 28 Sep 2012 05:11:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :x-mailer:mime-version:content-transfer-encoding; bh=Txp5ewrEtAnzVsKoT9PIT17swlsEuQtxWRn/QVghT/A=; b=bH0tmPQkoEC5gObpx7hMrzwR7GyhNB7134/exeSNDYPVFqRzQE+WcljY9Y5yT2R9X1 ouYMtaUHtGDoZwIxbZ2GPutYEKFJLveTz5YBVOCBR7HowHO9gtZpU/Z6RaVgzdHovfzW w292nxYdAY+gXl3eQTyzY+7naNiPk288Wa+Ikr6VedPO0G53/jf7m70gXcXt2Kqgt2zu XYIhQJvoNqDPw5F9cagROtQManinkOYBCdcv56QTp7Ois6ZBqsCi6W6IqAxs7o9GzB2o beuhUMzHdVfOGaW/MwBDz4SE1Bu0icU0eaCI1IJ/sDHs7b7Ct6WhPHGBnvd0OW1yieNr GbxA== Received: by 10.112.26.135 with SMTP id l7mr2687342lbg.84.1348834260482; Fri, 28 Sep 2012 05:11:00 -0700 (PDT) Received: from [192.168.10.142] (ppp83-237-44-142.pppoe.mtu-net.ru. [83.237.44.142]) by mx.google.com with ESMTPS id p7sm2439187lbg.17.2012.09.28.05.10.57 (version=SSLv3 cipher=OTHER); Fri, 28 Sep 2012 05:10:59 -0700 (PDT) Message-ID: <1348834255.1718.1.camel@opensuse.site> Subject: Re: [PATCH] Add testpci command From: Andrey Borzenkov To: The development of GNU GRUB Date: Fri, 28 Sep 2012 16:10:55 +0400 In-Reply-To: <20120927214211.GS2289@earth.li> References: <20120927214211.GS2289@earth.li> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 12:11:13 -0000 В Чт., 27/09/2012 в 14:42 -0700, Jonathan McDowell пишет: > | if testpci 8086:1237; then What about making it "testpci --vendor XXX --product YYY" to leave room for possible extensions in the future? -andrey