The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD comms : ltmdm

Driver for the Lucent LT Winmodem chipset

 This port contains a driver for several Winmodems based on the Lucent LT
chipset. It consists of a shim for the Linux binary only object file.

I have tested this code on a Dell Inspiron 8000, and a Mitsubishi Diamond Voice
internal PCI modem. Mr Watanabe has tested it on a ThinkPad i1124.

The shim code was written Watanabe Kiyoshi 

Home page of the Linux driver :- http://www.heby.de/ltmodem 

http://www.heby.de/ltmodem



ltmdm history


v. 1.34
date: 2007/10/07 02:56:17;  author: edwin;  state: Exp;  lines: +2 -3
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.

All PORTREVISIONS have been bumped to show when the new version of
installing became available.

v. 1.33 date: 2007/09/24 00:34:33; author: edwin; state: Exp; lines: +2 -24 comms/ltmdm remove references to FreeBSD 4.x 1. remove references to FreeBSD 4.x 2. don't quote RESTRICTED PR: ports/115404 Submitted by: David Yeske Approved by: maintainer timeout
v. 1.32 date: 2007/08/04 11:40:43; author: gabor; state: Exp; lines: +1 -1 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.31 date: 2007/06/29 09:16:35; author: linimon; state: Exp; lines: +1 -1 Populate the 'kld' virtual category, for ports that install Kernel Loadable modules. Hat: portmgr
v. 1.30 date: 2006/03/04 21:31:03; author: osa; state: Exp; lines: +1 -1 Be more optimitic: use sophistic RESTRICTED knob instead of terrible NO_PACKAGE. Do not bump PORTREVISION. Approved by: portmgr (kris)
v. 1.29 date: 2006/02/27 12:40:57; author: osa; state: Exp; lines: +37 -13 Install kernel module to ${KMODDIR}. [1] Update port infrastructure. Do not build package for this port, because it depends on kernel sources. Take maintainership. Requested by: glebius [1] Approved by: portmgr (krion)
v. 1.28 date: 2006/02/26 01:13:45; author: mnag; state: Exp; lines: +2 -5 - Unbroken - Remove extra install of rc.d script - Bump PORTREVISION - portlint(1) Approved by: portmgr (kris)
v. 1.27 date: 2006/02/26 00:12:34; author: kris; state: Exp; lines: +2 -0 BROKEN: Incomplete pkg-plist Approved by: portmgr (implicit)
v. 1.26 date: 2006/01/26 06:24:42; author: novel; state: Exp; lines: +1 -1 Bump PORTREVISION (had to do this in my previous commit). Reminded by: kris
v. 1.25 date: 2005/11/05 08:42:51; author: osa; state: Exp; lines: +1 -1 Fix build under resent 7.0 (src/sys/sys/interrupt.h rev. 1.32). Bump PORTREVISION.
v. 1.24 date: 2005/10/09 05:23:26; author: linimon; state: Exp; lines: +1 -2 Remove obsolete mastersite. Source: distfile survey
v. 1.23 date: 2005/06/22 19:12:44; author: imp; state: Exp; lines: +1 -1 Bump the PORTREVISION to reflect fixes to the patch to make this compile again.
v. 1.22 date: 2005/04/18 15:20:08; author: vs; state: Exp; lines: +4 -7 Repackage a bit: USE_RC_SUBR with substitutions
v. 1.21 date: 2005/02/25 04:37:22; author: imp; state: Exp; lines: +3 -1 Honor SYSDIR overrides Ignore warnings on module builds # this still fails on current due to SWI_CAMNET removal
v. 1.20 date: 2004/11/01 15:46:00; author: osa; state: Exp; lines: +9 -3 Fix build under resent 6.0 (SWI_CAMNET and SWI_CAMBIO removed by scottl). Use RC_SUBR. Bump PORTREVISION.
v. 1.19 date: 2004/10/12 04:17:02; author: edwin; state: Exp; lines: +1 -1 [patch] comms/ltmdm: ltmdm.sh patch Machine: Dell inspiron 8000 with Lucent Technology integrated modem The system panics on an incoming ring signal from the ltmdm. Workaround: initializing the S0 register to a >=0 to max_value fix the problem. PR: ports/71951 Submitted by: raoul megelas
v. 1.18 date: 2004/07/27 20:35:54; author: osa; state: Exp; lines: +1 -1 Use tty_close() and ttygone() where it need instead of commenting of ttyclose() for __FreeBSD_version >= 502122. First symptom. # kldunload ltmdm.ko kldunload: can't unload file: Device busy Second symptom. If ppp(8) used for connect /dev/cual0 and it was disconnected, the new ppp session return the following error in ppp.log: tun0: Warning: deflink: /dev/cual0: Bad file descriptor Bump PORTREVISION one more time.
v. 1.17 date: 2004/07/23 07:05:18; author: osa; state: Exp; lines: +2 -2 Realy fix "link_elf: symbol ttyclose undefined" error and one more time bump PORTREVISION. Reset MAINTAINER field to ports@FreeBSD.org, because Daniel O'Connor no longer have the hardware though. Pointly hat: osa
v. 1.16 date: 2004/07/22 12:23:29; author: osa; state: Exp; lines: +6 -5 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patch 2) Correct filename for patch, now it name is patch-sys-dev-ltmdm-ltmdmsio.c 3) Fix run on recent -CURRENT by removing ttyclose() calls Symptoms: # kldload ltmdm.ko kldload: can't load ltmdm.ko: No such file or directory # dmesg | head -1 link_elf: symbol ttyclose underfined 4) Move PORTDOCS from pkg-plist to Makefile 5) Utilize DATADIR macro 5) Reorganize install target for PORTDOCS 6) Bump ${PORTREVISION}
v. 1.15 date: 2004/07/22 10:29:26; author: osa; state: Exp; lines: +1 -1 Revert back wrong changes, because port have strange infrastructure: patch-aa and patch-ac both patch the same file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c.
v. 1.14 date: 2004/07/22 09:16:11; author: osa; state: Exp; lines: +1 -1 Fix run on recent -CURRENT by removing ttyclose() calls. Symptoms: 1) kldload ltmdm.ko kldload: can't load ltmdm.ko: No such file or directory 2) dmesg | head -1 link_elf: symbol ttyclose underfined Bump PORTREVISION.
v. 1.13 date: 2004/07/01 06:32:05; author: edwin; state: Exp; lines: +1 -1 Chase fixes in TTY source. and tell phk to stop breaking tty source compat! Submitted by: darius@dons.net.au Reviewed by: Barney Wolff
v. 1.12 date: 2004/06/16 02:50:39; author: edwin; state: Exp; lines: +4 -5 Update to handle systems after linesw was changed to an array of pointers (http://www.freebsd.org/cgi/getmsg.cgi?fetch=531835+534145+/usr/local/www/db/text/2004/cvs-all/20040613.cvs-all) Submitted by: Daniel O'Connor
v. 1.11 date: 2003/03/06 00:34:14; author: alex; state: Exp; lines: +1 -1 Fix for -CURRENT. PR: 48922 Submitted by: Daniel O'Connor (maintainer) Sergey A. Osokin
v. 1.10 date: 2003/03/02 22:03:52; author: ru; state: Exp; lines: +1 -1 Catching up with MAJOR_AUTO.
v. 1.9 date: 2003/02/21 11:07:04; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2003/02/14 23:33:44; author: naddy; state: Exp; lines: +0 -1 Remove broken master site. PR: 47954 Submitted by: Sergey A.Osokin
v. 1.7 date: 2002/07/02 16:31:33; author: dwcjr; state: Exp; lines: +1 -1 Add missing startup script Submitted by: author Approved by: maintainer
v. 1.6 date: 2002/06/24 02:41:52; author: dwcjr; state: Exp; lines: +15 -14 Fix properly for building under -current Enable cardbus support these modembs Bump PORTREVISION Submitted by: author Approved by: maintainer
v. 1.5 date: 2002/06/17 13:42:09; author: dwcjr; state: Exp; lines: +8 -1 Fix building on -current Approved by: maintainer
v. 1.4 date: 2002/03/14 18:00:59; author: jim; state: Exp; lines: +25 -6 Update to version 1.4. PR: 35885 Submitted by: maintainer
v. 1.3 date: 2002/01/14 06:08:19; author: jim; state: Exp; lines: +2 -1 Update to version 1.2. Submitted by: maintainer
v. 1.2 date: 2002/01/07 03:04:52; author: will; state: Exp; lines: +4 -7 Upgrade to 1.1. This includes fixes for -CURRENT according to Daniel and WATANABE-san. Also added a faster mirror of the tarball. Submitted by: maintainer
v. 1.1 date: 2001/12/05 19:12:15; author: ijliao; state: Exp; add ltmdm Driver for the Lucent LT Winmodem chipset PR: 31924 Submitted by: Daniel O'Connor Tested by: clkao@clkao.org =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm