Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141113
b: refs/heads/master
c: a3915dd
h: refs/heads/master
i:
  141111: b5e75d6
v: v3
  • Loading branch information
Mithlesh Thukral authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 4b1088c commit ccc89f9
Show file tree
Hide file tree
Showing 8 changed files with 9,615 additions and 4,857 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: 54aed1132631b3f630b71354f8f477c5e6bfaebe
refs/heads/master: a3915dd88dd594c62e156456f771972932b4d964
5,124 changes: 5,124 additions & 0 deletions trunk/drivers/staging/sxg/saharadbgdownload.c

Large diffs are not rendered by default.

4,854 changes: 0 additions & 4,854 deletions trunk/drivers/staging/sxg/saharadbgdownload.h

This file was deleted.

14 changes: 14 additions & 0 deletions trunk/drivers/staging/sxg/saharadbgdownloadB.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#define SAHARA_B_UCODE_VERS_STRING "$Revision: 1.1 $"
#define SAHARA_B_UCODE_VERS_DATE "$Date: 2008/08/19 00:05:59 $"
#define SAHARA_B_UCODE_HOSTIF_ID 3

static u32 SBNumSections = 0x1;
static u32 SBSectionSize[] =
{
0x0000c9a8, 0x0000000c, };

static u32 SBSectionStart[] =
{
0x00000000, 0x00001fff, };

static unsigned char SaharaUCodeB[1][1];
4,446 changes: 4,446 additions & 0 deletions trunk/drivers/staging/sxg/saharadownload.c

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions trunk/drivers/staging/sxg/saharadownloadB.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#define SAHARA_B_UCODE_VERS_STRING "$Revision: 1.1 $"
#define SAHARA_B_UCODE_VERS_DATE "$Date: 2008/08/19 00:05:59 $"
#define SAHARA_B_UCODE_HOSTIF_ID 3

static u32 SBNumSections = 0x1;
static u32 SBSectionSize[] =
{
0x0000c9a8, 0x0000000c, };

static u32 SBSectionStart[] =
{
0x00000000, 0x00001fff, };

static unsigned char SaharaUCodeB[1][1];
9 changes: 8 additions & 1 deletion trunk/drivers/staging/sxg/sxg.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,14 @@
#include "sxgdbg.h"

#include "sxgphycode.h"
#include "saharadbgdownload.h"
#define SXG_UCODE_DBG 0 /* Turn on for debugging */
#ifdef SXG_UCODE_DBG
#include "saharadbgdownload.c"
#include "saharadbgdownloadB.c"
#else
#include "saharadownload.c"
#include "saharadownloadB.c"
#endif

static int sxg_allocate_buffer_memory(struct adapter_t *adapter, u32 Size,
enum sxg_buffer_type BufferType);
Expand Down
9 changes: 8 additions & 1 deletion trunk/drivers/staging/sxg/sxg_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@
#include "sxghif.h"
#include "sxg.h"
//#include "sxg.c"
#include "saharadbgdownload.h"
#define SXG_UCODE_DBG 0 /* Turn on for debugging */
#ifdef SXG_UCODE_DBG
#include "saharadbgdownload.c"
#include "saharadbgdownloadB.c"
#else
#include "saharadownload.c"
#include "saharadownloadB.c"
#endif

struct sxg_nic_stats {
char stat_string[ETH_GSTRING_LEN];
Expand Down

0 comments on commit ccc89f9

Please sign in to comment.