aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ltmdm
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN on 8.0: does not compileerwin2008-01-301-1/+7
|
* Drop maintainership, I don't have an ltmdm based modem any more.osa2008-01-101-1/+1
|
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=edwin2007-10-071-3/+2
| | | | | | | | 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.
* comms/ltmdm remove references to FreeBSD 4.xedwin2007-09-242-40/+3
| | | | | | | | | 1. remove references to FreeBSD 4.x 2. don't quote RESTRICTED PR: ports/115404 Submitted by: David Yeske <dyeske@gmail.com> Approved by: maintainer timeout
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-1/+1
| | | | | | modules. Hat: portmgr
* Catch up with the newbus API changes in -CURRENT andru2007-04-031-28/+48
| | | | | | make it compile/work there again. Approved by: osa
* Be more optimitic: use sophistic RESTRICTED knob instead ofosa2006-03-051-1/+1
| | | | | | | terrible NO_PACKAGE. Do not bump PORTREVISION. Approved by: portmgr (kris)
* Install kernel module to ${KMODDIR}. [1]osa2006-02-274-99/+65
| | | | | | | | | 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)
* - Unbrokenmnag2006-02-262-7/+4
| | | | | | | | - Remove extra install of rc.d script - Bump PORTREVISION - portlint(1) Approved by: portmgr (kris)
* BROKEN: Incomplete pkg-plistkris2006-02-261-0/+2
| | | | Approved by: portmgr (implicit)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-2/+2
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Bump PORTREVISION (had to do this in my previous commit).novel2006-01-261-1/+1
| | | | Reminded by: kris
* Fix build on recent -CURRENT.novel2006-01-231-21/+45
| | | | | PR: 92131 Submitted by: Stepan Zastupov, glebius
* - 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