From owner-cvs-all Tue Jan 19 15:29:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24606 for cvs-all-outgoing; Tue, 19 Jan 1999 15:29:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24601; Tue, 19 Jan 1999 15:29:20 -0800 (PST) (envelope-from se@FreeBSD.org) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20698; Tue, 19 Jan 1999 15:29:21 -0800 (PST) Date: Tue, 19 Jan 1999 15:29:21 -0800 (PST) Message-Id: <199901192329.PAA20698@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c pci_compat.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk se 1999/01/19 15:29:20 PST Modified files: sys/pci pci.c pci_compat.c pcivar.h Log: Fix problem with zero valued map registers followed by valid map entries. The previous code just ignored the invalid map register, but this gave surprising results because of the way pci_map_port() associated the map register offset supplied with a map entry in the map array. Revision Changes Path 1.93 +2 -1 src/sys/pci/pci.c 1.20 +11 -8 src/sys/pci/pci_compat.c 1.25 +2 -2 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message