cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_ioctl.h isp_library.c 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
Fri Sep 1 05:55:41 UTC 2006


mjacob      2006-09-01 05:55:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/isp          isp.c isp_freebsd.c isp_freebsd.h 
                         isp_ioctl.h isp_library.c isp_pci.c 
                         isp_sbus.c isp_target.c isp_target.h 
                         isp_tpublic.h ispmbox.h ispreg.h ispvar.h 
  Log:
  MFC the current stable state of isp.
  The high points for next RELENG_6 release are:
  
  + Fix 2322/6322 firmware loading- this card works a lot better with
  loaded f/w.
  
  + Fix a considerable number of 2KLogin issues.
  
  + Clean all mailbox structures prior to use.
  
  + Remove some obsolete code within defines that haven't been
  enabled in years.
  
  + Make Loop ID 125 a legal hard address (which it is).
  
  + Force HARD ADDRESS acquisition for all f/w revisions > 2.2.5
  
  + Use RIO_16BIT for 2200 cards >= 1.17.0 f/w, and enable
  fast posting.
  
  + Honor ZIO nvram settings for 23XX cards.
  
  + Add an ISP_CRASHED state so that if we get a DMA error and the f/w
  crashes we can unstall any mailbox commands that might have been
  waiting.
  
  + Catch RISC PAUSED errors on interrupts.
  
  + Plus many, many more!
  
  Revision   Changes    Path
  1.113.2.4  +355 -224  src/sys/dev/isp/isp.c
  1.105.2.5  +55 -48    src/sys/dev/isp/isp_freebsd.c
  1.79.2.6   +3 -0      src/sys/dev/isp/isp_freebsd.h
  1.12.2.4   +5 -1      src/sys/dev/isp/isp_ioctl.h
  1.1.2.3    +11 -13    src/sys/dev/isp/isp_library.c
  1.104.2.7  +100 -11   src/sys/dev/isp/isp_pci.c
  1.15.8.4   +25 -5     src/sys/dev/isp/isp_sbus.c
  1.32.2.3   +66 -38    src/sys/dev/isp/isp_target.c
  1.23.2.3   +8 -5      src/sys/dev/isp/isp_target.h
  1.10.2.3   +1 -1      src/sys/dev/isp/isp_tpublic.h
  1.47.2.3   +3 -1      src/sys/dev/isp/ispmbox.h
  1.23.2.3   +19 -6     src/sys/dev/isp/ispreg.h
  1.71.2.4   +13 -8     src/sys/dev/isp/ispvar.h


More information about the cvs-src mailing list