xref: /freebsd/sys/dev/mpt/mpt_pci.c (revision ce3adf4362fcca6a43e500b2531f0038adbfbd21)
1 /*-
2  * PCI specific probe and attach routines for LSI Fusion Adapters
3  * FreeBSD Version.
4  *
5  * Copyright (c) 2000, 2001 by Greg Ansley
6  * Partially derived from Matt Jacob's ISP driver.
7  * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 by Matthew Jacob
8  * Feral Software
9  * All rights reserved.
10  *
11  * Redistribution and use in source and binary forms, with or without
12  * modification, are permitted provided that the following conditions
13  * are met:
14  * 1. Redistributions of source code must retain the above copyright
15  *    notice immediately at the beginning of the file, without modification,
16  *    this list of conditions, and the following disclaimer.
17  * 2. The name of the author may not be used to endorse or promote products
18  *    derived from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23  * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
24  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30  * SUCH DAMAGE.
31  */
32 /*-
33  * Copyright (c) 2002, 2006 by Matthew Jacob
34  * All rights reserved.
35  *
36  * Redistribution and use in source and binary forms, with or without
37  * modification, are permitted provided that the following conditions are
38  * met:
39  * 1. Redistributions of source code must retain the above copyright
40  *    notice, this list of conditions and the following disclaimer.
41  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
42  *    substantially similar to the "NO WARRANTY" disclaimer below
43  *    ("Disclaimer") and any redistribution must be conditioned upon including
44  *    a substantially similar Disclaimer requirement for further binary
45  *    redistribution.
46  * 3. Neither the names of the above listed copyright holders nor the names
47  *    of any contributors may be used to endorse or promote products derived
48  *    from this software without specific prior written permission.
49  *
50  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
51  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
53  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
54  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
55  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
56  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
57  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
58  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
59  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
60  * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61  *
62  * Support from Chris Ellsworth in order to make SAS adapters work
63  * is gratefully acknowledged.
64  *
65  * Support from LSI-Logic has also gone a great deal toward making this a
66  * workable subsystem and is gratefully acknowledged.
67  */
68 /*
69  * Copyright (c) 2004, Avid Technology, Inc. and its contributors.
70  * Copyright (c) 2005, WHEEL Sp. z o.o.
71  * Copyright (c) 2004, 2005 Justin T. Gibbs
72  * All rights reserved.
73  *
74  * Redistribution and use in source and binary forms, with or without
75  * modification, are permitted provided that the following conditions are
76  * met:
77  * 1. Redistributions of source code must retain the above copyright
78  *    notice, this list of conditions and the following disclaimer.
79  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
80  *    substantially similar to the "NO WARRANTY" disclaimer below
81  *    ("Disclaimer") and any redistribution must be conditioned upon including
82  *    a substantially similar Disclaimer requirement for further binary
83  *    redistribution.
84  * 3. Neither the names of the above listed copyright holders nor the names
85  *    of any contributors may be used to endorse or promote products derived
86  *    from this software without specific prior written permission.
87  *
88  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
89  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
90  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
91  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
92  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
93  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
94  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
95  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
96  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
97  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
98  * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99  */
100 
101 #include <sys/cdefs.h>
102 __FBSDID("$FreeBSD$");
103 
104 #include <dev/mpt/mpt.h>
105 #include <dev/mpt/mpt_cam.h>
106 #include <dev/mpt/mpt_raid.h>
107 
108 #if __FreeBSD_version < 700000
109 #define	pci_msix_count(x)	0
110 #define	pci_msi_count(x)	0
111 #define	pci_alloc_msi(x, y)	1
112 #define	pci_alloc_msix(x, y)	1
113 #define	pci_release_msi(x)	do { ; } while (0)
114 #endif
115 
116 /*
117  * XXX it seems no other MPT driver knows about the following chips.
118  */
119 
120 #ifndef	MPI_MANUFACTPAGE_DEVICEID_FC909_FB
121 #define	MPI_MANUFACTPAGE_DEVICEID_FC909_FB	0x0620
122 #endif
123 
124 #ifndef	MPI_MANUFACTPAGE_DEVICEID_FC919_LAN_FB
125 #define	MPI_MANUFACTPAGE_DEVICEID_FC919_LAN_FB	0x0625
126 #endif
127 
128 #ifndef	MPI_MANUFACTPAGE_DEVICEID_FC929_LAN_FB
129 #define	MPI_MANUFACTPAGE_DEVICEID_FC929_LAN_FB	0x0623
130 #endif
131 
132 #ifndef	MPI_MANUFACTPAGE_DEVICEID_FC929X_LAN_FB
133 #define	MPI_MANUFACTPAGE_DEVICEID_FC929X_LAN_FB	0x0627
134 #endif
135 
136 #ifndef	MPI_MANUFACTPAGE_DEVICEID_FC919X_LAN_FB
137 #define	MPI_MANUFACTPAGE_DEVICEID_FC919X_LAN_FB	0x0629
138 #endif
139 
140 #ifndef MPI_MANUFACTPAGE_DEVID_SAS1068A_FB
141 #define MPI_MANUFACTPAGE_DEVID_SAS1068A_FB	0x0055
142 #endif
143 
144 #ifndef	MPI_MANUFACTPAGE_DEVID_SAS1068E_FB
145 #define	MPI_MANUFACTPAGE_DEVID_SAS1068E_FB	0x0059
146 #endif
147 
148 #ifndef	MPI_MANUFACTPAGE_DEVID_SAS1078DE_FB
149 #define	MPI_MANUFACTPAGE_DEVID_SAS1078DE_FB	0x007C
150 #endif
151 
152 #ifndef	PCIM_CMD_SERRESPEN
153 #define	PCIM_CMD_SERRESPEN	0x0100
154 #endif
155 
156 static int mpt_pci_probe(device_t);
157 static int mpt_pci_attach(device_t);
158 static void mpt_free_bus_resources(struct mpt_softc *mpt);
159 static int mpt_pci_detach(device_t);
160 static int mpt_pci_shutdown(device_t);
161 static int mpt_dma_mem_alloc(struct mpt_softc *mpt);
162 static void mpt_dma_mem_free(struct mpt_softc *mpt);
163 #if 0
164 static void mpt_read_config_regs(struct mpt_softc *mpt);
165 static void mpt_set_config_regs(struct mpt_softc *mpt);
166 #endif
167 static void mpt_pci_intr(void *);
168 
169 static device_method_t mpt_methods[] = {
170 	/* Device interface */
171 	DEVMETHOD(device_probe,		mpt_pci_probe),
172 	DEVMETHOD(device_attach,	mpt_pci_attach),
173 	DEVMETHOD(device_detach,	mpt_pci_detach),
174 	DEVMETHOD(device_shutdown,	mpt_pci_shutdown),
175 	DEVMETHOD_END
176 };
177 
178 static driver_t mpt_driver = {
179 	"mpt", mpt_methods, sizeof(struct mpt_softc)
180 };
181 static devclass_t mpt_devclass;
182 DRIVER_MODULE(mpt, pci, mpt_driver, mpt_devclass, NULL, NULL);
183 MODULE_DEPEND(mpt, pci, 1, 1, 1);
184 MODULE_VERSION(mpt, 1);
185 
186 static int
187 mpt_pci_probe(device_t dev)
188 {
189 	const char *desc;
190 	int rval;
191 
192 	if (pci_get_vendor(dev) != MPI_MANUFACTPAGE_VENDORID_LSILOGIC)
193 		return (ENXIO);
194 
195 	rval = BUS_PROBE_DEFAULT;
196 	switch (pci_get_device(dev)) {
197 	case MPI_MANUFACTPAGE_DEVICEID_FC909_FB:
198 		desc = "LSILogic FC909 FC Adapter";
199 		break;
200 	case MPI_MANUFACTPAGE_DEVICEID_FC909:
201 		desc = "LSILogic FC909A FC Adapter";
202 		break;
203 	case MPI_MANUFACTPAGE_DEVICEID_FC919:
204 		desc = "LSILogic FC919 FC Adapter";
205 		break;
206 	case MPI_MANUFACTPAGE_DEVICEID_FC919_LAN_FB:
207 		desc = "LSILogic FC919 LAN Adapter";
208 		break;
209 	case MPI_MANUFACTPAGE_DEVICEID_FC929:
210 		desc = "Dual LSILogic FC929 FC Adapter";
211 		break;
212 	case MPI_MANUFACTPAGE_DEVICEID_FC929_LAN_FB:
213 		desc = "Dual LSILogic FC929 LAN Adapter";
214 		break;
215 	case MPI_MANUFACTPAGE_DEVICEID_FC919X:
216 		desc = "LSILogic FC919 FC PCI-X Adapter";
217 		break;
218 	case MPI_MANUFACTPAGE_DEVICEID_FC919X_LAN_FB:
219 		desc = "LSILogic FC919 LAN PCI-X Adapter";
220 		break;
221 	case MPI_MANUFACTPAGE_DEVICEID_FC929X:
222 		desc = "Dual LSILogic FC929X 2Gb/s FC PCI-X Adapter";
223 		break;
224 	case MPI_MANUFACTPAGE_DEVICEID_FC929X_LAN_FB:
225 		desc = "Dual LSILogic FC929X LAN PCI-X Adapter";
226 		break;
227 	case MPI_MANUFACTPAGE_DEVICEID_FC949E:
228 		desc = "Dual LSILogic FC7X04X 4Gb/s FC PCI-Express Adapter";
229 		break;
230 	case MPI_MANUFACTPAGE_DEVICEID_FC949X:
231 		desc = "Dual LSILogic FC7X04X 4Gb/s FC PCI-X Adapter";
232 		break;
233 	case MPI_MANUFACTPAGE_DEVID_53C1030:
234 	case MPI_MANUFACTPAGE_DEVID_53C1030ZC:
235 		desc = "LSILogic 1030 Ultra4 Adapter";
236 		break;
237 	case MPI_MANUFACTPAGE_DEVID_SAS1068E_FB:
238 		/*
239 		 * Allow mfi(4) to claim this device in case it's in MegaRAID
240 		 * mode.
241 		 */
242 		rval = BUS_PROBE_LOW_PRIORITY;
243 		/* FALLTHROUGH */
244 	case MPI_MANUFACTPAGE_DEVID_SAS1064:
245 	case MPI_MANUFACTPAGE_DEVID_SAS1064A:
246 	case MPI_MANUFACTPAGE_DEVID_SAS1064E:
247 	case MPI_MANUFACTPAGE_DEVID_SAS1066:
248 	case MPI_MANUFACTPAGE_DEVID_SAS1066E:
249 	case MPI_MANUFACTPAGE_DEVID_SAS1068:
250 	case MPI_MANUFACTPAGE_DEVID_SAS1068A_FB:
251 	case MPI_MANUFACTPAGE_DEVID_SAS1068E:
252 	case MPI_MANUFACTPAGE_DEVID_SAS1078:
253 	case MPI_MANUFACTPAGE_DEVID_SAS1078DE_FB:
254 		desc = "LSILogic SAS/SATA Adapter";
255 		break;
256 	default:
257 		return (ENXIO);
258 	}
259 
260 	device_set_desc(dev, desc);
261 	return (rval);
262 }
263 
264 static void
265 mpt_set_options(struct mpt_softc *mpt)
266 {
267 	int tval;
268 
269 	tval = 0;
270 	if (resource_int_value(device_get_name(mpt->dev),
271 	    device_get_unit(mpt->dev), "debug", &tval) == 0 && tval != 0) {
272 		mpt->verbose = tval;
273 	}
274 	tval = -1;
275 	if (resource_int_value(device_get_name(mpt->dev),
276 	    device_get_unit(mpt->dev), "role", &tval) == 0 && tval >= 0 &&
277 	    tval <= 3) {
278 		mpt->cfg_role = tval;
279 		mpt->do_cfg_role = 1;
280 	}
281 	tval = 0;
282 	mpt->msi_enable = 0;
283 	if (mpt->is_sas)
284 		mpt->msi_enable = 1;
285 	if (resource_int_value(device_get_name(mpt->dev),
286 	    device_get_unit(mpt->dev), "msi_enable", &tval) == 0) {
287 		mpt->msi_enable = tval;
288 	}
289 }
290 
291 static void
292 mpt_link_peer(struct mpt_softc *mpt)
293 {
294 	struct mpt_softc *mpt2;
295 
296 	if (mpt->unit == 0) {
297 		return;
298 	}
299 	/*
300 	 * XXX: depends on probe order
301 	 */
302 	mpt2 = (struct mpt_softc *)devclass_get_softc(mpt_devclass,mpt->unit-1);
303 
304 	if (mpt2 == NULL) {
305 		return;
306 	}
307 	if (pci_get_vendor(mpt2->dev) != pci_get_vendor(mpt->dev)) {
308 		return;
309 	}
310 	if (pci_get_device(mpt2->dev) != pci_get_device(mpt->dev)) {
311 		return;
312 	}
313 	mpt->mpt2 = mpt2;
314 	mpt2->mpt2 = mpt;
315 	if (mpt->verbose >= MPT_PRT_DEBUG) {
316 		mpt_prt(mpt, "linking with peer (mpt%d)\n",
317 		    device_get_unit(mpt2->dev));
318 	}
319 }
320 
321 static void
322 mpt_unlink_peer(struct mpt_softc *mpt)
323 {
324 
325 	if (mpt->mpt2) {
326 		mpt->mpt2->mpt2 = NULL;
327 	}
328 }
329 
330 static int
331 mpt_pci_attach(device_t dev)
332 {
333 	struct mpt_softc *mpt;
334 	int		  iqd;
335 	uint32_t	  data, cmd;
336 	int		  mpt_io_bar, mpt_mem_bar;
337 
338 	mpt  = (struct mpt_softc*)device_get_softc(dev);
339 
340 	switch (pci_get_device(dev)) {
341 	case MPI_MANUFACTPAGE_DEVICEID_FC909_FB:
342 	case MPI_MANUFACTPAGE_DEVICEID_FC909:
343 	case MPI_MANUFACTPAGE_DEVICEID_FC919:
344 	case MPI_MANUFACTPAGE_DEVICEID_FC919_LAN_FB:
345 	case MPI_MANUFACTPAGE_DEVICEID_FC929:
346 	case MPI_MANUFACTPAGE_DEVICEID_FC929_LAN_FB:
347 	case MPI_MANUFACTPAGE_DEVICEID_FC929X:
348 	case MPI_MANUFACTPAGE_DEVICEID_FC929X_LAN_FB:
349 	case MPI_MANUFACTPAGE_DEVICEID_FC919X:
350 	case MPI_MANUFACTPAGE_DEVICEID_FC919X_LAN_FB:
351 	case MPI_MANUFACTPAGE_DEVICEID_FC949E:
352 	case MPI_MANUFACTPAGE_DEVICEID_FC949X:
353 		mpt->is_fc = 1;
354 		break;
355 	case MPI_MANUFACTPAGE_DEVID_SAS1078:
356 	case MPI_MANUFACTPAGE_DEVID_SAS1078DE_FB:
357 		mpt->is_1078 = 1;
358 		/* FALLTHROUGH */
359 	case MPI_MANUFACTPAGE_DEVID_SAS1064:
360 	case MPI_MANUFACTPAGE_DEVID_SAS1064A:
361 	case MPI_MANUFACTPAGE_DEVID_SAS1064E:
362 	case MPI_MANUFACTPAGE_DEVID_SAS1066:
363 	case MPI_MANUFACTPAGE_DEVID_SAS1066E:
364 	case MPI_MANUFACTPAGE_DEVID_SAS1068:
365 	case MPI_MANUFACTPAGE_DEVID_SAS1068A_FB:
366 	case MPI_MANUFACTPAGE_DEVID_SAS1068E:
367 	case MPI_MANUFACTPAGE_DEVID_SAS1068E_FB:
368 		mpt->is_sas = 1;
369 		break;
370 	default:
371 		mpt->is_spi = 1;
372 		break;
373 	}
374 	mpt->dev = dev;
375 	mpt->unit = device_get_unit(dev);
376 	mpt->raid_resync_rate = MPT_RAID_RESYNC_RATE_DEFAULT;
377 	mpt->raid_mwce_setting = MPT_RAID_MWCE_DEFAULT;
378 	mpt->raid_queue_depth = MPT_RAID_QUEUE_DEPTH_DEFAULT;
379 	mpt->verbose = MPT_PRT_NONE;
380 	mpt->role = MPT_ROLE_NONE;
381 	mpt->mpt_ini_id = MPT_INI_ID_NONE;
382 #ifdef __sparc64__
383 	if (mpt->is_spi)
384 		mpt->mpt_ini_id = OF_getscsinitid(dev);
385 #endif
386 	mpt_set_options(mpt);
387 	if (mpt->verbose == MPT_PRT_NONE) {
388 		mpt->verbose = MPT_PRT_WARN;
389 		/* Print INFO level (if any) if bootverbose is set */
390 		mpt->verbose += (bootverbose != 0)? 1 : 0;
391 	}
392 
393 	/*
394 	 * Make sure that SERR, PERR, WRITE INVALIDATE and BUSMASTER are set.
395 	 */
396 	cmd = pci_read_config(dev, PCIR_COMMAND, 2);
397 	cmd |=
398 	    PCIM_CMD_SERRESPEN | PCIM_CMD_PERRESPEN |
399 	    PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN;
400 	pci_write_config(dev, PCIR_COMMAND, cmd, 2);
401 
402 	/*
403 	 * Make sure we've disabled the ROM.
404 	 */
405 	data = pci_read_config(dev, PCIR_BIOS, 4);
406 	data &= ~PCIM_BIOS_ENABLE;
407 	pci_write_config(dev, PCIR_BIOS, data, 4);
408 
409 	/*
410 	 * Is this part a dual?
411 	 * If so, link with our partner (around yet)
412 	 */
413 	switch (pci_get_device(dev)) {
414 	case MPI_MANUFACTPAGE_DEVICEID_FC929:
415 	case MPI_MANUFACTPAGE_DEVICEID_FC929_LAN_FB:
416 	case MPI_MANUFACTPAGE_DEVICEID_FC949E:
417 	case MPI_MANUFACTPAGE_DEVICEID_FC949X:
418 	case MPI_MANUFACTPAGE_DEVID_53C1030:
419 	case MPI_MANUFACTPAGE_DEVID_53C1030ZC:
420 		mpt_link_peer(mpt);
421 		break;
422 	default:
423 		break;
424 	}
425 
426 	/*
427 	 * Figure out which are the I/O and MEM Bars
428 	 */
429 	data = pci_read_config(dev, PCIR_BAR(0), 4);
430 	if (PCI_BAR_IO(data)) {
431 		/* BAR0 is IO, BAR1 is memory */
432 		mpt_io_bar = 0;
433 		mpt_mem_bar = 1;
434 	} else {
435 		/* BAR0 is memory, BAR1 is IO */
436 		mpt_mem_bar = 0;
437 		mpt_io_bar = 1;
438 	}
439 
440 	/*
441 	 * Set up register access.  PIO mode is required for
442 	 * certain reset operations (but must be disabled for
443 	 * some cards otherwise).
444 	 */
445 	mpt_io_bar = PCIR_BAR(mpt_io_bar);
446 	mpt->pci_pio_reg = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
447 	    &mpt_io_bar, RF_ACTIVE);
448 	if (mpt->pci_pio_reg == NULL) {
449 		if (bootverbose) {
450 			device_printf(dev,
451 			    "unable to map registers in PIO mode\n");
452 		}
453 	} else {
454 		mpt->pci_pio_st = rman_get_bustag(mpt->pci_pio_reg);
455 		mpt->pci_pio_sh = rman_get_bushandle(mpt->pci_pio_reg);
456 	}
457 
458 	mpt_mem_bar = PCIR_BAR(mpt_mem_bar);
459 	mpt->pci_reg = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
460 	    &mpt_mem_bar, RF_ACTIVE);
461 	if (mpt->pci_reg == NULL) {
462 		if (bootverbose || mpt->is_sas || mpt->pci_pio_reg == NULL) {
463 			device_printf(dev,
464 			    "Unable to memory map registers.\n");
465 		}
466 		if (mpt->is_sas || mpt->pci_pio_reg == NULL) {
467 			device_printf(dev, "Giving Up.\n");
468 			goto bad;
469 		}
470 		if (bootverbose) {
471 			device_printf(dev, "Falling back to PIO mode.\n");
472 		}
473 		mpt->pci_st = mpt->pci_pio_st;
474 		mpt->pci_sh = mpt->pci_pio_sh;
475 	} else {
476 		mpt->pci_st = rman_get_bustag(mpt->pci_reg);
477 		mpt->pci_sh = rman_get_bushandle(mpt->pci_reg);
478 	}
479 
480 	/* Get a handle to the interrupt */
481 	iqd = 0;
482 	if (mpt->msi_enable) {
483 		/*
484 		 * First try to alloc an MSI-X message.  If that
485 		 * fails, then try to alloc an MSI message instead.
486 		 */
487 		if (pci_msix_count(dev) == 1) {
488 			mpt->pci_msi_count = 1;
489 			if (pci_alloc_msix(dev, &mpt->pci_msi_count) == 0) {
490 				iqd = 1;
491 			} else {
492 				mpt->pci_msi_count = 0;
493 			}
494 		}
495 		if (iqd == 0 && pci_msi_count(dev) == 1) {
496 			mpt->pci_msi_count = 1;
497 			if (pci_alloc_msi(dev, &mpt->pci_msi_count) == 0) {
498 				iqd = 1;
499 			} else {
500 				mpt->pci_msi_count = 0;
501 			}
502 		}
503 	}
504 	mpt->pci_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &iqd,
505 	    RF_ACTIVE | (mpt->pci_msi_count ? 0 : RF_SHAREABLE));
506 	if (mpt->pci_irq == NULL) {
507 		device_printf(dev, "could not allocate interrupt\n");
508 		goto bad;
509 	}
510 
511 	MPT_LOCK_SETUP(mpt);
512 
513 	/* Disable interrupts at the part */
514 	mpt_disable_ints(mpt);
515 
516 	/* Register the interrupt handler */
517 	if (mpt_setup_intr(dev, mpt->pci_irq, MPT_IFLAGS, NULL, mpt_pci_intr,
518 	    mpt, &mpt->ih)) {
519 		device_printf(dev, "could not setup interrupt\n");
520 		goto bad;
521 	}
522 
523 	/* Allocate dma memory */
524 	if (mpt_dma_mem_alloc(mpt)) {
525 		mpt_prt(mpt, "Could not allocate DMA memory\n");
526 		goto bad;
527 	}
528 
529 #if 0
530 	/*
531 	 * Save the PCI config register values
532  	 *
533 	 * Hard resets are known to screw up the BAR for diagnostic
534 	 * memory accesses (Mem1).
535 	 *
536 	 * Using Mem1 is known to make the chip stop responding to
537 	 * configuration space transfers, so we need to save it now
538 	 */
539 
540 	mpt_read_config_regs(mpt);
541 #endif
542 
543 	/*
544 	 * Disable PIO until we need it
545 	 */
546 	if (mpt->is_sas) {
547 		pci_disable_io(dev, SYS_RES_IOPORT);
548 	}
549 
550 	/* Initialize the hardware */
551 	if (mpt->disabled == 0) {
552 		if (mpt_attach(mpt) != 0) {
553 			goto bad;
554 		}
555 	} else {
556 		mpt_prt(mpt, "device disabled at user request\n");
557 		goto bad;
558 	}
559 
560 	mpt->eh = EVENTHANDLER_REGISTER(shutdown_post_sync, mpt_pci_shutdown,
561 	    dev, SHUTDOWN_PRI_LAST);
562 
563 	if (mpt->eh == NULL) {
564 		mpt_prt(mpt, "shutdown event registration failed\n");
565 		(void) mpt_detach(mpt);
566 		goto bad;
567 	}
568 	return (0);
569 
570 bad:
571 	mpt_dma_mem_free(mpt);
572 	mpt_free_bus_resources(mpt);
573 	mpt_unlink_peer(mpt);
574 
575 	MPT_LOCK_DESTROY(mpt);
576 
577 	/*
578 	 * but return zero to preserve unit numbering
579 	 */
580 	return (0);
581 }
582 
583 /*
584  * Free bus resources
585  */
586 static void
587 mpt_free_bus_resources(struct mpt_softc *mpt)
588 {
589 
590 	if (mpt->ih) {
591 		bus_teardown_intr(mpt->dev, mpt->pci_irq, mpt->ih);
592 		mpt->ih = NULL;
593 	}
594 
595 	if (mpt->pci_irq) {
596 		bus_release_resource(mpt->dev, SYS_RES_IRQ,
597 		    rman_get_rid(mpt->pci_irq), mpt->pci_irq);
598 		mpt->pci_irq = NULL;
599 	}
600 
601 	if (mpt->pci_msi_count) {
602 		pci_release_msi(mpt->dev);
603 		mpt->pci_msi_count = 0;
604 	}
605 
606 	if (mpt->pci_pio_reg) {
607 		bus_release_resource(mpt->dev, SYS_RES_IOPORT,
608 		    rman_get_rid(mpt->pci_pio_reg), mpt->pci_pio_reg);
609 		mpt->pci_pio_reg = NULL;
610 	}
611 	if (mpt->pci_reg) {
612 		bus_release_resource(mpt->dev, SYS_RES_MEMORY,
613 		    rman_get_rid(mpt->pci_reg), mpt->pci_reg);
614 		mpt->pci_reg = NULL;
615 	}
616 	MPT_LOCK_DESTROY(mpt);
617 }
618 
619 /*
620  * Disconnect ourselves from the system.
621  */
622 static int
623 mpt_pci_detach(device_t dev)
624 {
625 	struct mpt_softc *mpt;
626 
627 	mpt  = (struct mpt_softc*)device_get_softc(dev);
628 
629 	if (mpt) {
630 		mpt_disable_ints(mpt);
631 		mpt_detach(mpt);
632 		mpt_reset(mpt, /*reinit*/FALSE);
633 		mpt_dma_mem_free(mpt);
634 		mpt_free_bus_resources(mpt);
635 		mpt_raid_free_mem(mpt);
636 		if (mpt->eh != NULL) {
637                         EVENTHANDLER_DEREGISTER(shutdown_post_sync, mpt->eh);
638 		}
639 	}
640 	return(0);
641 }
642 
643 /*
644  * Disable the hardware
645  */
646 static int
647 mpt_pci_shutdown(device_t dev)
648 {
649 	struct mpt_softc *mpt;
650 
651 	mpt = (struct mpt_softc *)device_get_softc(dev);
652 	if (mpt) {
653 		int r;
654 		r = mpt_shutdown(mpt);
655 		return (r);
656 	}
657 	return(0);
658 }
659 
660 static int
661 mpt_dma_mem_alloc(struct mpt_softc *mpt)
662 {
663 	size_t len;
664 	struct mpt_map_info mi;
665 
666 	/* Check if we alreay have allocated the reply memory */
667 	if (mpt->reply_phys != 0) {
668 		return 0;
669 	}
670 
671 	len = sizeof (request_t) * MPT_MAX_REQUESTS(mpt);
672 #ifdef	RELENG_4
673 	mpt->request_pool = (request_t *)malloc(len, M_DEVBUF, M_WAITOK);
674 	if (mpt->request_pool == NULL) {
675 		mpt_prt(mpt, "cannot allocate request pool\n");
676 		return (1);
677 	}
678 	memset(mpt->request_pool, 0, len);
679 #else
680 	mpt->request_pool = (request_t *)malloc(len, M_DEVBUF, M_WAITOK|M_ZERO);
681 	if (mpt->request_pool == NULL) {
682 		mpt_prt(mpt, "cannot allocate request pool\n");
683 		return (1);
684 	}
685 #endif
686 
687 	/*
688 	 * Create a parent dma tag for this device.
689 	 *
690 	 * Align at byte boundaries,
691 	 * Limit to 32-bit addressing for request/reply queues.
692 	 */
693 	if (mpt_dma_tag_create(mpt, /*parent*/bus_get_dma_tag(mpt->dev),
694 	    /*alignment*/1, /*boundary*/0, /*lowaddr*/BUS_SPACE_MAXADDR,
695 	    /*highaddr*/BUS_SPACE_MAXADDR, /*filter*/NULL, /*filterarg*/NULL,
696 	    /*maxsize*/BUS_SPACE_MAXSIZE_32BIT,
697 	    /*nsegments*/BUS_SPACE_UNRESTRICTED,
698 	    /*maxsegsz*/BUS_SPACE_MAXSIZE_32BIT, /*flags*/0,
699 	    &mpt->parent_dmat) != 0) {
700 		mpt_prt(mpt, "cannot create parent dma tag\n");
701 		return (1);
702 	}
703 
704 	/* Create a child tag for reply buffers */
705 	if (mpt_dma_tag_create(mpt, mpt->parent_dmat, PAGE_SIZE, 0,
706 	    BUS_SPACE_MAXADDR_32BIT, BUS_SPACE_MAXADDR,
707 	    NULL, NULL, 2 * PAGE_SIZE, 1, BUS_SPACE_MAXSIZE_32BIT, 0,
708 	    &mpt->reply_dmat) != 0) {
709 		mpt_prt(mpt, "cannot create a dma tag for replies\n");
710 		return (1);
711 	}
712 
713 	/* Allocate some DMA accessible memory for replies */
714 	if (bus_dmamem_alloc(mpt->reply_dmat, (void **)&mpt->reply,
715 	    BUS_DMA_NOWAIT, &mpt->reply_dmap) != 0) {
716 		mpt_prt(mpt, "cannot allocate %lu bytes of reply memory\n",
717 		    (u_long) (2 * PAGE_SIZE));
718 		return (1);
719 	}
720 
721 	mi.mpt = mpt;
722 	mi.error = 0;
723 
724 	/* Load and lock it into "bus space" */
725 	bus_dmamap_load(mpt->reply_dmat, mpt->reply_dmap, mpt->reply,
726 	    2 * PAGE_SIZE, mpt_map_rquest, &mi, 0);
727 
728 	if (mi.error) {
729 		mpt_prt(mpt, "error %d loading dma map for DMA reply queue\n",
730 		    mi.error);
731 		return (1);
732 	}
733 	mpt->reply_phys = mi.phys;
734 
735 	return (0);
736 }
737 
738 /* Deallocate memory that was allocated by mpt_dma_mem_alloc
739  */
740 static void
741 mpt_dma_mem_free(struct mpt_softc *mpt)
742 {
743 
744         /* Make sure we aren't double destroying */
745         if (mpt->reply_dmat == 0) {
746 		mpt_lprt(mpt, MPT_PRT_DEBUG, "already released dma memory\n");
747 		return;
748         }
749 
750 	bus_dmamap_unload(mpt->reply_dmat, mpt->reply_dmap);
751 	bus_dmamem_free(mpt->reply_dmat, mpt->reply, mpt->reply_dmap);
752 	bus_dma_tag_destroy(mpt->reply_dmat);
753 	bus_dma_tag_destroy(mpt->parent_dmat);
754 	mpt->reply_dmat = NULL;
755 	free(mpt->request_pool, M_DEVBUF);
756 	mpt->request_pool = NULL;
757 }
758 
759 #if 0
760 /* Reads modifiable (via PCI transactions) config registers */
761 static void
762 mpt_read_config_regs(struct mpt_softc *mpt)
763 {
764 
765 	mpt->pci_cfg.Command = pci_read_config(mpt->dev, PCIR_COMMAND, 2);
766 	mpt->pci_cfg.LatencyTimer_LineSize =
767 	    pci_read_config(mpt->dev, PCIR_CACHELNSZ, 2);
768 	mpt->pci_cfg.IO_BAR = pci_read_config(mpt->dev, PCIR_BAR(0), 4);
769 	mpt->pci_cfg.Mem0_BAR[0] = pci_read_config(mpt->dev, PCIR_BAR(1), 4);
770 	mpt->pci_cfg.Mem0_BAR[1] = pci_read_config(mpt->dev, PCIR_BAR(2), 4);
771 	mpt->pci_cfg.Mem1_BAR[0] = pci_read_config(mpt->dev, PCIR_BAR(3), 4);
772 	mpt->pci_cfg.Mem1_BAR[1] = pci_read_config(mpt->dev, PCIR_BAR(4), 4);
773 	mpt->pci_cfg.ROM_BAR = pci_read_config(mpt->dev, PCIR_BIOS, 4);
774 	mpt->pci_cfg.IntLine = pci_read_config(mpt->dev, PCIR_INTLINE, 1);
775 	mpt->pci_cfg.PMCSR = pci_read_config(mpt->dev, 0x44, 4);
776 }
777 
778 /* Sets modifiable config registers */
779 static void
780 mpt_set_config_regs(struct mpt_softc *mpt)
781 {
782 	uint32_t val;
783 
784 #define MPT_CHECK(reg, offset, size)					\
785 	val = pci_read_config(mpt->dev, offset, size);			\
786 	if (mpt->pci_cfg.reg != val) {					\
787 		mpt_prt(mpt,						\
788 		    "Restoring " #reg " to 0x%X from 0x%X\n",		\
789 		    mpt->pci_cfg.reg, val);				\
790 	}
791 
792 	if (mpt->verbose >= MPT_PRT_DEBUG) {
793 		MPT_CHECK(Command, PCIR_COMMAND, 2);
794 		MPT_CHECK(LatencyTimer_LineSize, PCIR_CACHELNSZ, 2);
795 		MPT_CHECK(IO_BAR, PCIR_BAR(0), 4);
796 		MPT_CHECK(Mem0_BAR[0], PCIR_BAR(1), 4);
797 		MPT_CHECK(Mem0_BAR[1], PCIR_BAR(2), 4);
798 		MPT_CHECK(Mem1_BAR[0], PCIR_BAR(3), 4);
799 		MPT_CHECK(Mem1_BAR[1], PCIR_BAR(4), 4);
800 		MPT_CHECK(ROM_BAR, PCIR_BIOS, 4);
801 		MPT_CHECK(IntLine, PCIR_INTLINE, 1);
802 		MPT_CHECK(PMCSR, 0x44, 4);
803 	}
804 #undef MPT_CHECK
805 
806 	pci_write_config(mpt->dev, PCIR_COMMAND, mpt->pci_cfg.Command, 2);
807 	pci_write_config(mpt->dev, PCIR_CACHELNSZ,
808 	    mpt->pci_cfg.LatencyTimer_LineSize, 2);
809 	pci_write_config(mpt->dev, PCIR_BAR(0), mpt->pci_cfg.IO_BAR, 4);
810 	pci_write_config(mpt->dev, PCIR_BAR(1), mpt->pci_cfg.Mem0_BAR[0], 4);
811 	pci_write_config(mpt->dev, PCIR_BAR(2), mpt->pci_cfg.Mem0_BAR[1], 4);
812 	pci_write_config(mpt->dev, PCIR_BAR(3), mpt->pci_cfg.Mem1_BAR[0], 4);
813 	pci_write_config(mpt->dev, PCIR_BAR(4), mpt->pci_cfg.Mem1_BAR[1], 4);
814 	pci_write_config(mpt->dev, PCIR_BIOS, mpt->pci_cfg.ROM_BAR, 4);
815 	pci_write_config(mpt->dev, PCIR_INTLINE, mpt->pci_cfg.IntLine, 1);
816 	pci_write_config(mpt->dev, 0x44, mpt->pci_cfg.PMCSR, 4);
817 }
818 #endif
819 
820 static void
821 mpt_pci_intr(void *arg)
822 {
823 	struct mpt_softc *mpt;
824 
825 	mpt = (struct mpt_softc *)arg;
826 	MPT_LOCK(mpt);
827 	mpt_intr(mpt);
828 	MPT_UNLOCK(mpt);
829 }
830