From owner-cvs-sys Wed May 28 03:03:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA04324 for cvs-sys-outgoing; Wed, 28 May 1997 03:03:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA04283; Wed, 28 May 1997 03:01:17 -0700 (PDT) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA13461; Wed, 28 May 1997 03:01:06 -0700 (PDT) Date: Wed, 28 May 1997 03:01:06 -0700 (PDT) Message-Id: <199705281001.DAA13461@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 1997/05/28 03:01:05 PDT Modified files: sys/pci pci.c Log: Two minor changes to the code that builds the pci map array: 1) Stop at the first map register that contains a zero value. 2) When testing for the map size work up from low values, since this works around a bug in some BusLogic SCSI card, which has the 16 upper port base address bits hardwired to zero. The config register dump printed in the bootverbose case has been slightly rearranged. Revision Changes Path 1.75 +30 -29 src/sys/pci/pci.c