bugGNU GRUB - Bugs: bug #11199, New PCI ID for Intel eepro100 on...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #11199: New PCI ID for Intel eepro100 on D865GLC motherboard

Submitted by:  Eugene Nesterenko <eenest>
Submitted on:  Fri 03 Dec 2004 09:48:28 AM UTC  
 
Category: NetworkSeverity: Major
Priority: 5 - NormalItem Group: Action Request
Status: NonePrivacy: Public
Assigned to: NoneOriginator Name: Eugene Nesterenko
Open/Closed: ClosedRelease: grub-0.95 (cvs)
Release: NoneReproducibility: Every Time
Planned Release: None

Sat 15 Dec 2007 11:54:35 AM UTC, comment #1:

We've moved to GRUB 2 as a development platform. Unfortunately, GRUB 2 doesn't have network support yet, although there's ongoing work to implement it. If you want to help on that, please contact <grub-devel@gnu.org>.

In the meantime, this bug doesn't apply. I'm closing it.

Robert Millan <robertmh>
Project Administrator
Fri 03 Dec 2004 09:48:28 AM UTC, original submission:

On Intel D865GLC motherboard for the Intel 82562EZ chip PCI ID is 0x1050. So GRUB is not recognizing the interface.
To let GRUB properly recognise these interfaces the following changes are needed:

tcmaster$ diff -u pci.h.orig pci.h
--- pci.h.orig 2004-12-03 01:37:47.000000000 -0800
+++ pci.h 2004-12-03 01:39:18.000000000 -0800
@@ -130,6 +130,7 @@
#define PCI_DEVICE_ID_INTEL_ID1029 0x1029
#define PCI_DEVICE_ID_INTEL_ID1030 0x1030
#define PCI_DEVICE_ID_INTEL_82562 0x2449
+#define PCI_DEVICE_ID_INTEL_82562EZ 0x1050
#define PCI_VENDOR_ID_AMD 0x1022
#define PCI_DEVICE_ID_AMD_LANCE 0x2000
#define PCI_VENDOR_ID_AMD_HOMEPNA 0x1022
tcmaster$ diff -u config.c.orig config.c
--- config.c.orig 2004-12-03 01:37:57.000000000 -0800
+++ config.c 2004-12-03 01:39:11.000000000 -0800
@@ -124,6 +124,8 @@
"Intel Corporation 82559 InBusiness 10/100", 0, 0, 0, 0},
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82562,
"Intel EtherExpressPro100 82562EM", 0, 0, 0, 0},
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82562EZ,
+ "Intel EtherExpressPro100 82562EZ", 0, 0, 0, 0},
#endif
#ifdef INCLUDE_EPIC100
{ PCI_VENDOR_ID_SMC, PCI_DEVICE_ID_SMC_EPIC100,
@@ -282,6 +284,7 @@
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1029, eepro100_probe },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030, eepro100_probe },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82562, eepro100_probe },
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82562EZ, eepro100_probe },
# endif /* INCLUDE_EEPRO100 */
# ifdef INCLUDE_EPIC100
{ PCI_VENDOR_ID_SMC, PCI_DEVICE_ID_SMC_EPIC100, epic100_probe },
tcmaster$

-- Eugene

Eugene Nesterenko <eenest>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by robertmh (Posted a comment)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 2 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sat 15 Dec 2007 11:54:35 AM UTCrobertmhOpen/ClosedOpen=>Closed
    Fri 03 Dec 2004 09:48:28 AM UTCeenestCarbon-Copy-=>Added eenest

    Back to the top


    Powered by Savane 3.1-cleanup1