[-]
[+]
|
Deleted |
mpt-status.spec
|
@@ -1,41 +0,0 @@
-Name: mpt-status
-Version: 1.2.0
-Release: 1
-Source0: %{name}_%{version}.orig.tar.gz
-Patch0: %{name}_%{version}-4~bpo.1.diff.gz
-Summary: get RAID status out of mpt (and other) HW RAID controllers
-Group: System
-License: GPL
-URL: http://www.drugphish.ch/~ratz/mpt-status/
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
-BuildRequires: gcc gcc-c++ pciutils-devel
-
-%description
-The mpt-status software is a query tool to access the
-running configuration and status of LSI SCSI HBAs.
-mpt-status allows you to monitor the health and status of your RAID setup.
-
-%prep
-%setup
-%patch -p1
-%__patch -p0 < debian/patches/10-include.patch
-%__patch -p1 < debian/patches/20-compiler.patch
-
-%build
-%__make
-
-%install
-%__install -D -m 755 %{name} %{buildroot}/%{_sbindir}/%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root, 0755)
-%doc doc/*
-%{_sbindir}/%{name}
-
-%changelog
-* Sat Aug 09 2008 Carsten Schoene <cs@linux-administrator.com>
-- initial specfile
|
[-]
[+]
|
Deleted |
mpt-status_1.2.0-4~bpo.1.diff.gz
^
|
@@ -1,5850 +0,0 @@
---- mpt-status-1.2.0.orig/debian/patches/10-include.patch
-+++ mpt-status-1.2.0/debian/patches/10-include.patch
-@@ -0,0 +1,23 @@
-+--- mpt-status.h.orig 2007-01-16 15:07:36.000000000 +0100
-++++ mpt-status.h 2007-01-16 22:43:15.000000000 +0100
-+@@ -15,13 +15,13 @@
-+ #ifndef __kernel
-+ #define __kernel
-+ #endif
-+-#include "pci.h" // config.h and header.h from pciutils package
-+-#include "lsi/mpi_type.h"
-+-#include "lsi/mpi.h"
-+-#include "lsi/mpi_ioc.h"
-+-#include "lsi/mpi_cnfg.h"
-+-#include "lsi/mpi_raid.h"
-+-#include "mptctl.h"
-++#include <pci/pci.h> // config.h and header.h from pciutils package
-++#include "debian/includes/mpi_type.h"
-++#include "debian/includes/mpi.h"
-++#include "debian/includes/mpi_ioc.h"
-++#include "debian/includes/mpi_cnfg.h"
-++#include "debian/includes/mpi_raid.h"
-++#include "debian/includes/mptctl.h"
-+ //#include "mptbase.h"
-+ #endif // SANITIZED_KERNEL_HEADERS
-+
---- mpt-status-1.2.0.orig/debian/patches/20-compiler.patch
-+++ mpt-status-1.2.0/debian/patches/20-compiler.patch
-@@ -0,0 +1,13 @@
-+--- mpt-status-1.2.0.orig/mpt-status.h
-++++ mpt-status-1.2.0/mpt-status.h
-+@@ -2,9 +2,6 @@
-+ #define _MPT_STATUS_H
-+
-+ #include <sys/ioctl.h>
-+-#ifdef __linux__
-+-#include <linux/compiler.h>
-+-#endif
-+
-+ #ifdef SANITIZED_KERNEL_HEADERS
-+ #include "mpt-sanitized.h"
-+
---- mpt-status-1.2.0.orig/debian/includes/mpi.h
-+++ mpt-status-1.2.0/debian/includes/mpi.h
-@@ -0,0 +1,789 @@
-+/*
-+ * Copyright (c) 2000-2005 LSI Logic Corporation.
-+ *
-+ *
-+ * Name: mpi.h
-+ * Title: MPI Message independent structures and definitions
-+ * Creation Date: July 27, 2000
-+ *
-+ * mpi.h Version: 01.05.08
-+ *
-+ * Version History
-+ * ---------------
-+ *
-+ * Date Version Description
-+ * -------- -------- ------------------------------------------------------
-+ * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
-+ * 05-24-00 00.10.02 Added MPI_IOCSTATUS_SCSI_RESIDUAL_MISMATCH definition.
-+ * 06-06-00 01.00.01 Update MPI_VERSION_MAJOR and MPI_VERSION_MINOR.
-+ * 06-22-00 01.00.02 Added MPI_IOCSTATUS_LAN_ definitions.
-+ * Removed LAN_SUSPEND function definition.
-+ * Added MPI_MSGFLAGS_CONTINUATION_REPLY definition.
-+ * 06-30-00 01.00.03 Added MPI_CONTEXT_REPLY_TYPE_LAN definition.
-+ * Added MPI_GET/SET_CONTEXT_REPLY_TYPE macros.
-+ * 07-27-00 01.00.04 Added MPI_FAULT_ definitions.
-+ * Removed MPI_IOCSTATUS_MSG/DATA_XFER_ERROR definitions.
-+ * Added MPI_IOCSTATUS_INTERNAL_ERROR definition.
-+ * Added MPI_IOCSTATUS_TARGET_XFER_COUNT_MISMATCH.
-+ * 11-02-00 01.01.01 Original release for post 1.0 work.
-+ * 12-04-00 01.01.02 Added new function codes.
-+ * 01-09-01 01.01.03 Added more definitions to the system interface section
-+ * Added MPI_IOCSTATUS_TARGET_STS_DATA_NOT_SENT.
-+ * 01-25-01 01.01.04 Changed MPI_VERSION_MINOR from 0x00 to 0x01.
-+ * 02-20-01 01.01.05 Started using MPI_POINTER.
-+ * Fixed value for MPI_DIAG_RW_ENABLE.
-+ * Added defines for MPI_DIAG_PREVENT_IOC_BOOT and
-+ * MPI_DIAG_CLEAR_FLASH_BAD_SIG.
-+ * Obsoleted MPI_IOCSTATUS_TARGET_FC_ defines.
-+ * 02-27-01 01.01.06 Removed MPI_HOST_INDEX_REGISTER define.
-+ * Added function codes for RAID.
-+ * 04-09-01 01.01.07 Added alternate define for MPI_DOORBELL_ACTIVE,
-+ * MPI_DOORBELL_USED, to better match the spec.
-+ * 08-08-01 01.02.01 Original release for v1.2 work.
-+ * Changed MPI_VERSION_MINOR from 0x01 to 0x02.
-+ * Added define MPI_FUNCTION_TOOLBOX.
-+ * 09-28-01 01.02.02 New function code MPI_SCSI_ENCLOSURE_PROCESSOR.
-+ * 11-01-01 01.02.03 Changed name to MPI_FUNCTION_SCSI_ENCLOSURE_PROCESSOR.
-+ * 03-14-02 01.02.04 Added MPI_HEADER_VERSION_ defines.
-+ * 05-31-02 01.02.05 Bumped MPI_HEADER_VERSION_UNIT.
-+ * 07-12-02 01.02.06 Added define for MPI_FUNCTION_MAILBOX.
-+ * 09-16-02 01.02.07 Bumped value for MPI_HEADER_VERSION_UNIT.
-+ * 11-15-02 01.02.08 Added define MPI_IOCSTATUS_TARGET_INVALID_IO_INDEX and
-+ * obsoleted define MPI_IOCSTATUS_TARGET_INVALID_IOCINDEX.
-+ * 04-01-03 01.02.09 New IOCStatus code: MPI_IOCSTATUS_FC_EXCHANGE_CANCELED
-+ * 06-26-03 01.02.10 Bumped MPI_HEADER_VERSION_UNIT value.
-+ * 01-16-04 01.02.11 Added define for MPI_IOCLOGINFO_TYPE_SHIFT.
-+ * 04-29-04 01.02.12 Added function codes for MPI_FUNCTION_DIAG_BUFFER_POST
-+ * and MPI_FUNCTION_DIAG_RELEASE.
-+ * Added MPI_IOCSTATUS_DIAGNOSTIC_RELEASED define.
-+ * Bumped MPI_HEADER_VERSION_UNIT value.
-+ * 05-11-04 01.03.01 Bumped MPI_VERSION_MINOR for MPI v1.3.
-+ * Added codes for Inband.
-+ * 08-19-04 01.05.01 Added defines for Host Buffer Access Control doorbell.
-+ * Added define for offset of High Priority Request Queue.
-+ * Added new function codes and new IOCStatus codes.
-+ * Added a IOCLogInfo type of SAS.
-+ * 12-07-04 01.05.02 Bumped MPI_HEADER_VERSION_UNIT.
-+ * 12-09-04 01.05.03 Bumped MPI_HEADER_VERSION_UNIT.
-+ * 01-15-05 01.05.04 Bumped MPI_HEADER_VERSION_UNIT.
-+ * 02-09-05 01.05.05 Bumped MPI_HEADER_VERSION_UNIT.
-+ * 02-22-05 01.05.06 Bumped MPI_HEADER_VERSION_UNIT.
-+ * 03-11-05 01.05.07 Removed function codes for SCSI IO 32 and
-+ * TargetAssistExtended requests.
-+ * Removed EEDP IOCStatus codes.
-+ * 06-24-05 01.05.08 Added function codes for SCSI IO 32 and
-+ * TargetAssistExtended requests.
-+ * Added EEDP IOCStatus codes.
-+ * --------------------------------------------------------------------------
-+ */
-+
-+#ifndef MPI_H
-+#define MPI_H
-+
-+
-+/*****************************************************************************
-+*
-+* M P I V e r s i o n D e f i n i t i o n s
-+*
-+*****************************************************************************/
-+
-+#define MPI_VERSION_MAJOR (0x01)
-+#define MPI_VERSION_MINOR (0x05)
-+#define MPI_VERSION_MAJOR_MASK (0xFF00)
-+#define MPI_VERSION_MAJOR_SHIFT (8)
-+#define MPI_VERSION_MINOR_MASK (0x00FF)
-+#define MPI_VERSION_MINOR_SHIFT (0)
-+#define MPI_VERSION ((MPI_VERSION_MAJOR << MPI_VERSION_MAJOR_SHIFT) | \
-+ MPI_VERSION_MINOR)
-+
-+#define MPI_VERSION_01_00 (0x0100)
-+#define MPI_VERSION_01_01 (0x0101)
-+#define MPI_VERSION_01_02 (0x0102)
-+#define MPI_VERSION_01_03 (0x0103)
-+#define MPI_VERSION_01_05 (0x0105)
-+/* Note: The major versions of 0xe0 through 0xff are reserved */
-+
-+/* versioning for this MPI header set */
-+#define MPI_HEADER_VERSION_UNIT (0x0A)
-+#define MPI_HEADER_VERSION_DEV (0x00)
-+#define MPI_HEADER_VERSION_UNIT_MASK (0xFF00)
-+#define MPI_HEADER_VERSION_UNIT_SHIFT (8)
-+#define MPI_HEADER_VERSION_DEV_MASK (0x00FF)
-+#define MPI_HEADER_VERSION_DEV_SHIFT (0)
-+#define MPI_HEADER_VERSION ((MPI_HEADER_VERSION_UNIT << 8) | MPI_HEADER_VERSION_DEV)
-+
-+/*****************************************************************************
-+*
-+* I O C S t a t e D e f i n i t i o n s
-+*
-+*****************************************************************************/
-+
-+#define MPI_IOC_STATE_RESET (0x00000000)
-+#define MPI_IOC_STATE_READY (0x10000000)
-+#define MPI_IOC_STATE_OPERATIONAL (0x20000000)
-+#define MPI_IOC_STATE_FAULT (0x40000000)
-+
-+#define MPI_IOC_STATE_MASK (0xF0000000)
-+#define MPI_IOC_STATE_SHIFT (28)
-+
-+/* Fault state codes (product independent range 0x8000-0xFFFF) */
-+
-+#define MPI_FAULT_REQUEST_MESSAGE_PCI_PARITY_ERROR (0x8111)
-+#define MPI_FAULT_REQUEST_MESSAGE_PCI_BUS_FAULT (0x8112)
-+#define MPI_FAULT_REPLY_MESSAGE_PCI_PARITY_ERROR (0x8113)
-+#define MPI_FAULT_REPLY_MESSAGE_PCI_BUS_FAULT (0x8114)
-+#define MPI_FAULT_DATA_SEND_PCI_PARITY_ERROR (0x8115)
-+#define MPI_FAULT_DATA_SEND_PCI_BUS_FAULT (0x8116)
-+#define MPI_FAULT_DATA_RECEIVE_PCI_PARITY_ERROR (0x8117)
-+#define MPI_FAULT_DATA_RECEIVE_PCI_BUS_FAULT (0x8118)
-+
-+
-+/*****************************************************************************
-+*
-+* P C I S y s t e m I n t e r f a c e R e g i s t e r s
-+*
-+*****************************************************************************/
-+
-+/*
-+ * Defines for working with the System Doorbell register.
-+ * Values for doorbell function codes are included in the section that defines
-+ * all the function codes (further on in this file).
-+ */
-+#define MPI_DOORBELL_OFFSET (0x00000000)
-+#define MPI_DOORBELL_ACTIVE (0x08000000) /* DoorbellUsed */
-+#define MPI_DOORBELL_USED (MPI_DOORBELL_ACTIVE)
|
[-]
[+]
|
Deleted |
mpt-status_1.2.0-4~bpo.1.dsc
^
|
@@ -1,22 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-Format: 1.0
-Source: mpt-status
-Version: 1.2.0-4~bpo.1
-Binary: mpt-status
-Maintainer: Steffen Joeris <white@debian.org>
-Architecture: any
-Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), pciutils-dev
-Files:
- e836a0dc05746b45ee1b77e475c2a76b 39133 mpt-status_1.2.0.orig.tar.gz
- 9c082fd3bfd01bc8f20fa729877154e8 46435 mpt-status_1.2.0-4~bpo.1.diff.gz
-
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.6 (GNU/Linux)
-
-iD8DBQFGrwBM4mJJZqJp2ScRAs+0AJ9Vm4utny0/inKc2CFdYqtwcGiYGgCgn+eO
-IQZWyMvq0voE+f2lmiT+PNg=
-=pHFq
------END PGP SIGNATURE-----
|
|
Deleted |
mpt-status_1.2.0.orig.tar.gz
^
|