From owner-cvs-all Thu Jul 22 12:45:37 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 D8003156E5; Thu, 22 Jul 1999 12:45:35 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA57560; Thu, 22 Jul 1999 12:45:35 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199907221945.MAA57560@freefall.freebsd.org> From: Julian Elischer Date: Thu, 22 Jul 1999 12:45:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ide_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/07/22 12:45:34 PDT Modified files: sys/pci ide_pci.c Log: fix braino.. accidentally replaced PAGE_MASK with PAGE_SIZE. (PAGE_MASK is PAGE_SIZE - 1) bug does not manifest itself on our hardware..... Revision Changes Path 1.38 +2 -2 src/sys/pci/ide_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message