Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115567
b: refs/heads/master
c: e9eff9d
h: refs/heads/master
i:
  115565: e047943
  115563: 8ae5731
  115559: 1ea54b5
  115551: 3642bf9
v: v3
  • Loading branch information
Lior Dotan authored and Greg Kroah-Hartman committed Oct 10, 2008
1 parent 135f77a commit dd13872
Show file tree
Hide file tree
Showing 14 changed files with 1,354 additions and 1,620 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: df20d69ec968b33526461457c219ad4ba8ba8ac8
refs/heads/master: e9eff9d6a0d14fa2e85953ce4115d243ff575e78
10 changes: 5 additions & 5 deletions trunk/drivers/staging/slicoss/gbdownload.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#define MOJAVE_UCODE_VERS_STRING "$Revision: 1.2 $"
#define MOJAVE_UCODE_VERS_DATE "$Date: 2006/03/27 15:12:22 $"
#define MOJAVE_UCODE_VERS_STRING "1.2"
#define MOJAVE_UCODE_VERS_DATE "2006/03/27 15:12:22"
#define MOJAVE_UCODE_HOSTIF_ID 3

static LONG MNumSections = 0x2;
static ULONG MSectionSize[] =
static s32 MNumSections = 0x2;
static u32 MSectionSize[] =
{
0x00008000, 0x00010000,
};

static ULONG MSectionStart[] =
static u32 MSectionStart[] =
{
0x00000000, 0x00008000,
};
Expand Down
7 changes: 3 additions & 4 deletions trunk/drivers/staging/slicoss/gbrcvucode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright (c) 1997-2002 Alacritech, Inc. All rights reserved
*
* $Id: gbrcvucode.h,v 1.2 2006/03/27 15:12:15 mook Exp $
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -32,10 +31,10 @@
* official policies, either expressed or implied, of Alacritech, Inc.
*
**************************************************************************/
#define GB_RCVUCODE_VERS_STRING "$Revision: 1.2 $"
#define GB_RCVUCODE_VERS_DATE "$Date: 2006/03/27 15:12:15 $"
#define GB_RCVUCODE_VERS_STRING "1.2"
#define GB_RCVUCODE_VERS_DATE "2006/03/27 15:12:15"

static ULONG GBRcvUCodeLen = 512;
static u32 GBRcvUCodeLen = 512;

static u8 GBRcvUCode[2560] =
{
Expand Down
10 changes: 5 additions & 5 deletions trunk/drivers/staging/slicoss/oasisdbgdownload.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#define OASIS_UCODE_VERS_STRING "$Revision: 1.2 $"
#define OASIS_UCODE_VERS_DATE "$Date: 2006/03/27 15:11:22 $"
#define OASIS_UCODE_VERS_STRING "1.2"
#define OASIS_UCODE_VERS_DATE "2006/03/27 15:11:22"
#define OASIS_UCODE_HOSTIF_ID 3

static LONG ONumSections = 0x2;
static ULONG OSectionSize[] =
static s32 ONumSections = 0x2;
static u32 OSectionSize[] =
{
0x00004000, 0x00010000,
};

static ULONG OSectionStart[] =
static u32 OSectionStart[] =
{
0x00000000, 0x00008000,
};
Expand Down
10 changes: 5 additions & 5 deletions trunk/drivers/staging/slicoss/oasisdownload.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#define OASIS_UCODE_VERS_STRING "$Revision: 1.2 $"
#define OASIS_UCODE_VERS_DATE "$Date: 2006/03/27 15:10:37 $"
#define OASIS_UCODE_VERS_STRING "1.2"
#define OASIS_UCODE_VERS_DATE "2006/03/27 15:10:37"
#define OASIS_UCODE_HOSTIF_ID 3

static LONG ONumSections = 0x2;
static ULONG OSectionSize[] = {
static s32 ONumSections = 0x2;
static u32 OSectionSize[] = {
0x00004000, 0x00010000,
};

static ULONG OSectionStart[] = {
static u32 OSectionStart[] = {
0x00000000, 0x00008000,
};

Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/slicoss/oasisrcvucode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define OASIS_RCVUCODE_VERS_STRING "$Revision: 1.2 $"
#define OASIS_RCVUCODE_VERS_DATE "$Date: 2006/03/27 15:10:28 $"
#define OASIS_RCVUCODE_VERS_STRING "1.2"
#define OASIS_RCVUCODE_VERS_DATE "2006/03/27 15:10:28"

static ULONG OasisRcvUCodeLen = 512;
static u32 OasisRcvUCodeLen = 512;

static u8 OasisRcvUCode[2560] =
{
Expand Down
Loading

0 comments on commit dd13872

Please sign in to comment.