cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_ioctl.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h

Matt Jacob mjacob at FreeBSD.org
Tue Feb 14 16:31:49 PST 2006


mjacob      2006-02-15 00:31:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp.c isp_freebsd.c isp_freebsd.h 
                         isp_ioctl.h isp_library.c isp_library.h 
                         isp_pci.c isp_sbus.c isp_target.c 
                         isp_target.h isp_tpublic.h ispmbox.h 
                         ispreg.h ispvar.h 
  Log:
  a) clean up some declaration stuff (i.e., make more modern with respect
  to getting rid u_int for uint and so on).
  
  b) Turn back on 64 bit DAC support. Cheeze it a bit in that we have two
  DMA callback functions- one when we have bus_addr_t > 4 bits in width and
  the other which should be normal. Even Cheezier in that we turn off setting
  up DMA maps to be BUS_SPACE_MAXADDR if we're in ISP_TARGET_MODE. More work
  on this in a week or so.
  
  c) Tested under amd64 and 1MB DFLTPHYS, sparc64, i386 (PAE, but insufficient
  memory to really test > 4GB). LINT check under amd64.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.117     +203 -202  src/sys/dev/isp/isp.c
  1.110     +28 -28    src/sys/dev/isp/isp_freebsd.c
  1.85      +26 -24    src/sys/dev/isp/isp_freebsd.h
  1.15      +22 -22    src/sys/dev/isp/isp_ioctl.h
  1.2       +96 -79    src/sys/dev/isp/isp_library.c
  1.2       +17 -11    src/sys/dev/isp/isp_library.h
  1.112     +67 -63    src/sys/dev/isp/isp_pci.c
  1.18      +20 -20    src/sys/dev/isp/isp_sbus.c
  1.34      +23 -22    src/sys/dev/isp/isp_target.c
  1.25      +186 -186  src/sys/dev/isp/isp_target.h
  1.12      +22 -22    src/sys/dev/isp/isp_tpublic.h
  1.50      +246 -246  src/sys/dev/isp/ispmbox.h
  1.25      +50 -50    src/sys/dev/isp/ispreg.h
  1.74      +134 -158  src/sys/dev/isp/ispvar.h


More information about the cvs-all mailing list