bug-grub
[Top][All Lists]
Advanced

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

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


From: Kai Mosebach
Subject: [PATCH] Intel EEPro 100 Chip 82801CAM (ICH3) on Sony Vaio 316
Date: Tue, 16 Jul 2002 04:56:23 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i386; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2

Hi folks,

recently found that grub-0.91 was not working for my new Sony Vaio 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




reply via email to

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