bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[grub #71] pxegrup doesn'r recognize intel eepro100


From: mndailey
Subject: [grub #71] pxegrup doesn'r recognize intel eepro100
Date: Tue, 22 Apr 2003 10:51:29 +0900

Reporter: address@hidden
Summary: pxegrup doesn'r recognize intel eepro100
Version: 2003-04-21
Type: software bug

Message:
I have an ASUS P4BGL-VM motherboard, and I couldn't get pxegrub to recognize 
the onboard intel ethernet (listed as IntelĀ® 82562ET PHY on the ASUS site).  I 
simply looked at the device ID of the ethernet card on the boot up screen, 
added the following three lines (two to config.c, one to pci.h) recompiled and 
viola.  I have not done any other testing other than to verify it now "works 
for me".

Thanks for an awsome tool!


===================================================================
RCS file: /cvsroot/grub/grub/netboot/config.c,v
retrieving revision 1.12
diff -u -r1.12 config.c
--- config.c    20 Apr 2002 00:43:10 -0000      1.12
+++ config.c    22 Apr 2003 01:45:49 -0000
@@ -120,6 +120,8 @@
     "Intel EtherExpressPro100 82559ER", 0, 0, 0, 0},
   { PCI_VENDOR_ID_INTEL,       PCI_DEVICE_ID_INTEL_ID1029,
     "Intel EtherExpressPro100 ID1029", 0, 0, 0, 0},
+  { PCI_VENDOR_ID_INTEL,       PCI_DEVICE_ID_INTEL_ID103A,
+    "Intel EtherExpressPro100 ID103A", 0, 0, 0, 0},
   { PCI_VENDOR_ID_INTEL,       PCI_DEVICE_ID_INTEL_ID1030,
     "Intel Corporation 82559 InBusiness 10/100", 0, 0, 0, 0},
   { PCI_VENDOR_ID_INTEL,       PCI_DEVICE_ID_INTEL_82562,
Index: pci.h
===================================================================
RCS file: /cvsroot/grub/grub/netboot/pci.h,v
retrieving revision 1.8
diff -u -r1.8 pci.h
--- pci.h       2 Jan 2002 21:56:40 -0000       1.8
+++ pci.h       22 Apr 2003 01:45:49 -0000
@@ -129,6 +129,7 @@
 #define PCI_DEVICE_ID_INTEL_82559ER    0x1209
 #define PCI_DEVICE_ID_INTEL_ID1029     0x1029
 #define PCI_DEVICE_ID_INTEL_ID1030     0x1030
+#define PCI_DEVICE_ID_INTEL_ID103A     0x103A
 #define PCI_DEVICE_ID_INTEL_82562      0x2449
 #define PCI_VENDOR_ID_AMD              0x1022
 #define PCI_DEVICE_ID_AMD_LANCE                0x2000


----
Please send followups to <address@hidden>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]