Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2004 21:44:00 +0200
From:      "raoul.megelas" <raoul.megelas@libertysurf.fr>
To:        ports@freebsd.org
Subject:   ltmdm.sh patch
Message-ID:  <20040919194400.GA1812@libertysurf.fr>

next in thread | raw e-mail | index | archive | help
hi,

this patch is a workaround to prevent hangs on an incoming signal ring to the
ltmdm device. This happens when the s0 register is not initialized.
Initializing the S0 register even at a 0 value, avoid panics.
Of course it is a workaround. I have not yet checked the code.
The hardware: Inspiron 8000 DELL.
OS: FreeBSD 6.0 from September 9.

If you think it can be useful, you can commit it if necessary.
	Thanks.

	raoul
	raoul.megelas@libertysurf.fr

--- 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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040919194400.GA1812>