From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: Tigon 3 driver & Netgear GA302T Date: 24 Apr 2002 11:21:59 -0400 Sender: owner-netdev@oss.sgi.com Message-ID: References: Cc: netdev@oss.sgi.com Return-path: To: James Morris In-Reply-To: James Morris's message of "Thu, 25 Apr 2002 01:15:06 +1000 (EST)" List-Id: netdev.vger.kernel.org >>>>> "James" == James Morris writes: James> Does the tg3 driver support the Netgear GA302T card (which I James> think uses the Altima AC1000 chip) ? If it's the Altima then I guess so, otherwise I'd expect the 83820 driver to run it. >>From the list of devices for tg3: #ifndef PCI_VENDOR_ID_ALTIMA #define PCI_VENDOR_ID_ALTIMA 0x173b #define PCI_DEVICE_ID_ALTIMA_AC1000 0x03e8 #endif Jes