public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support for a newer eepro100 chipset for 2.5
       [not found] ` <20020104202821.A30057@castle.nmd.msu.ru>
@ 2002-01-08 14:39   ` Its Squash
  0 siblings, 0 replies; only message in thread
From: Its Squash @ 2002-01-08 14:39 UTC (permalink / raw)
  To: Andrey Savochkin; +Cc: linux-kernel, torvalds

Greetings,

This is a "nicer" patch that adds this chipset entry to pci_ids.h as well as 
adding the check in eepro100.c. This chipset is used in (at least) newer 
Compaq laptops, and woks very well. This chipset is already supported in the 
2.4 series, the patch I sent earlier was a diff of the 2.4 driver and the 2.5 
driver.   I am not able to nicely add support for the remaining chipsets, as 
I don't know thier names other then thier pci id's, so this patch does not 
add support for the 7 other chipsets supported in 2.4 but not in 2.5.

I think the earlier patch is more helpful, but at this point I would like to 
at least see my laptop supported by the stock kernel.

Josh



--- drivers/net/eepro100.c.orig	Tue Jan  8 08:26:49 2002
+++ drivers/net/eepro100.c	Tue Jan  8 08:19:35 2002
@@ -2267,6 +2267,8 @@
 		PCI_ANY_ID, PCI_ANY_ID, },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82559ER,
 		PCI_ANY_ID, PCI_ANY_ID, },
+	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CAM,
+		PCI_ANY_ID, PCI_ANY_ID, },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1029,
 		PCI_ANY_ID, PCI_ANY_ID, },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030,
--- include/linux/pci_ids.h.orig	Tue Jan  8 08:26:49 2002
+++ include/linux/pci_ids.h	Tue Jan  8 08:10:32 2002
@@ -1570,6 +1570,7 @@
 #define PCI_DEVICE_ID_INTEL_82434	0x04a3
 #define PCI_DEVICE_ID_INTEL_I960	0x0960
 #define PCI_DEVICE_ID_INTEL_82562ET	0x1031
+#define PCI_DEVICE_ID_INTEL_82801CAM	0x1038
 #define PCI_DEVICE_ID_INTEL_82559ER	0x1209
 #define PCI_DEVICE_ID_INTEL_82092AA_0	0x1221
 #define PCI_DEVICE_ID_INTEL_82092AA_1	0x1222



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-08 14:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200201041649.g04GnJU29948@linux.local>
     [not found] ` <20020104202821.A30057@castle.nmd.msu.ru>
2002-01-08 14:39   ` [PATCH] Add support for a newer eepro100 chipset for 2.5 Its Squash

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox