]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix config page writes to not strip out the attributes when you
authorMatt Jacob <mjacob@FreeBSD.org>
Wed, 12 Jul 2006 07:48:50 +0000 (07:48 +0000)
committerMatt Jacob <mjacob@FreeBSD.org>
Wed, 12 Jul 2006 07:48:50 +0000 (07:48 +0000)
commitb4c618c099443efcc9c2d8ffd4eb115009aa4329
treebf1c462115d3d85e5d474f22bfa3841ea226e263
parenta94d3e1f8a148301ab248b9d0495dc70bea3b117
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.
sys/dev/mpt/mpt.c
sys/dev/mpt/mpt.h
sys/dev/mpt/mpt_cam.c
sys/dev/mpt/mpt_debug.c
sys/dev/mpt/mpt_pci.c