Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53636
b: refs/heads/master
c: b889d53
h: refs/heads/master
v: v3
  • Loading branch information
Malahal Naineni authored and James Bottomley committed Mar 20, 2007
1 parent d1a50a3 commit 48ba281
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 840c2835a1c867281d27158378a9d34f593a7664
refs/heads/master: b889d531b635da66ce2704a47febfed68173d9db
13 changes: 8 additions & 5 deletions trunk/drivers/scsi/qla2xxx/qla_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -1478,14 +1478,17 @@ typedef union {
uint32_t b24 : 24;

struct {
uint8_t d_id[3];
uint8_t rsvd_1;
} r;

struct {
#ifdef __BIG_ENDIAN
uint8_t domain;
uint8_t area;
uint8_t al_pa;
#elif __LITTLE_ENDIAN
uint8_t al_pa;
uint8_t area;
uint8_t domain;
#else
#error "__BIG_ENDIAN or __LITTLE_ENDIAN must be defined!"
#endif
uint8_t rsvd_1;
} b;
} port_id_t;
Expand Down

0 comments on commit 48ba281

Please sign in to comment.