From owner-cvs-all@FreeBSD.ORG Thu Oct 23 06:42:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE65416A4B3; Thu, 23 Oct 2003 06:42:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDDF43F3F; Thu, 23 Oct 2003 06:42:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9NDg4XJ049273; Thu, 23 Oct 2003 06:42:04 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9NDg3EG049272; Thu, 23 Oct 2003 06:42:03 -0700 (PDT) (envelope-from des) Message-Id: <200310231342.h9NDg3EG049272@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 23 Oct 2003 06:42:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 13:42:05 -0000 des 2003/10/23 06:42:03 PDT FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_pci.c ahd_pci.c Log: 0x7FFFFFFFFF is >32 bits and needs an explicit LL. Revision Changes Path 1.57 +1 -1 src/sys/dev/aic7xxx/ahc_pci.c 1.12 +1 -1 src/sys/dev/aic7xxx/ahd_pci.c