Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 1999 15:29:21 -0800 (PST)
From:      Stefan Esser <se@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci pci.c pci_compat.c pcivar.h
Message-ID:  <199901192329.PAA20698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901192329.PAA20698>