cvs commit: src/sys/dev/isp isp_sbus.c

Thomas Moestl tmm at FreeBSD.org
Tue Mar 23 15:41:40 PST 2004


tmm         2004/03/23 15:41:39 PST

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp_sbus.c 
  Log:
  Correct the boundary parameter to the bus_dma_tag_create() calls (it was
  (1 << 24) - 2 instead of 1 << 24, which it was obviously intended to
  be). This fixes SBus isp(4)s on sparc64 machines.
  
  Report and testing:  Marius Strobl <marius at alchemy.franken.de>
  
  Revision  Changes    Path
  1.13      +2 -2      src/sys/dev/isp/isp_sbus.c


More information about the cvs-src mailing list