Deleted Added
full compact
mpt.h (162133) mpt.h (164305)
1/* $FreeBSD: head/sys/dev/mpt/mpt.h 162133 2006-09-07 23:08:21Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpt.h 164305 2006-11-15 20:04:57Z jhb $ */
2/*-
3 * Generic defines for LSI '909 FC adapters.
4 * FreeBSD Version.
5 *
6 * Copyright (c) 2000, 2001 by Greg Ansley
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 584 unchanged lines hidden (view full) ---

594 u_int raid_queue_depth;
595 u_int raid_nonopt_volumes;
596 struct proc *raid_thread;
597 struct callout raid_timer;
598
599 /*
600 * PCI Hardware info
601 */
2/*-
3 * Generic defines for LSI '909 FC adapters.
4 * FreeBSD Version.
5 *
6 * Copyright (c) 2000, 2001 by Greg Ansley
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 584 unchanged lines hidden (view full) ---

594 u_int raid_queue_depth;
595 u_int raid_nonopt_volumes;
596 struct proc *raid_thread;
597 struct callout raid_timer;
598
599 /*
600 * PCI Hardware info
601 */
602 int pci_msi_count;
602 struct resource * pci_irq; /* Interrupt map for chip */
603 void * ih; /* Interupt handle */
604 struct mpt_pci_cfg pci_cfg; /* saved PCI conf registers */
605
606 /*
607 * DMA Mapping Stuff
608 */
609 struct resource * pci_reg; /* Register map for chip */

--- 597 unchanged lines hidden ---
603 struct resource * pci_irq; /* Interrupt map for chip */
604 void * ih; /* Interupt handle */
605 struct mpt_pci_cfg pci_cfg; /* saved PCI conf registers */
606
607 /*
608 * DMA Mapping Stuff
609 */
610 struct resource * pci_reg; /* Register map for chip */

--- 597 unchanged lines hidden ---