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: Tue, 16 Jul 2002 20:53:26 -0400

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

Submitted by: None                      Project: 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



No Followups Have Been Posted




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]