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' =======================================
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Reassign misfiled PR.
State Changed From-To: open->feedback To which port does this patch apply?
State Changed From-To: feedback->closed Commited, thanks!