cvs commit: src/sys/dev/pci pci.c

Warner Losh imp at FreeBSD.org
Mon Oct 30 22:46:34 UTC 2006


imp         2006-10-30 22:46:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  Assign start to the value we were able to allocate and use that to
  write out the BAR.  Otherwise, we were trying to shift a 32-bit
  quantity on 32-bit platforms.  Also, 'start' check sanity to where it
  is known.
  
  Revision  Changes    Path
  1.318     +11 -10    src/sys/dev/pci/pci.c


More information about the cvs-all mailing list