Bug 234982 - MCP61 Ethernet Controller Detected as PCI Bridge On ASSUS M2N-MX
Summary: MCP61 Ethernet Controller Detected as PCI Bridge On ASSUS M2N-MX
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: kernel
Version: 4.5
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Stanislaw Gruszka
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-03 05:01 UTC by John Coyle
Modified: 2010-06-30 17:49 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-16 09:22:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 221910 1 None None None 2021-01-20 06:05:38 UTC

Description John Coyle 2007-04-03 05:01:35 UTC
Description of problem:

Test kernel-2.6.9-52.EL.gtest.14 on ASSUS M2N-MX motherboard mis-detects the
MCP61 ethernet controller for a PCI Bridge. 

Tested

Tested on an ASSUS M2N-MX motherboard with the MCP61 chipset. Ethernet
controller has device id 0x03ef.

Version-Release number of selected component (if applicable):

kernel-2.6.9-52.EL.gtest.14

 
Actual results:

MCP61 ethernet controller is detected as a PCI bridge

Expected results:

MCP61 ethernet controller should be detected as an ethernet controller

Additional info:

Adding additional PCI quirk definition fixed the issue:

--- linux-2.6.9/drivers/pci/quirks.c.orig       2007-03-29 23:57:59.000000000 -0400
+++ linux-2.6.9/drivers/pci/quirks.c    2007-03-29 23:57:59.000000000 -0400
@@ -1427,6 +1427,7 @@
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_10,
quirk_nforce_network_class );
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_11,
quirk_nforce_network_class );
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_15,
 quirk_nforce_network_class);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NVENET_19,
 quirk_nforce_network_class);

Comment 1 Stanislaw Gruszka 2010-06-16 09:22:32 UTC
I'm sorry, but we do not take such patches to RHEL4 anymore. Please update to RHEL5. I'm closing as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.