Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 07:48:51 +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/mpt mpt.c mpt.h mpt_cam.c mpt_debug.c mpt_pci.c
Message-ID:  <200607120748.k6C7mpha089395@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2006-07-12 07:48:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mpt          mpt.c mpt.h mpt_cam.c mpt_debug.c 
                         mpt_pci.c 
  Log:
  Fix config page writes to not strip out the attributes when you
  actually go write the config page. This fixes the long standing
  problem about updating NVRAM on Fibre Channel cards and seems
  so far to not break SPI config page writes.
  
  Put back role setting into mpt. That is, you can set a desired role
  for mpt as a hint. On the next reboot, it'll pick that up and redo
  the NVRAM settings appropriately and warn you that this won't take
  effect until the next reboot. This saves people the step of having
  to find a BIOS utilities disk to set target and/or initiator role
  for the MPT cards.
  
  Revision  Changes    Path
  1.33      +29 -10    src/sys/dev/mpt/mpt.c
  1.27      +7 -4      src/sys/dev/mpt/mpt.h
  1.27      +67 -20    src/sys/dev/mpt/mpt_cam.c
  1.17      +15 -0     src/sys/dev/mpt/mpt_debug.c
  1.36      +29 -4     src/sys/dev/mpt/mpt_pci.c



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