From owner-cvs-sys Thu May 25 19:03:06 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA29007 for cvs-sys-outgoing; Thu, 25 May 1995 19:03:06 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28983 ; Thu, 25 May 1995 19:02:52 -0700 Date: Thu, 25 May 1995 19:02:52 -0700 From: David Greenman Message-Id: <199505260202.TAA28983@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/05/25 19:02:48 Modified: sys/pci if_de.c Log: Fixed bugs in multicast address handling (flag was set in wrong register, etc.). The tulip_start routine was rewritten to use less stack space (I've been having problems with wcarchive overflowing the stack and this should help a little). This version also has preliminary NetBSD support. Rod Grimes helped in testing this version of the driver. Thanks Rod. It's additionally been extensively tested here and on wcarchive. Submitted by: Matt Thomas