Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2007 06:46:08 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/isp isp_freebsd.h isp_pci.c isp_sbus.c
Message-ID:  <200703130646.l2D6k9hv050356@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2007-03-13 06:46:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp_freebsd.h isp_pci.c isp_sbus.c 
  Log:
  Move bus_space_tag and bus_space_handle register access
  tokens into the common isp_osinfo structure instead of being
  in bus specific structures. This allows us to implement
  a SYNC_REG MEMORYBARRIER call (using bus_space_barrier)
  and also reduce the amount of bus specific wrapper structure
  usages in isp_pci && isp_sbus.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.102     +9 -0      src/sys/dev/isp/isp_freebsd.h
  1.140     +64 -78    src/sys/dev/isp/isp_pci.c
  1.30      +6 -8      src/sys/dev/isp/isp_sbus.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703130646.l2D6k9hv050356>