From owner-cvs-all Wed Sep 16 15:46:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29686 for cvs-all-outgoing; Wed, 16 Sep 1998 15:46:39 -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 PAA29666; Wed, 16 Sep 1998 15:46:25 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02854; Wed, 16 Sep 1998 15:46:05 -0700 (PDT) Date: Wed, 16 Sep 1998 15:46:05 -0700 (PDT) Message-Id: <199809162246.PAA02854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 15:46:05 PDT Modified files: sys/pci ncr.c Log: Fix a regression that caused the script to spam itself by copying something of size sizeof(struct timeval) that is really of size sizeof(ticks). Make another attempt at fixing the queue full case. Revision Changes Path 1.127 +49 -17 src/sys/pci/ncr.c