Date: Fri, 22 Feb 2002 12:15:05 -0500 (EST) From: Stuart Barkley <stuartb@4gh.net> To: Patric Mrawek <mrawek@punkt.de> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Toshiba 1900-101 Message-ID: <20020222120030.U31860-100000@4gh.dyndns.org> In-Reply-To: <20020222170123.A77585@hugo10.ka.punkt.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Feb 2002, Patric Mrawek wrote:
> I've got an Toshiba 1900-101. There's the same problem with psm0 as
> with the Toshiba 3000-514.
I have a Toshiba 1005-S157 and am working through getting it
functioning correctly. Last night I got the touchpad working with a
small patch to the psm driver.
--- /sys/isa/psm.c.orig Mon Jul 30 12:29:05 2001
+++ /sys/isa/psm.c Fri Feb 22 02:57:08 2002
@@ -635,6 +635,7 @@
switch((i = test_aux_port(kbdc))) {
case 1: /* ignore this error */
+ case 2: /* ignore this error */
case PSM_ACK:
if (verbose)
log(LOG_DEBUG, "psm%d: strange result for test aux port (%d).\n",
@@ -899,6 +900,7 @@
*/
switch ((i = test_aux_port(sc->kbdc))) {
case 1: /* ignore this error */
+ case 2: /* ignore this error */
case PSM_ACK:
if (verbose)
printf("psm%d: strange result for test aux port (%d).\n",
I still need to get X, audio recording and apm working. I have
XFree86-3 working in 800x600 VGA16 mode, but its not really
acceptable. I've just built XFree86-4.2.0 but haven't installed or
tested it yet.
Stuart
--
I've never been lost; I was once bewildered for three days, but never lost!
-- Daniel Boone
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020222120030.U31860-100000>
