]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Refine r233827; as it turns out, controllers with a device ID of 0x0059
authormarius <marius@FreeBSD.org>
Wed, 4 Apr 2012 20:42:45 +0000 (20:42 +0000)
committermarius <marius@FreeBSD.org>
Wed, 4 Apr 2012 20:42:45 +0000 (20:42 +0000)
commit3eaf24f2ead51f3b0269d7b243e57eed1358e9fd
tree6db76112c4126ecb7b4db9a12dc0e4037513629e
parentc754ab5e303c512f38c815a6394d57e6e4dc162c
Refine r233827; as it turns out, controllers with a device ID of 0x0059
can be upgraded to MegaRAID mode, in which case mfi(4) should attach to
these based on the sub-vendor and -device ID instead (not currently done).
Therefore, let mpt_pci_probe() return BUS_PROBE_LOW_PRIORITY.
While it, let mpt_pci_probe() return BUS_PROBE_DEFAULT instead of 0 in
the default case.

MFC after: 3 days
sys/dev/mpt/mpt_pci.c