Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Levit
Software
Commits
1a977cb8
Commit
1a977cb8
authored
4 years ago
by
qzhou
Browse files
Options
Downloads
Patches
Plain Diff
delete trg type part in regconfig.cpp
parent
46f600a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Monitoring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Pcie40Applications/regconfig.cpp
+0
-23
0 additions, 23 deletions
Pcie40Applications/regconfig.cpp
with
0 additions
and
23 deletions
Pcie40Applications/regconfig.cpp
+
0
−
23
View file @
1a977cb8
...
...
@@ -271,29 +271,6 @@ pcie40_op(int dev, int ch, int op_addr, int addr, int data, pcie40reg_t pcie40)
}
if
(
op_addr
==
PCIE40_CHECKFEE
)
{
int
hwtype
;
int
serial
;
int
fwtype
;
int
fwver
;
static
const
char
*
feetype
[]
=
{
"UNDEF"
,
"SVD"
,
"CDC"
,
"BPID"
,
"EPID"
,
"ECL"
,
"EECL"
,
"KLM"
,
"EKLM"
,
"TRG"
,
"UNKNOWN-10"
,
"UNKNOWN-11"
,
"UNKNOWN-12"
,
"UNKNOWN-13"
,
"DEMO"
,
"TEST"
};
static
const
char
*
demotype
[]
=
{
"UNDEF"
,
"HSLB-B2L"
,
"SP605-B2L"
,
"ML605-B2L"
,
"AC701-B2L"
};
static
const
char
*
trgtype
[]
=
{
"TRGMERGER"
,
/* = 0 */
"TRGTSF"
,
/* = 1 */
"TRG2D"
,
/* = 2 */
"TRG3D"
,
/* = 3 */
"TRGNN"
,
/* = 4 */
"TRGEVTT"
,
/* = 5 */
"TRGGRL"
,
/* = 6 */
"TRGGDL"
,
/* = 7 */
"TRGETM"
,
/* = 8 */
"TRGTOP"
,
/* = 9 */
"TRGKLM"
,
/* = 10 */
};
if
(
!
pcie40_b2l_status
(
dev_slot
,
ch
))
{
printf
(
"Failed: b2l is down
\n
"
);
return
-
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment