-
Recent Posts
Recent Comments
- James on n/Gamma separation and TOF histogramming with SIS3316
- Rong Liu on IHEP Beijing reports stable ADS LINAC 1 operation with MTCA.4 based LLRF
- mki on Announcing the SIS3153 USB3.0 to VME Interface
- exaos on Announcing the SIS3153 USB3.0 to VME Interface
- mki on n/Gamma separation and TOF histogramming with SIS3316
Archives
Categories
Struck Tags
- 14-bit
- 250 MSPS
- ADC
- DAC
- Digitizer
- Driver
- DRTM-DWC10
- DWC8300
- EPICS
- Ethernet
- Firmware
- Gamma
- IDCODE
- Impact
- input range
- Interface
- ISE
- Kernel
- Labview
- LINUX
- LINUX driver
- LINUX SIS1100 SIS310x driver VME SUSE Redhat
- MTCA.4
- PCIe
- PCI Express
- PME_turn_off
- Proton Therapy
- pulldown
- R11
- reset
- RTM
- sfp
- SHE
- SIS1100
- sis3153
- sis3316
- sis3316-dt
- SIS3820
- SIS8300-L2
- TAMU
- USB
- VI
- VME
- Windows
- Xilinx
Meta
Tag Archives: Kernel
Fix for compilation error for SIS1100 Linux driver under kernel 4.2.x
Used Driver: sis1100-2.13-9 Error Description: Building errors: =============================== CC [M] /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.o /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c: In function ‘sis1100_ddma_unmap_block’: /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c:54:9: error: implicit declaration of function ‘vfree’ [-Werror=implicit-function-declaration] vfree(block->desc_pages); ^ /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c: In function ‘sis1100_ddma_map_block’: /home/daq/Workspace/daq/exaos/eldaq/vme/sis3100/driver/src/sis1100_ddma_map_linux.c:130:5: error: implicit declaration of function ‘vmalloc’ [-Werror=implicit-function-declaration] block->desc_pages=vmalloc(block->dsegs* sizeof(struct sis1100_dmapage)); … Continue reading