[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11199] New PCI ID for Intel eepro100 on D865GLC motherboard
From: |
Eugene Nesterenko |
Subject: |
[bugs #11199] New PCI ID for Intel eepro100 on D865GLC motherboard |
Date: |
Fri, 03 Dec 2004 04:54:50 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040921 |
This mail is an automated notification from the bugs tracker
of the project: GNU GRUB.
/**************************************************************************/
[bugs #11199] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11199>
Project: GNU GRUB
Submitted by: Eugene Nesterenko
On: Fri 12/03/2004 at 09:48
Category: Network
Severity: Major
Priority: 5 - Normal
Item Group: Action Request
Resolution: None
Privacy: Public
Assigned to: None
Originator Name: Eugene Nesterenko
Originator Email: address@hidden
Status: Open
Release: grub-0.95 (cvs)
Reproducibility: Every Time
Planned Release:
Summary: New PCI ID for Intel eepro100 on D865GLC motherboard
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
CC List
-------
CC Address | Comment
------------------------------------+-----------------------------
eenest | not found in existing bugs
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11199>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #11199] New PCI ID for Intel eepro100 on D865GLC motherboard,
Eugene Nesterenko <=