~ubuntu-branches/debian/sid/linux-grsec/sid

« back to all changes in this revision

Viewing changes to drivers/scsi/hpsa.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2016-12-20 16:13:41 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20161220161341-sec3a0j4hvey3kr7
Tags: 4.8.15-1+grsec201612151923+1
* Merge changes from src:linux up to 4.8.15-1.
  - include the flex change, fixing FTBFS.                    closes: #848803
* Update grsecurity to 3.1-4.8.15-201612151923.
* debian/patches:
  - bugfix/all/net-handle-no-dst-on-skb-in-icmp6_send.patch disabled,
    already included in grsecurity.
* set CONFIG_LEGACY_VSYSCALL_NONE following src:linux.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        u64 sas_address;
70
70
        unsigned char vendor[8];        /* bytes 8-15 of inquiry data */
71
71
        unsigned char model[16];        /* bytes 16-31 of inquiry data */
 
72
        unsigned char rev;              /* byte 2 of inquiry data */
72
73
        unsigned char raid_level;       /* from inquiry page 0xC1 */
73
74
        unsigned char volume_offline;   /* discovered via TUR or VPD */
74
75
        u16 queue_depth;                /* max queue_depth for this device */
403
404
#define HPSA_RAID_VOLUME_BUS            1
404
405
#define HPSA_EXTERNAL_RAID_VOLUME_BUS   2
405
406
#define HPSA_HBA_BUS                    0
 
407
#define HPSA_LEGACY_HBA_BUS             3
406
408
 
407
409
/*
408
410
        Send the command to the hardware