cvs commit: src/sys/dev/ipmi ipmi_pci.c src/sys/dev/pci pci.c pcireg.h

John Baldwin jhb at FreeBSD.org
Sat Mar 31 21:39:03 UTC 2007


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


More information about the cvs-src mailing list