From owner-cvs-all Fri Oct 9 19:44:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21034 for cvs-all-outgoing; Fri, 9 Oct 1998 19:44:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21018; Fri, 9 Oct 1998 19:44:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12392; Fri, 9 Oct 1998 19:44:55 -0700 (PDT) Date: Fri, 9 Oct 1998 19:44:55 -0700 (PDT) Message-Id: <199810100244.TAA12392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/10/09 19:44:55 PDT Modified files: sys/pci if_de.c Log: Attempt to work around the page fault in tulip_txput(). I've been running this myself for ages, but wasn't able to get any feedback from the people that I sent it to for testing. Guy Helmer has given it a shot (before getting on a plane, thanks!) and it appears to stop his reproducable page fault panic in the testing he was able to do. Revision Changes Path 1.87 +2 -2 src/sys/pci/if_de.c