cvs commit: src/sys/dev/puc pucdata.c

Marcel Moolenaar marcel at FreeBSD.org
Fri May 16 14:57:50 UTC 2008


marcel      2008-05-16 14:57:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/puc          pucdata.c 
  Log:
  Fix RID calculation. The RID is really the BAR for PCI cards,
  so the index needs to be translated into an offset. While we
  did add the offset (0x10), we forgot to account for the width.
  
  Tested by: Thomas Vogt
  MFC after: 3 days
  
  Revision  Changes    Path
  1.61      +1 -1      src/sys/dev/puc/pucdata.c


More information about the cvs-src mailing list