~ubuntu-branches/ubuntu/intrepid/raidutils/intrepid

« back to all changes in this revision

Viewing changes to include/hba.hh

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-02-03 16:09:08 UTC
  • Revision ID: james.westby@ubuntu.com-20080203160908-fqno573ja4dg3bfr
Tags: 0.0.6-5
* Patch from Nathan Stratton Treadway plugs memory leak (closes: #273577)
* Include README in /usr/share/doc/<package>/ iff non-empty (closes: #275068)
* Incorporate NMU 0.0.6-3.2 (closes: #459161)
* Get rid of "packed" warnings by hacking include/get_info.h; although
  thanks are due to Nathan Stratton Treadway for looking into the issue,
  responsibility for this fix is mine alone ... remember: NO WARRENTY!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define PACK
35
35
#endif
36
36
 
37
 
   dptIOaddr_U ioAddr PACK;             // EISA/ISA/PCI address
 
37
   dptIOaddr_U ioAddr PACK_A;             // EISA/ISA/PCI address
38
38
   uSHORT drvrRefNum;         // Number by which the driver ref-
39
39
                                        // erences this HBA
40
40
#if defined (_DPT_STRICT_ALIGN)
41
41
   uSHORT sniAdjust4;
42
42
#endif
43
 
   dptHBAid_U  id PACK;       // EISA = ID PAL bytes
 
43
   dptHBAid_U  id PACK_A;       // EISA = ID PAL bytes
44
44
                                        // ISA = Not used
45
45
                                        // PCI = vendor ID, product ID
46
46
   uSHORT drqNum;             // DRQ # (0,5,6,7,0xffff=invalid)
80
80
   uCHAR  raidID;        // Software selectable RAID ID #
81
81
   uCHAR  slotID;        // Slot specific RAID ID #
82
82
 
83
 
   dptChanInfo_S chanInfo[NUM_CHAN_INFO] PACK; // SCSI channel info (multi-channel boards)
 
83
   dptChanInfo_S chanInfo[NUM_CHAN_INFO] PACK_A; // SCSI channel info (multi-channel boards)
84
84
 
85
85
   uCHAR  excludeStart;
86
86
   uCHAR  excludeEnd;