From owner-freebsd-commit Fri Dec 15 05:40:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22725 for freebsd-commit-outgoing; Fri, 15 Dec 1995 05:40:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22715 for cvs-all-outgoing; Fri, 15 Dec 1995 05:40:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22697 for cvs-sys-outgoing; Fri, 15 Dec 1995 05:40:27 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22690 Fri, 15 Dec 1995 05:40:24 -0800 (PST) Date: Fri, 15 Dec 1995 05:40:24 -0800 (PST) From: Stefan Esser Message-Id: <199512151340.FAA22690@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 95/12/15 05:40:23 Modified: sys/pci pci.c Log: Fix the off-by-one error in the calculation of the valid port range. Reduce default value of pcicb_membase to 0x2000000 (from 0x4000000) since this seems to be the lower bound used by many systems. Submitted by: Mihoko Tanaka Revision Changes Path 1.38 +4 -4 src/sys/pci/pci.c