Deleted Added
full compact
sainit.c (302408) sainit.c (315221)
1/*******************************************************************************
2*Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
3*
4*Redistribution and use in source and binary forms, with or without modification, are permitted provided
5*that the following conditions are met:
6*1. Redistributions of source code must retain the above copyright notice, this list of conditions and the
7*following disclaimer.
8*2. Redistributions in binary form must reproduce the above copyright notice,

--- 12 unchanged lines hidden (view full) ---

21********************************************************************************/
22/*******************************************************************************/
23/*! \file sainit.c
24 * \brief The file implements the functions to initialize the LL layer
25 *
26 */
27/******************************************************************************/
28#include <sys/cdefs.h>
1/*******************************************************************************
2*Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
3*
4*Redistribution and use in source and binary forms, with or without modification, are permitted provided
5*that the following conditions are met:
6*1. Redistributions of source code must retain the above copyright notice, this list of conditions and the
7*following disclaimer.
8*2. Redistributions in binary form must reproduce the above copyright notice,

--- 12 unchanged lines hidden (view full) ---

21********************************************************************************/
22/*******************************************************************************/
23/*! \file sainit.c
24 * \brief The file implements the functions to initialize the LL layer
25 *
26 */
27/******************************************************************************/
28#include <sys/cdefs.h>
29__FBSDID("$FreeBSD: stable/11/sys/dev/pms/RefTisa/sallsdk/spc/sainit.c 285242 2015-07-07 13:17:02Z achim $");
29__FBSDID("$FreeBSD: stable/11/sys/dev/pms/RefTisa/sallsdk/spc/sainit.c 315221 2017-03-14 02:06:03Z pfg $");
30#include <dev/pms/config.h>
31
32#include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
33#ifdef SA_ENABLE_TRACE_FUNCTIONS
34#ifdef siTraceFileID
35#undef siTraceFileID
36#endif
37#define siTraceFileID 'F'

--- 5 unchanged lines hidden (view full) ---

43bit32 gLLDebugLevelSet = 0; // block reinitialize from updating
44bit32 gLLLogFuncDebugLevel = 0;
45bit32 gLLSoftResetCounter = 0;
46#endif
47
48bit32 gPollForMissingInt;
49
50#ifdef FW_EVT_LOG_TST
30#include <dev/pms/config.h>
31
32#include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
33#ifdef SA_ENABLE_TRACE_FUNCTIONS
34#ifdef siTraceFileID
35#undef siTraceFileID
36#endif
37#define siTraceFileID 'F'

--- 5 unchanged lines hidden (view full) ---

43bit32 gLLDebugLevelSet = 0; // block reinitialize from updating
44bit32 gLLLogFuncDebugLevel = 0;
45bit32 gLLSoftResetCounter = 0;
46#endif
47
48bit32 gPollForMissingInt;
49
50#ifdef FW_EVT_LOG_TST
51void *eventLogAddress = 0;
51void *eventLogAddress = NULL;
52#endif
53
54extern bit32 gWait_3;
55extern bit32 gWait_2;
56bit32 gFPGA_TEST = 0; // If set unblock fpga functions
57
58/******************************************************************************/
59/*! \brief Get the memory and lock requirement from LL layer

--- 4605 unchanged lines hidden ---
52#endif
53
54extern bit32 gWait_3;
55extern bit32 gWait_2;
56bit32 gFPGA_TEST = 0; // If set unblock fpga functions
57
58/******************************************************************************/
59/*! \brief Get the memory and lock requirement from LL layer

--- 4605 unchanged lines hidden ---