summaryrefslogtreecommitdiff
path: root/comms/ltmdm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Repackage a bit: USE_RC_SUBR with substitutionsVolker Stolz2005-04-183-11/+5
| | | | Notes: svn path=/head/; revision=133586
* Fix "Ignoring d_maj hint from driver" on recent -CURRENT.Sergey A. Osokin2005-03-211-26/+28
| | | | | | | Patch from: glebius Notes: svn path=/head/; revision=131839
* Honor SYSDIR overridesWarner Losh2005-02-251-1/+3
| | | | | | | | | Ignore warnings on module builds # this still fails on current due to SWI_CAMNET removal Notes: svn path=/head/; revision=129723
* Fix build on recent -CURRENT.Sergey A. Osokin2005-02-151-1/+27
| | | | | | | Notice from: ale, glebius. Notes: svn path=/head/; revision=128896
* Fix build under resent 6.0 (SWI_CAMNET and SWI_CAMBIO removed by scottl).Sergey A. Osokin2004-11-013-63/+123
| | | | | | | | Use RC_SUBR. Bump PORTREVISION. Notes: svn path=/head/; revision=120586
* [patch] comms/ltmdm: ltmdm.sh patchEdwin Groothuis2004-10-122-1/+5
| | | | | | | | | | | | | | | | 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 <raoul.megelas@libertysurf.fr> Notes: svn path=/head/; revision=118768
* Use tty_close() and ttygone() where it need instead ofSergey A. Osokin2004-07-272-23/+27
| | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=114893
* Realy fix "link_elf: symbol ttyclose undefined" error andSergey A. Osokin2004-07-232-4/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=114468
* 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patchSergey A. Osokin2004-07-224-231/+232
| | | | | | | | | | | | | | | | | 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} Notes: svn path=/head/; revision=114427
* Revert back wrong changes, because port have strangeSergey A. Osokin2004-07-222-239/+174
| | | | | | | | infrastructure: patch-aa and patch-ac both patch the same file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c. Notes: svn path=/head/; revision=114422
* Fix run on recent -CURRENT by removing ttyclose() calls.Sergey A. Osokin2004-07-222-174/+239
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=114417
* Chase fixes in TTY source.Edwin Groothuis2004-07-012-14/+119
| | | | | | | | | | <Darius> and tell phk to stop breaking tty source compat! Submitted by: darius@dons.net.au Reviewed by: Barney Wolff <barney@databus.com> Notes: svn path=/head/; revision=112644
* Update to handle systems after linesw was changed to an array ofEdwin Groothuis2004-06-163-44/+150
| | | | | | | | | | 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 <doconnor-NOSPAM@gsoft.com.au> Notes: svn path=/head/; revision=111565
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around soScott Long2004-03-211-1/+1
| | | | | | | it covers the correct scope. Notes: svn path=/head/; revision=104810
* Catch up to the cdevsw changes in 5-current.Scott Long2004-02-221-9/+14
| | | | Notes: svn path=/head/; revision=101673
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-5/+5
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91882
* Fix build on current by adjusting includes to use dev/pci/... instead ofJohn Baldwin2003-09-251-13/+32
| | | | | | | | | pci/... and using dev/ic/ns16550.h rather than dev/sio/sioreg.h. Reviewed by: maintainer Notes: svn path=/head/; revision=89381
* Fix for -CURRENT.Alexander Langer2003-03-062-12/+57
| | | | | | | | | PR: 48922 Submitted by: Daniel O'Connor <darius@dons.net.au> (maintainer) Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=77000
* Catching up with MAJOR_AUTO.Ruslan Ermilov2003-03-024-112/+118
| | | | Notes: svn path=/head/; revision=76760
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Remove broken master site.Christian Weisgerber2003-02-141-1/+0
| | | | | | | | PR: 47954 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=75541
* Fix "gibberish" in the fileDavid W. Chapman Jr.2002-07-021-25/+0
| | | | | | | Submitted by: dke@detalem.mine.nu Notes: svn path=/head/; revision=62364
* Add missing startup scriptDavid W. Chapman Jr.2002-07-022-1/+62
| | | | | | | | Submitted by: author Approved by: maintainer Notes: svn path=/head/; revision=62351
* Fix properly for building under -currentDavid W. Chapman Jr.2002-06-247-104/+176
| | | | | | | | | | | Enable cardbus support these modembs Bump PORTREVISION Submitted by: author Approved by: maintainer Notes: svn path=/head/; revision=61854
* Fix building on -currentDavid W. Chapman Jr.2002-06-172-1/+96
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=61420
* Update to version 1.4.Jim Mock2002-03-144-13/+34
| | | | | | | | PR: 35885 Submitted by: maintainer Notes: svn path=/head/; revision=56098
* Update to version 1.2.Jim Mock2002-01-142-2/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=53032
* Upgrade to 1.1. This includes fixes for -CURRENT according to DanielWill Andrews2002-01-075-22/+13
| | | | | | | | | and WATANABE-san. Also added a faster mirror of the tarball. Submitted by: maintainer Notes: svn path=/head/; revision=52678
* add ltmdmYing-Chieh Liao2001-12-056-0/+71
Driver for the Lucent LT Winmodem chipset PR: 31924 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Tested by: clkao@clkao.org Notes: svn path=/head/; revision=51086