Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2006 06:23:37 +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.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h
Message-ID:  <200601230623.k0N6NbcN020407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2006-01-23 06:23:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp.c isp_freebsd.c isp_freebsd.h 
                         isp_inline.h isp_ioctl.h isp_pci.c 
                         isp_sbus.c isp_target.c isp_target.h 
                         isp_tpublic.h ispmbox.h ispreg.h ispvar.h 
  Log:
  First of several commits as this driver is dusted off and maybe brought
  up to date.  Principle changes for this reelase is to support 2K Port Login
  firmware. This allows us to support the 2322 (and 2422 4Gb) cards which only
  come with the 2K Port Login firmware. The 2322 should now work- but we don't
  have firmware sets for it in ispfw (as the change to load 2K Port Login f/w
  hasn't been made- that f/w is so big it has to be loaded in more than one
  chunk).
  
  Other changes are the beginnings of cleaning up some long standing target
  mode issues. The next changes here will incorporate a lot of bug fixes
  from others.
  
  Finally, some copyright cleanup and attempts to make the parts of the
  driver that are FreeBSD specific start conforming more to FreeBSD style.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.115     +136 -47   src/sys/dev/isp/isp.c
  1.108     +15 -43    src/sys/dev/isp/isp_freebsd.c
  1.81      +3 -1      src/sys/dev/isp/isp_freebsd.h
  1.33      +296 -3    src/sys/dev/isp/isp_inline.h
  1.14      +19 -24    src/sys/dev/isp/isp_ioctl.h
  1.106     +25 -3     src/sys/dev/isp/isp_pci.c
  1.16      +2 -1      src/sys/dev/isp/isp_sbus.c
  1.33      +216 -125  src/sys/dev/isp/isp_target.c
  1.24      +120 -14   src/sys/dev/isp/isp_target.h
  1.11      +111 -126  src/sys/dev/isp/isp_tpublic.h
  1.49      +36 -5     src/sys/dev/isp/ispmbox.h
  1.24      +15 -4     src/sys/dev/isp/ispreg.h
  1.72      +22 -20    src/sys/dev/isp/ispvar.h



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