Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756143AbYFJSYZ (ORCPT ); Tue, 10 Jun 2008 14:24:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752984AbYFJSYR (ORCPT ); Tue, 10 Jun 2008 14:24:17 -0400 Received: from vms046pub.verizon.net ([206.46.252.46]:64448 "EHLO vms046pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752754AbYFJSYQ (ORCPT ); Tue, 10 Jun 2008 14:24:16 -0400 Date: Tue, 10 Jun 2008 14:24:08 -0400 (EDT) From: Len Brown Subject: Re: [PATCH] ACPI: PCI slot detection driver In-reply-to: <20080604201804.GG379@ldl.fc.hp.com> X-X-Sender: lenb@localhost.localdomain To: Alex Chiang Cc: jbarnes@virtuousgeek.org, Benjamin Herrenschmidt , kaneshige.kenji@jp.fujitsu.com, Matthew Wilcox , Andrew Morton , kristen.c.accardi@intel.com, greg@kroah.com, pbadari@us.ibm.com, linux-pci@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net, linux-kernel@vger.kernel.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII References: <20080604200829.GC379@ldl.fc.hp.com> <20080604201804.GG379@ldl.fc.hp.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 547 Lines: 20 > +#define ACPI_STA_FUNCTIONING (0x00000008) please use the existing define in acpi/actypes.h: #define ACPI_STA_DEVICE_FUNCTIONING 0x08 I don't notice any breakage WRT ACPI usage here, I defer to Jesse on the PCI-ness parts. Acked-by: Len Brown thanks, -len -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/