bug-grub
[Top][All Lists]
Advanced

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

[PATCH] PCI_DEVICE_ID for Compaq Evo (Intel) network card


From: Richard Chan
Subject: [PATCH] PCI_DEVICE_ID for Compaq Evo (Intel) network card
Date: 20 Apr 2002 21:49:19 +0800

Found another Intel chip, used in Compaq Evos.


ChangeLog

2002-04-20

        * netboot/config.c, netboot/pci.h Add a PCI_DEVICE_ID_INTEL 0x1038
        for the Intel PRO/100 VM used in Compaq Evos.



--- /cvs/grub/grub/netboot/config.c     Sat Apr 20 19:39:05 2002
+++ netboot/config.c    Sat Apr 20 19:57:16 2002
@@ -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_ID1038,
+    "Intel(R) PRO/100 VM Network Connection", 0, 0, 0, 0},
 #endif
 #ifdef INCLUDE_EPIC100
   { PCI_VENDOR_ID_SMC,         PCI_DEVICE_ID_SMC_EPIC100,
--- /cvs/grub/grub/netboot/pci.h        Sat Jan 12 18:00:10 2002
+++ netboot/pci.h       Sat Apr 20 19:49:31 2002
@@ -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_ID1038     0x1038
 #define PCI_DEVICE_ID_INTEL_82562      0x2449
 #define PCI_VENDOR_ID_AMD              0x1022
 #define PCI_DEVICE_ID_AMD_LANCE                0x2000






reply via email to

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