Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
CDS
software
advLigoRTS
Commits
4c444215
Commit
4c444215
authored
5 months ago
by
Ezekiel Dohmen
Browse files
Options
Downloads
Patches
Plain Diff
a bit more cleanup
parent
edf852e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!654
Fixing logic so two LIGO DACs can be run at same time, also fixing non-isolated kernel space mode
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/epics/util/Makefile.kernel
+0
-1
0 additions, 1 deletion
src/epics/util/Makefile.kernel
src/fe/map.c
+0
-3
0 additions, 3 deletions
src/fe/map.c
with
0 additions
and
4 deletions
src/epics/util/Makefile.kernel
+
0
−
1
View file @
4c444215
...
...
@@ -82,7 +82,6 @@ IOP_EXTRA_OBJ += src/include/drv/ligoPcieTiming_core.o
IOP_EXTRA_OBJ
+=
src/include/drv/ligoPcieTiming.o
IOP_EXTRA_OBJ
+=
src/include/drv/plx_9056.o
IOP_EXTRA_OBJ
+=
src/include/drv/spectracomGPS.o
#IOP_EXTRA_OBJ += src/include/drv/ligo28ao32/ligo28ao32.o
ifdef
BUILD_WITH_DOLPHIN
...
...
This diff is collapsed.
Click to expand it.
src/fe/map.c
+
0
−
3
View file @
4c444215
...
...
@@ -86,9 +86,6 @@ set_8111_prefetch( struct pci_dev* dacdev )
dev
->
vendor
);
if
(
(
dev
->
device
==
0x8111
)
&&
(
dev
->
vendor
==
PLX_VID
)
)
{
pci_set_master
(
dev
);
unsigned
int
reg
;
// Handle PEX 8111 setup, enable prefetch, set pref size to 64
// These numbers come from reverse engineering the GSC pxe8111 driver
...
...
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