cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_debug.c
mpt_pci.c
Matt Jacob
mjacob at FreeBSD.org
Wed Jul 12 07:48:51 UTC 2006
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
More information about the cvs-src
mailing list