Date: Sat, 31 Mar 2007 21:39:02 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ipmi ipmi_pci.c src/sys/dev/pci pci.c pcireg.h Message-ID: <200703312139.l2VLd2MQ085752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-03-31 21:39:02 UTC FreeBSD src repository Modified files: sys/dev/ipmi ipmi_pci.c sys/dev/pci pci.c pcireg.h Log: Add constants for the fields in a BAR. Also, add two new macros PCI_BAR_(IO|MEM)() that return true if the passed in value from a BAR is for an IO or memory BAR, respectively. Reviewed by: imp Revision Changes Path 1.4 +2 -5 src/sys/dev/ipmi/ipmi_pci.c 1.348 +30 -34 src/sys/dev/pci/pci.c 1.61 +13 -0 src/sys/dev/pci/pcireg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703312139.l2VLd2MQ085752>