Bug 71951 - [patch] comms/ltmdm: ltmdm.sh patch
Summary: [patch] comms/ltmdm: ltmdm.sh patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 21:00 UTC by raoul.megelas
Modified: 2004-10-12 05:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description raoul.megelas 2004-09-20 21:00:45 UTC
 Machine: Dell inspiron 8000 with Lucent Technology integrated modem
 
 The system panics on an incoming ring signal from the ltmdm.

How-To-Repeat: 
 Any incoming call.
 
 woprkaround: initializing the S0 register to a >=0 to max_value fix the problem.
 	see the following patch.
 
 ============================================
 
  --- ltmdm.sh	Sun Sep 19 21:33:27 2004
  +++ myltmdm.sh	Sun Sep 19 21:32:54 2004
  @@ -33,2 +33,3 @@
       kldload ${PREFIX}/share/ltmdm/ltmdm.ko
  +    echo "ats0=0">/dev/cual0
       echo -n ' ltmdm'
 =======================================
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2004-09-21 18:43:00 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Reassign misfiled PR.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-09-22 07:45:47 UTC
State Changed
From-To: open->feedback

To which port does this patch apply?
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2004-10-12 05:17:19 UTC
State Changed
From-To: feedback->closed

Commited, thanks!