From owner-cvs-all Thu Apr 26 9:40:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA68237B424; Thu, 26 Apr 2001 09:40:49 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3QGenh76347; Thu, 26 Apr 2001 09:40:49 -0700 (PDT) (envelope-from wpaul) Message-Id: <200104261640.f3QGenh76347@freefall.freebsd.org> From: Bill Paul Date: Thu, 26 Apr 2001 09:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/04/26 09:40:48 PDT Modified files: sys/pci if_ti.c if_tireg.h Log: Fix the definitions for memory bank sizes, which I somehow got wrong. The constant I was using was correct, but I mislabeled it as 256K when it should have been 512K. This doesn't actually change the code, but it clarifies things somewhat. Submitted by: Chuck Cranor Revision Changes Path 1.48 +3 -3 src/sys/pci/if_ti.c 1.24 +7 -2 src/sys/pci/if_tireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message