Skip to content
Snippets Groups Projects
Commit 4c444215 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

a bit more cleanup

parent edf852e0
No related branches found
No related tags found
1 merge request!654Fixing logic so two LIGO DACs can be run at same time, also fixing non-isolated kernel space mode
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment