Patrick Bruenn
2f4a4fd5fe
- don't use compat.h in the mainline driver
...
- correct constness of function pointer declarations
2014-06-05 16:40:01 +02:00
Patrick Bruenn
eb003e8df3
make ccat driver more linux compliant
...
- reduce enum ccat_info_t to the minimal set of defines
- replace CamelCased WINDOWS typedef structs with linux types
- remove print.c/.h from the driver build, but keep the files for debugging
2014-06-05 16:30:22 +02:00
Patrick Bruenn
ae6a5712e6
move first *_carrier_off() in front of register_netdev()/ ecdev_open()
2014-06-05 16:14:13 +02:00
Patrick Bruenn
058e923dda
- use short kernel types, add empty lines after variable declaration to conform better with linux coding style
...
- replace polling threads with hrtimer callback
2014-06-05 16:07:52 +02:00
Patrick Bruenn
27cfb5f87a
added subdir-objects option to automake script to support automake 1.14.1
2014-05-06 17:32:10 +02:00
Patrick Bruenn
682b891bd0
- restored examples/user/
...
- removed /devices/ccat/COPYING
- replaced DRV_NAME with KBUILD_MODNAME
2014-05-06 17:23:33 +02:00
Florian Pose
c74e80e39b
List ccat driver in configuration files.
2014-04-25 17:32:49 +02:00
Florian Pose
3e3d59d96e
Avoid replacing ccat driver.
2014-04-25 17:32:26 +02:00
Florian Pose
8cf05b96c6
Avoided unused return value warning.
2014-04-25 17:05:39 +02:00
Florian Pose
1619586388
Removed obsolete EXTRA_DIST files.
2014-04-25 17:05:12 +02:00
Florian Pose
1de80f3387
Removed unused CCAT kernel version.
2014-04-25 17:04:43 +02:00
Florian Pose
c278a2de92
merge
2014-04-25 16:42:36 +02:00
Patrick Bruenn
59c3c53858
replace symlink in example with the real file
2014-04-23 17:06:15 +02:00
Patrick Bruenn
fa937d00a4
change back the version number to release 0.8
2014-04-23 15:22:39 +02:00
Patrick Bruenn
dc7832849e
ccat: use the same file for different driver version
2014-04-23 15:20:33 +02:00
Patrick Bruenn
544b186438
added ccat support for kernel 2.6.32
2014-04-23 13:15:10 +02:00
Patrick Bruenn
486d7704ba
clean up CCatDefinitions.h
2014-04-07 07:31:50 +02:00
Patrick Bruenn
5b3b03b30d
replace not working symlinks with real copies from the ccat main repository(git)
2014-04-04 08:59:37 +02:00
Patrick Bruenn
9aba2b3e15
Add ccat driver for Beckhoff CCAT communication controller in Beckhoff CX20xx device
2014-04-04 08:32:09 +02:00
Florian Pose
57b63d4d45
Added --enable-kernel switch to disable kernel module building.
2014-03-10 13:43:48 +01:00
Florian Pose
145e2ec239
Added notes about systemd dependencies.
2014-02-19 12:28:15 +01:00
Florian Pose
59172bae5e
merge
2013-12-10 10:43:13 +01:00
Florian Pose
e117acc03a
Device activation note.
2013-12-10 10:42:25 +01:00
Florian Pose
0e27831397
Generic driver device activation in documentation.
2013-12-10 10:38:03 +01:00
Florian Pose
b0e45dbd6c
Output datagram stats only if EC_RT_SYSLOG.
2013-12-04 19:53:59 +01:00
Florian Pose
ffa0c395a8
Fixed request_irq() bug for non EtherCAT-devices in r8169 for kernel 3.4.
2013-11-29 16:42:20 +01:00
Florian Pose
02f2461fda
Improved r8169 for 3.4.
2013-11-26 08:38:44 +01:00
Florian Pose
e385a9bb62
Added configure switch --disable-rt-syslog.
2013-10-21 19:27:50 +02:00
Florian Pose
8f30b86a84
Reset e100 watchdog only if link up.
2013-10-21 19:16:48 +02:00
Florian Pose
605739d78a
Introduced FORCE_OUTPUT_CORRUPTED.
2013-05-21 13:18:24 +02:00
Florian Pose
b0eace9ef1
Implemented emergency register requests to analyze a broken bus.
2013-05-13 20:21:19 +02:00
Florian Pose
a0e44766ec
Fixed FoE timeout calculation bug.
2013-02-14 11:17:33 +01:00
Florian Pose
b8d541fd33
Improved FoE debug messages.
2013-02-14 11:15:25 +01:00
Florian Pose
418dc4b24f
Version 1.5.2.
2013-02-12 17:31:08 +01:00
Florian Pose
24cc042781
Fixed missing distribution of lib/ioctl.h.
2013-02-12 17:30:45 +01:00
Florian Pose
a4ecaf8b88
Some more doxygen documentation.
2013-02-12 17:15:09 +01:00
Florian Pose
ecda31bb6a
Improved API documentation.
2013-02-12 16:37:11 +01:00
Florian Pose
f6f5460485
Updated Doxygen documentation.
2013-02-12 15:46:43 +01:00
Florian Pose
aa6740a96e
Removed unused prototype.
2013-02-12 15:30:34 +01:00
Florian Pose
038fa5bf58
Added 8139too driver for kernel 3.2.
2013-02-12 13:17:16 +01:00
Florian Pose
a0dd6089c1
Added 8139too driver for kernel 3.0.
2013-02-12 12:25:24 +01:00
Florian Pose
a2da5180b8
TTY: termios structure was included in 'struct tty' with kernel 3.7.
2013-02-12 11:52:03 +01:00
Florian Pose
f601bbf249
TTY ioctl() file parameter was dropped in kernel 2.6.39.
2013-02-12 11:34:54 +01:00
Florian Pose
46c8a4c830
Replaced VM_RESERVED for kernel 3.7.
2013-02-12 10:32:37 +01:00
Florian Pose
9f83de70b0
Documented redundancy, RTDM interface and systemd usage.
2013-02-08 20:03:37 +01:00
Florian Pose
14418f189f
Release procedure.
2013-02-08 20:02:34 +01:00
Florian Pose
83530a494b
Improved fon specifications in DOT graphs.
2013-02-08 20:01:06 +01:00
Florian Pose
dda40578ce
Directly export PDFs from DOT graphs.
2013-02-08 20:00:16 +01:00
Florian Pose
c5ad89c1f8
Updated NEWS file.
2013-02-07 18:19:13 +01:00
Florian Pose
796dbdd705
Debug message.
2013-02-06 17:52:07 +01:00