File: ChangeLog

package info (click to toggle)
martian-modem 20080625-2
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,048 kB
  • ctags: 985
  • sloc: ansic: 6,095; sh: 298; makefile: 236
file content (86 lines) | stat: -rw-r--r-- 2,630 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
06/2008:
	All device IO moved to kernel module

29.11.06:
	owner/group, permissions for pty
	country

28.11.06:
	Separate build of debug info binary and executable. Fixes addresses being doubled in gdb.
	ioctl for debug setting on user request

27.11.06:
	Minor fixes. 
	tweakcore.sh error -- "(" unexpected.
	"--isr core" was ignored.
	forgotten forced relocation of io_dce ring by overriden io_init_dce_rx_fifo.
	obsolete linux/config.h 
	
22.11.06:
	control channel on /dev/martian to do requests to martian_modem.
	some debug scripts.

2006/11/20:
	relaying fault to user, detectlet for common data overwrite
	ioctls for simulating module failures

10.11.06:
	incorporated some scripts from Stefan Puch in scripts/.

6.11.06:
	Naming user-space part 'helper' was not correct and confused users. Not anymore - program renamed to "martian_modem". It's the most significant part of agere modem software indeed.

31.10.06:
	migrated to subversion.

22.10.06:
	SMP support. Regards to Bjorn (B.W.) for help with testing/debugging.
	fixed uni simulation.
	added mixed mode spin lock for full SMP.

2006/10/02:
	martian devices create/delete separated from pci driver interface
	strenthened conditions for xircom devices
	vma flags correction for different kernel versions

5.10.06:
	hidden pty option to fill the gap while old descriptor io settles. Needed for quick reopen like in callback scenario.

3.10.06:
	In kernel module introduced routines martian_add, martian_del for busindependent device manipulation. Main target PCMCIA support.

2006/07/23:
	Rewritten fifos handling

20.7.06:
	Processing interrupt io in kernel module. Fixes abrupt disconnect when X loaded. Regards to Stefan Puch, Tom Cada for help with testing/debugging of pdm mode.

2006/07/17:
	Added full irq servicing for tx/rx

1.7.06:
	restructured code: port, monitor, session entities.

23.2.06:
	Added logging modules and debug level option. Syslog to be added.

23.1.06:
	Processing of hang-up. Done by additional timer bound to the pin/pty. It uses posix realtime timer and usual implementation should directly use linux systems calls.
	Also carrier lost processed.

21.1.06:
	Fixed SEGV exception for dynamic relocation when place where fixing is crossing the page

6.1.06:
	implementation of streams moved to separate module. Added module for 
	direct PTY support which is now default.

In case the unix socket is used in helper additional utility is needed to talk to it. There's ptytosock which is aware of socket used.
	ptytosock your_path_to_dev_link

21.12.05:
	Added code to stick to the same cpu on SMP

20.12.05:
	Workaround for serial greed