From owner-freebsd-current Tue Aug 10 8:16:57 1999 Delivered-To: freebsd-current@freebsd.org Received: from post.bgnett.no (post.bgnett.no [194.54.96.133]) by hub.freebsd.org (Postfix) with ESMTP id 3457C15439 for ; Tue, 10 Aug 1999 08:16:45 -0700 (PDT) (envelope-from erik@habatech.no) Received: from bsdbox.habatech.no ([62.92.133.3]) by post.bgnett.no (8.8.8/8.8.8) with SMTP id RAA08228 for ; Tue, 10 Aug 1999 17:15:25 +0200 (CEST) (envelope-from erik@habatech.no) From: "Erik H. Bakke" To: freebsd-current@freebsd.org Subject: Improved support for NE2000 compatible ISA-PnP cards Date: Tue, 10 Aug 1999 17:16:30 +0200 X-Mailer: KMail [version 0.7.9] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99081017213200.00789@bsdbox.habatech.no> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following has also been submitted in the form of a PR. I am posting the information here because I think this will be of interest to others out there as well. If this is not the correct way to do it, or the correct place, please guide me to the correct path, as this is my first submission (But probably not the last) Here is the case: FreeBSD-current does not support all NE-2000 compatible network cards, nor will it probably ever do, but with the patch included below, at least some cards will be supported. The following will add support for a card, which under Windows platforms is recognized as a CNet NE2000 compatible. Quite simple patch... ****** START OF INCLUDED TEXT ****** *** if_ed.c Tue Jul 6 21:22:44 1999 --- if_ed.bak Tue Aug 10 16:36:03 1999 *************** *** 3443,3448 **** --- 3443,3449 ---- static pnpid_t edpnp_ids[] = { { 0xd680d041, "NE2000"}, + { 0x0090252a, "CNet NE2000 Compatible"}, { 0 } }; ****** END OF INCLUDED TEXT ****** --- Erik H. Bakke Habatech AS erik@habatech.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message