Date: Thu, 5 Mar 2009 15:33:04 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/pci pci.c pcireg.h Message-ID: <200903051533.n25FXIBW020869@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-03-05 15:33:04 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pcireg.h Log: SVN rev 189401 on 2009-03-05 15:33:04Z by jhb Always read/write the full 64-bit value of 64-bit BARs. Specifically, when determining the size of a BAR by writing all 1's to the BAR and reading back the result, always operate on the full 64-bit size. Reviewed by: imp MFC after: 1 month Revision Changes Path 1.374 +33 -22 src/sys/dev/pci/pci.c 1.71 +1 -1 src/sys/dev/pci/pcireg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903051533.n25FXIBW020869>