From owner-cvs-all Thu Jun 27 12:56:47 2002 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 1225B37B401; Thu, 27 Jun 2002 12:56:23 -0700 (PDT) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RJuMJU010213; Thu, 27 Jun 2002 12:56:22 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RJuMrO010212; Thu, 27 Jun 2002 12:56:22 -0700 (PDT) Message-Id: <200206271956.g5RJuMrO010212@freefall.freebsd.org> From: Warner Losh Date: Thu, 27 Jun 2002 12:56:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/06/27 12:56:22 PDT Modified files: sys/pccard pcic_pci.c Log: Lots of people have had to hack around the fixed address for cardbus bridges in modern hardware (that hardware w/ lots of RAM). Raise the address from 0x44000000 to 0x88000000 to match what we do with NEWCARD. However, this really should be done in the pci layer. Revision Changes Path 1.115 +1 -1 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message