aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ltmdm
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256pav2005-11-241-0/+1
|
* Fix build under resent 7.0 (src/sys/sys/interrupt.h rev. 1.32).osa2005-11-052-23/+82
| | | | Bump PORTREVISION.
* Remove obsolete mastersite.linimon2005-10-091-2/+1
| | | | Source: distfile survey
* Bump the PORTREVISION to reflect fixes to the patch to make thisimp2005-06-231-1/+1
| | | | compile again.
* Use new PCI_BAR(x) macro everywhere in preference to the PCI_MAPS + x * 4imp2005-06-231-33/+55
| | | | | | | used before. PCI_MAPS has disappeared. If PCI_BAR(x) doesn't exist, define it to the old expansion. Reviewed by: jhb
* Repackage a bit: USE_RC_SUBR with substitutionsvs2005-04-183-11/+5
|
* Fix "Ignoring d_maj hint from driver" on recent -CURRENT.osa2005-03-211-26/+28
| | | | Patch from: glebius
* Honor SYSDIR overridesimp2005-02-251-1/+3
| | | | | | Ignore warnings on module builds # this still fails on current due to SWI_CAMNET removal
* Fix build on recent -CURRENT.osa2005-02-151-1/+27
| | | | Notice from: ale, glebius.
* Fix build under resent 6.0 (SWI_CAMNET and SWI_CAMBIO removed by scottl).osa2004-11-013-63/+123
| | | | | Use RC_SUBR. Bump PORTREVISION.
* [patch] comms/ltmdm: ltmdm.sh patchedwin2004-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>
* Use tty_close() and ttygone() where it need instead ofosa2004-07-282-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.
* Realy fix "link_elf: symbol ttyclose undefined" error andosa2004-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
* 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patchosa2004-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}
* Revert back wrong changes, because port have strangeosa2004-07-222-239/+174
| | | | | infrastructure: patch-aa and patch-ac both patch the same file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c.
* Fix run on recent -CURRENT by removing ttyclose() calls.osa2004-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.
* Chase fixes in TTY source.edwin2004-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>
* Update to handle systems after linesw was changed to an array ofedwin2004-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>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around soscottl2004-03-211-1/+1
| | | | it covers the correct scope.
* Catch up to the cdevsw changes in 5-current.scottl2004-02-221-9/+14
|
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-5/+5
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Fix build on current by adjusting includes to use dev/pci/... instead ofjhb2003-09-261-13/+32
| | | | | | pci/... and using dev/ic/ns16550.h rather than dev/sio/sioreg.h. Reviewed by: maintainer
* Fix for -CURRENT.alex2003-03-062-12/+57
| | | | | | PR: 48922 Submitted by: Daniel O'Connor <darius@dons.net.au> (maintainer) Sergey A. Osokin <osa@FreeBSD.org.ru>
* Catching up with MAJOR_AUTO.ru2003-03-034-112/+118
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove broken master site.naddy2003-02-151-1/+0
| | | | | PR: 47954 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* Fix "gibberish" in the filedwcjr2002-07-031-25/+0
| | | | Submitted by: dke@detalem.mine.nu
* Add missing startup scriptdwcjr2002-07-032-1/+62
| | | | | Submitted by: author Approved by: maintainer
* Fix properly for building under -currentdwcjr2002-06-247-104/+176
| | | | | | | | Enable cardbus support these modembs Bump PORTREVISION Submitted by: author Approved by: maintainer
* Fix building on -currentdwcjr2002-06-172-1/+96
| | | | Approved by: maintainer
* Update to version 1.4.jim2002-03-154-13/+34
| | | | | PR: 35885 Submitted by: maintainer
* Update to version 1.2.jim2002-01-142-2/+3
| | | | Submitted by: maintainer
* Upgrade to 1.1. This includes fixes for -CURRENT according to Danielwill2002-01-075-22/+13
| | | | | | and WATANABE-san. Also added a faster mirror of the tarball. Submitted by: maintainer
* add ltmdmijliao2001-12-066-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