Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97335
b: refs/heads/master
c: 24c28ed
h: refs/heads/master
i:
  97333: 503aace
  97331: d76aab7
  97327: 4274890
v: v3
  • Loading branch information
Ben Hutchings authored and Jeff Garzik committed May 22, 2008
1 parent bfccf65 commit 74e65b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6f8135ca7224d98c2de43edde69f4e6bec12da0e
refs/heads/master: 24c28edc5a1b1dc4677eb13408ff3492d65df159
4 changes: 2 additions & 2 deletions trunk/drivers/net/sfc/falcon_hwdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ struct falcon_nvconfig_board_v2 {
u8 port1_phy_type;
__le16 asic_sub_revision;
__le16 board_revision;
} __attribute__ ((packed));
} __packed;

#define NVCONFIG_BASE 0x300
#define NVCONFIG_BOARD_MAGIC_NUM 0xFA1C
Expand All @@ -1144,6 +1144,6 @@ struct falcon_nvconfig {
__le16 board_struct_ver;
__le16 board_checksum;
struct falcon_nvconfig_board_v2 board_v2;
} __attribute__ ((packed));
} __packed;

#endif /* EFX_FALCON_HWDEFS_H */

0 comments on commit 74e65b7

Please sign in to comment.