public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Its Squash <squash2@dropnet.net>
To: Andrey Savochkin <saw@saw.sw.com.sg>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: [PATCH] Add support for a newer eepro100 chipset for 2.5
Date: Tue, 8 Jan 2002 08:39:55 -0600	[thread overview]
Message-ID: <200201081440.g08EeX301230@linux.local> (raw)
In-Reply-To: <200201041649.g04GnJU29948@linux.local> <20020104202821.A30057@castle.nmd.msu.ru>
In-Reply-To: <20020104202821.A30057@castle.nmd.msu.ru>

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



           reply	other threads:[~2002-01-08 14:49 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20020104202821.A30057@castle.nmd.msu.ru>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200201081440.g08EeX301230@linux.local \
    --to=squash2@dropnet.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saw@saw.sw.com.sg \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox