From owner-cvs-all Wed Jul 14 11:58:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCA8E1545C; Wed, 14 Jul 1999 11:58:31 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA68345; Wed, 14 Jul 1999 11:57:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199907141857.LAA68345@freefall.freebsd.org> From: Bill Paul Date: Wed, 14 Jul 1999 11:57:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/07/14 11:57:33 PDT Modified files: sys/pci if_sk.c Log: Revert some changes I had made to try and cut down on the number of TX EOF interrupts that were scheduled. Testing shows it didn't really do very much and it makes the code a little more complicated (which is never a good thing). Also fix the rambuffer offset initialization for the 512K/64K SRAM case (512K total using 64K chips). It should be 0. The only case with a non-standard rambuffer offset address is 1024K/64K according to the SysKonnect manual. (My card has the 1024/64 configuration and I don't know which card uses the 512/64 configuration, if any, so I'm not sure that this was really a problem for anyone.) Revision Changes Path 1.3 +9 -11 src/sys/pci/if_sk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message