bug-grub
[Top][All Lists]
Advanced

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

[Bug #856] [PATCH] Intel EEPro 100 Chip 82801CAM (ICH3) on Sony Vaio 316


From: nobody
Subject: [Bug #856] [PATCH] Intel EEPro 100 Chip 82801CAM (ICH3) on Sony Vaio 316
Date: Fri, 15 Nov 2002 12:23:46 -0500

=================== BUG #856: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=856&group_id=68

Changes by: Anonymous user        Date: 2002-Nov-15 12:23

------------------ Additional Follow-up Comments ----------------------------
It have worked for me with an INTEL EEPRO/100 VE with ID=0x1039, but not with 
another with ID=0x100E...

Thanks, anyway.

ciao



=================== BUG #856: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: GNU GRUB                       
Submitted on: 2002-Jul-16 20:53
Category:  Network                      Severity:  Major                        
Priority:  None                         Bug Group:  Action Request              
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Release:  0.91                          
Reproducibility:  Every Time            Planned Release:                        

Summary:  [PATCH] Intel EEPro 100 Chip 82801CAM (ICH3) on Sony Vaio 316

Original Submission:  Hi folks,

recently found that grub-0.91 was not working for my new notebook with Intel 
EEPro 100

PCI data is :

    class=0x020000 card=0x80fa104d chip=0x1031 rev=0x42 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801CAM PRO/100 VE Network Connection'
    class    = network
    subclass = ethernet

just added to netboot/pci.h line 129 :

-----------
#define PCI_DEVICE_ID_INTEL_82801       0x1031
-----------

and to netboot/config.c line 119 :

------------
  { PCI_VENDOR_ID_INTEL,        PCI_DEVICE_ID_INTEL_82801,
    "Intel 82801 EEPRO/100 VE Network Adapter",0,0,0,0},
------------

works fine for me, so i hope to see that in the next grub version.

cheers

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Nov-15 12:23             By: None
It have worked for me with an INTEL EEPRO/100 VE with ID=0x1039, but not with 
another with ID=0x100E...

Thanks, anyway.

ciao


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=856&group_id=68




reply via email to

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