[PATCH] 6700/6702PXH quirk

2005-08-05 Thread Kristen Accardi
On the 6700/6702 PXH part, a MSI may get corrupted if an ACPI hotplug driver and SHPC driver in MSI mode are used together. This patch will prevent MSI from being enabled for the SHPC. I made this patch more generic than just shpc because I thought it was possible that other devices in the syst

[PATCH] new contact info

2005-08-05 Thread Kristen Accardi
Changing of the guards. Signed-off-by: Kristen Carlson Accardi <[EMAIL PROTECTED]> diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core.c linux-2.6.13-rc5-new/drivers/pci/hotplug/pciehp_core.c --- linux-2.6.13-rc5/drivers/pci/hotplug/pciehp_core

Re: [PATCH] 6700/6702PXH quirk

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 11:12 -0600, Bjorn Helgaas wrote: > On Friday 05 August 2005 10:27 am, Kristen Accardi wrote: > > On the 6700/6702 PXH part, a MSI may get corrupted if an ACPI hotplug > > driver and SHPC driver in MSI mode are used together. This patch will > > p

Re: [PATCH] new contact info

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 11:09 -0600, Bjorn Helgaas wrote: > On Friday 05 August 2005 10:49 am, Kristen Accardi wrote: > > Changing of the guards. > > > > Signed-off-by: Kristen Carlson Accardi <[EMAIL PROTECTED]> > > > > diff -uprN -X linux-2.6.13-rc5/Docum

Re: [PATCH] new contact info

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 11:36 -0700, Greg KH wrote: > On Fri, Aug 05, 2005 at 11:06:08AM -0700, Kristen Accardi wrote: > > diff -uprN -X linux-2.6.13-rc5/Documentation/dontdiff > > linux-2.6.13-rc5/MAINTAINERS linux-2.6.13-rc5-new/MAINTAINERS > > --- linux-2.6.13-rc5/MAINTAINER

Re: [PATCH] 6700/6702PXH quirk

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 11:35 -0700, Greg KH wrote: > On Fri, Aug 05, 2005 at 09:27:42AM -0700, Kristen Accardi wrote: > > @@ -1127,3 +1159,5 @@ EXPORT_SYMBOL(pci_enable_msi); > > EXPORT_SYMBOL(pci_disable_msi); > > EXPORT_SYMBOL(pci_enable_msix); > > EXP

[PATCH] use bus_slot number for name

2005-08-05 Thread Kristen Accardi
For systems with multiple hotplug controllers, you need to use more than just the slot number to uniquely name the slot. Without a unique slot name, the pci_hp_register() will fail. This patch adds the bus number to the name. Signed-off-by: Kristen Carlson Accardi <[EMAIL PROTECTED]> diff -uprN

Re: [PATCH] use bus_slot number for name

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 15:51 -0400, Dave Jones wrote: > On Fri, Aug 05, 2005 at 12:16:06PM -0700, Kristen Accardi wrote: > > For systems with multiple hotplug controllers, you need to use more than > > just the slot number to uniquely name the slot. Without a unique slot

Re: [PATCH] use bus_slot number for name

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 15:51 -0400, Dave Jones wrote: > On Fri, Aug 05, 2005 at 12:16:06PM -0700, Kristen Accardi wrote: > > For systems with multiple hotplug controllers, you need to use more than > > just the slot number to uniquely name the slot. Without a unique slot

Re: [PATCH] 6700/6702PXH quirk

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 11:35 -0700, Greg KH wrote: > On Fri, Aug 05, 2005 at 09:27:42AM -0700, Kristen Accardi wrote: > > @@ -1127,3 +1159,5 @@ EXPORT_SYMBOL(pci_enable_msi); > > EXPORT_SYMBOL(pci_disable_msi); > > EXPORT_SYMBOL(pci_enable_msix); > > EXP

Re: [PATCH] 6700/6702PXH quirk

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 15:26 -0700, Andrew Morton wrote: > Kristen Accardi <[EMAIL PROTECTED]> wrote: > > + if (!quirk) > > + return -ENOMEM; > > + > > + INIT_LIST_HEAD(&quirk->list); > > + quirk->dev = dev; > > + li

Re: [PATCH] 6700/6702PXH quirk

2005-08-05 Thread Kristen Accardi
On Fri, 2005-08-05 at 18:50 -0400, Jeff Garzik wrote: > > AFAICS we don't need a new list, simply consisting of PCI devs. > > Just invent, and set, a bit somewhere in struct pci_dev. > > Jeff > > > Great! I like that much better. How about this: On the 6700/6702 PXH part, a MSI may g

Re: [PATCH] 6700/6702PXH quirk

2005-08-08 Thread Kristen Accardi
On Mon, 2005-08-08 at 10:36 -0600, Bjorn Helgaas wrote: > On Friday 05 August 2005 5:51 pm, Kristen Accardi wrote: > > On the 6700/6702 PXH part, a MSI may get corrupted if an ACPI hotplug > > driver and SHPC driver in MSI mode are used together. This patch will > > prevent M

Re: [Pcihpd-discuss] [PATCH] use bus_slot number for name

2005-08-16 Thread Kristen Accardi
On Wed, 2005-08-10 at 16:01 +0100, Matthew Wilcox wrote: > On Fri, Aug 05, 2005 at 12:16:06PM -0700, Kristen Accardi wrote: > > For systems with multiple hotplug controllers, you need to use more than > > just the slot number to uniquely name the slot. Without a unique slo

Re: Re: Problem while inserting pciehp (PCI Express Hot-plug) driver

2005-07-27 Thread Kristen Accardi
On 7/24/05, Rajat Jain <[EMAIL PROTECTED]> wrote: > > On Tue, Jul 12, 2005 at 06:01:22PM +0900, Rajat Jain > > wrote: > > > > > Hi, > > > > > > I'm trying to use the PCI Express Hot-Plug Controller driver > > > (pciehp.ko) with Kernel 2.6 so that I can get hot-plug events > > > whenever I add a car

Re: Re: Problem while inserting pciehp (PCI Express Hot-plug) driver

2005-07-28 Thread Kristen Accardi
On 7/28/05, Rajat Jain <[EMAIL PROTECTED]> wrote: > > > > Hi Rajat, you can learn more about the OSHP method by reading the PCI > > express spec. It is used to tell an ACPI bios that the OS will be > > handling the hotplug events natively. It may be that your BIOS does > > not allow native hotplu

Re: [Pcihpd-discuss] Re: ACPI problem with PCI Express Native Hot-plug driver

2005-09-02 Thread Kristen Accardi
> > > Even if no body had faced this problem before, I would really > > appreciate if any one can provide ANY kind of pointers / information > > regarding this (As I am willing to explore and solve this, no matter > > what :-)) > > > > TIA > > > > Rajat Jain > > Hello, Would you be willing to

Re: [PATCH] wrong order of kzalloc arguments

2007-02-09 Thread Kristen Accardi
On 2/9/07, Al Viro <[EMAIL PROTECTED]> wrote: Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- drivers/acpi/bay.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 667fa1d..91082ce 100644 --- a/drivers/acpi/bay.c +++ b/drivers/

Re: Unidentified Intel wifi network card

2007-01-31 Thread Kristen Accardi
On 1/31/07, Scott Lockwood <[EMAIL PROTECTED]> wrote: I'm looking for assistance with a wifi device I can't find a driver for, the Intel Wireless 3945. I"m getting this: :0c:00.0 Network controller: Intel Corporation: Unknown device 4222 (rev 02) on a new Dell Latitude D820. Anyone know if