bnx2x: bnx2fc: FC-NPIV table with bad length

2016-03-14 Thread Andrew Patterson
bfc,bnx2fc,scsi_dh_emc,sd_mod The CNA is running 2.16.20 firmware and is in an HP Proliant bl460gen9 blade. -- Andrew Patterson Hewlett-Packard Enterprise

Re: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-23 Thread Andrew Patterson
patch under > both licenses on the top of the file, such that we can > re-distribute it in ACPICA to all the OSs that use ACPICA? > Yes, by all means. Andrew Patterson Hewlett-Packard > (hey, and check out the spiffy new acpica home page: http://acpica.org/ ) > > thanks, > -Le

Re: [PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-23 Thread Andrew Patterson
On Wed, 2008-01-23 at 09:42 -0800, Greg KH wrote: > On Tue, Jan 22, 2008 at 05:18:22PM -0700, Andrew Patterson wrote: > > From: Andrew Patterson <[EMAIL PROTECTED]> > > > > The callback function acpi_ns_get_device_callback called from > > acpi_get_devices() wil

[PATCH 4/4] PCI: Run ACPI _OSC method on root bridges only

2008-01-22 Thread Andrew Patterson
From: Andrew Patterson <[EMAIL PROTECTED]> According to the PCI Firmware Specification Revision 3.0 section 4.5, _OSC should only be called on a root brdige. Here is the relevant passage: "The _OSC interface defined in this section applies only to Host Bridge ACPI devices that origina

[PATCH 2/4] PCI ACPI: AER driver should only register PCIe devices with _OSC.

2008-01-22 Thread Andrew Patterson
From: Andrew Patterson <[EMAIL PROTECTED]> AER is only used with PCIe devices so we should only check PCIe devices for _OSC support. Signed-off-by: Andrew Patterson <[EMAIL PROTECTED]> --- drivers/pci/pcie/aer/aerdrv_acpi.c |2 +- 1 files changed, 1 insertions(+), 1 deleti

[PATCH 1/4] PCI ACPI: Added a function to register _OSC with only PCIe devices.

2008-01-22 Thread Andrew Patterson
From: Andrew Patterson <[EMAIL PROTECTED]> The function pci_osc_support_set() traverses every root bridge when checking for _OSC support for a capability. It quits as soon as it finds a device/bridge that doesn't support the requested capability. This won't work for systems tha

[PATCH 3/4] ACPI: Check for any matching CID when walking namespace.

2008-01-22 Thread Andrew Patterson
From: Andrew Patterson <[EMAIL PROTECTED]> The callback function acpi_ns_get_device_callback called from acpi_get_devices() will check CID's if the HID does not match. This code has a bug where it requires that all CIDs match the HID. Changed the code so that any CID match will do.

[PATCH 0/4] ACPI fixes for PCIe AER

2008-01-22 Thread Andrew Patterson
namespace. - PCI ACPI: AER driver should only register PCIe devices with _OSC. - PCI ACPI: Added a function to register _OSC with only PCIe devices. These patches apply to gregkh's patch tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/patches -- Andrew Patterson -- To unsubs

Re: Error returns not handled correctly by sysfs.c:subsys_attr_store()

2008-01-07 Thread Andrew Patterson
On Thu, 2008-01-03 at 17:17 -0700, Andrew Patterson wrote: > On Fri, 2008-01-04 at 09:07 +0900, Tejun Heo wrote: > > Hello, > > > > Andrew Patterson wrote: > > > It looks like this is a shell issue. After looking through the sysfs > > > code, I realized th

Re: Error returns not handled correctly by sysfs.c:subsys_attr_store()

2008-01-03 Thread Andrew Patterson
On Thu, 2008-01-03 at 17:17 -0700, Andrew Patterson wrote: > On Fri, 2008-01-04 at 09:07 +0900, Tejun Heo wrote: > > Hello, > > > > Andrew Patterson wrote: > > > It looks like this is a shell issue. After looking through the sysfs > > > code, I realized th

Re: Error returns not handled correctly by sysfs.c:subsys_attr_store()

2008-01-03 Thread Andrew Patterson
On Fri, 2008-01-04 at 09:07 +0900, Tejun Heo wrote: > Hello, > > Andrew Patterson wrote: > > It looks like this is a shell issue. After looking through the sysfs > > code, I realized that this problem seems to be driven from user-land. > > So I performed some experime

Re: Error returns not handled correctly by sysfs.c:subsys_attr_store()

2008-01-03 Thread Andrew Patterson
On Mon, 2007-12-03 at 14:15 -0700, Andrew Patterson wrote: > On Thu, 2007-11-29 at 10:07 +0900, Tejun Heo wrote: > > Andrew Patterson wrote: > > > I tried with clean 2.6.24-rc3 and get the same bad behavior. This is on > > > an ia64 box, so maybe that is an issue. I ca

Re: Error returns not handled correctly by sysfs.c:subsys_attr_store()

2007-12-03 Thread Andrew Patterson
On Thu, 2007-11-29 at 10:07 +0900, Tejun Heo wrote: > Andrew Patterson wrote: > > I tried with clean 2.6.24-rc3 and get the same bad behavior. This is on > > an ia64 box, so maybe that is an issue. I can try on an x86 box as well. > > Oh, one other thing. I tried a "un

Re: Error returns not handled correctly by sysfs.c:subsys_attr_store()

2007-11-28 Thread Andrew Patterson
On Wed, 2007-11-28 at 16:42 +0900, Tejun Heo wrote: > Greg KH wrote: > > On Mon, Nov 26, 2007 at 08:31:16PM -0800, Andrew Morton wrote: > >> On Wed, 21 Nov 2007 15:16:59 -0700 Andrew Patterson <[EMAIL PROTECTED]> > >> wrote: > >> > >>> The buf

Error returns not handled correctly by sysfs.c:subsys_attr_store()

2007-11-21 Thread Andrew Patterson
way/overwritten. I looked through sysfs.c to see if I could find anything obvious but could not see anything. Perhaps this is handled at a higher level. -- Andrew Patterson Hewlett-Packard - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: Q: PCI-X @ 266MHz on HP rx6600 (Qlogic 4Gb FC HBA)

2007-07-27 Thread Andrew Patterson
On Thu, 2007-07-26 at 23:23 -0700, Andrew Vasquez wrote: > On Thu, 26 Jul 2007, Andrew Patterson wrote: > > > On Thu, 2007-07-26 at 15:36 +0200, Ulrich Windl wrote: > > > Hi, > > > > > > I have a question: The Qlogic ISP2422 chip is said to handle PCI

Re: Q: PCI-X @ 266MHz on HP rx6600 (Qlogic 4Gb FC HBA)

2007-07-26 Thread Andrew Patterson
ities: [74] Vital Product Data > lspci only tells you capabilities, not the speed that the card is running at. I think you have to query the PCI bridge chipset to get this information. I have run a proprietary tool on this configuration that does this and confirmed that the card is indeed r

Re: 2.6: how do I this in sysfs?

2005-08-25 Thread Andrew Patterson
On Thu, 2005-08-25 at 13:52 -0500, Miller, Mike (OS Dev) wrote: > I've been asked to pass this on for some kind of clarification. > We have management apps requiring specific information from the Smart > Array controller. We're trying to use sysfs to accomplish the task. An > example of what we ne