diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-06-02 18:50:39 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-06-02 18:50:39 +0000 |
commit | d627ba248622a18c52f6c99d6f86f51d1f5e021f (patch) | |
tree | 3b547a0487204fc278873acd72a676b40eab57be /sys/dev/mpt/mpt_pci.c | |
parent | f6f16a30433d481e93fba5c15e08761f5159b2c5 (diff) | |
download | FreeBSD-src-d627ba248622a18c52f6c99d6f86f51d1f5e021f.zip FreeBSD-src-d627ba248622a18c52f6c99d6f86f51d1f5e021f.tar.gz |
More checkpointing on the way toward really (finally)
fixing speed negotiation.
Also fix the mpt_execute_req function to actually
match mpt_execute_req_a64. This may explain why
i386 users were having more grief.
Diffstat (limited to 'sys/dev/mpt/mpt_pci.c')
-rw-r--r-- | sys/dev/mpt/mpt_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index 0f0a1fd..aeffb5c 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -387,6 +387,7 @@ mpt_pci_attach(device_t dev) mpt->is_sas = 1; break; default: + mpt->is_spi = 1; break; } mpt->dev = dev; |