Mark Linimon
03022ad622
Remove obsolete mastersite.
...
Source: distfile survey
2005-10-09 05:23:26 +00:00
Warner Losh
4f2a8f62b4
Bump the PORTREVISION to reflect fixes to the patch to make this
...
compile again.
2005-06-22 19:12:44 +00:00
Warner Losh
4b792d6b2e
Use new PCI_BAR(x) macro everywhere in preference to the PCI_MAPS + x * 4
...
used before. PCI_MAPS has disappeared. If PCI_BAR(x) doesn't exist, define
it to the old expansion.
Reviewed by: jhb
2005-06-22 19:07:52 +00:00
Volker Stolz
fb9484107c
Repackage a bit: USE_RC_SUBR with substitutions
2005-04-18 15:20:08 +00:00
Sergey A. Osokin
3d0ae372d4
Fix "Ignoring d_maj hint from driver" on recent -CURRENT.
...
Patch from: glebius
2005-03-21 14:35:55 +00:00
Warner Losh
580b50c059
Honor SYSDIR overrides
...
Ignore warnings on module builds
# this still fails on current due to SWI_CAMNET removal
2005-02-25 04:37:22 +00:00
Sergey A. Osokin
3df00150ac
Fix build on recent -CURRENT.
...
Notice from: ale, glebius.
2005-02-15 08:15:07 +00:00
Sergey A. Osokin
a87f30e9d0
Fix build under resent 6.0 (SWI_CAMNET and SWI_CAMBIO removed by scottl).
...
Use RC_SUBR.
Bump PORTREVISION.
2004-11-01 15:46:00 +00:00
Edwin Groothuis
f723664ab4
[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 <raoul.megelas@libertysurf.fr>
2004-10-12 04:17:02 +00:00
Sergey A. Osokin
2f3d2c4f09
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.
2004-07-27 20:35:54 +00:00
Sergey A. Osokin
6cf0bb878e
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
2004-07-23 07:05:19 +00:00
Sergey A. Osokin
2f05a9e3d5
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}
2004-07-22 12:23:29 +00:00
Sergey A. Osokin
9659373f55
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.
2004-07-22 10:29:26 +00:00
Sergey A. Osokin
333982699b
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.
2004-07-22 09:16:12 +00:00
Edwin Groothuis
510e62208c
Chase fixes in TTY source.
...
<Darius> and tell phk to stop breaking tty source compat!
Submitted by: darius@dons.net.au
Reviewed by: Barney Wolff <barney@databus.com>
2004-07-01 06:32:05 +00:00
Edwin Groothuis
36e136310a
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 <doconnor-NOSPAM@gsoft.com.au>
2004-06-16 02:50:40 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Scott Long
b155426aaf
My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around so
...
it covers the correct scope.
2004-03-21 06:43:31 +00:00
Scott Long
685cd723aa
Catch up to the cdevsw changes in 5-current.
2004-02-22 04:18:23 +00:00
Sergey A. Osokin
958842c5c6
Cosmetic fix: use %%DOCSDIR%% macro.
...
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
2003-10-22 09:37:18 +00:00
John Baldwin
16d7c4d8d8
Fix build on current by adjusting includes to use dev/pci/... instead of
...
pci/... and using dev/ic/ns16550.h rather than dev/sio/sioreg.h.
Reviewed by: maintainer
2003-09-25 20:15:07 +00:00
Alexander Langer
e369ce2c58
Fix for -CURRENT.
...
PR: 48922
Submitted by: Daniel O'Connor <darius@dons.net.au> (maintainer)
Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-03-06 00:34:14 +00:00
Ruslan Ermilov
0ad2a07768
Catching up with MAJOR_AUTO.
2003-03-02 22:03:52 +00:00
Akinori MUSHA
57f9198bc7
De-pkg-comment.
2003-02-21 11:08:38 +00:00
Christian Weisgerber
75e5112b78
Remove broken master site.
...
PR: 47954
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-02-14 23:33:44 +00:00
David W. Chapman Jr.
02c7574fcb
Fix "gibberish" in the file
...
Submitted by: dke@detalem.mine.nu
2002-07-02 21:36:10 +00:00
David W. Chapman Jr.
624c96a62d
Add missing startup script
...
Submitted by: author
Approved by: maintainer
2002-07-02 16:31:33 +00:00
David W. Chapman Jr.
3f33af92d9
Fix properly for building under -current
...
Enable cardbus support these modembs
Bump PORTREVISION
Submitted by: author
Approved by: maintainer
2002-06-24 02:41:53 +00:00
David W. Chapman Jr.
de044c8065
Fix building on -current
...
Approved by: maintainer
2002-06-17 13:42:09 +00:00
Jim Mock
08c76565ae
Update to version 1.4.
...
PR: 35885
Submitted by: maintainer
2002-03-14 18:00:59 +00:00
Jim Mock
7716a14a95
Update to version 1.2.
...
Submitted by: maintainer
2002-01-14 06:08:19 +00:00
Will Andrews
9f7e1f3115
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
2002-01-07 03:04:52 +00:00
Ying-Chieh Liao
1301e3e01d
add ltmdm
...
Driver for the Lucent LT Winmodem chipset
PR: 31924
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Tested by: clkao@clkao.org
2001-12-05 19:12:16 +00:00