cvs commit: src/sys/dev/isp isp_freebsd.h isp_pci.c isp_sbus.c

Matt Jacob mjacob at FreeBSD.org
Tue Mar 13 06:46:09 UTC 2007


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


More information about the cvs-src mailing list