From d627ba248622a18c52f6c99d6f86f51d1f5e021f Mon Sep 17 00:00:00 2001 From: mjacob Date: Fri, 2 Jun 2006 18:50:39 +0000 Subject: 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. --- sys/dev/mpt/mpt_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/mpt/mpt_pci.c') 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; -- cgit v1.1