Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2011 12:58:50 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/pci pci.c
Message-ID:  <201102231259.p1NCx8Iv041055@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jhb         2011-02-23 12:58:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  SVN rev 218968 on 2011-02-23 12:58:50Z by jhb
  
  Properly handle BARs bigger than 4G.  The '1' was treated as an int
  causing the size calculation to be truncated to the size of an int
  (32-bits on all current architectures).
  
  Submitted by:   Anish  akgupt3 of gmail
  MFC after:      1 week
  
  Revision  Changes    Path
  1.413     +3 -3      src/sys/dev/pci/pci.c



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