Date: Thu, 1 Feb 2001 16:42:11 +0000 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: John Merryweather Cooper <jmcoopr@webmail.bmi.net> Cc: freebsd-stable@freebsd.org Subject: Re: parallel port zip plus driver Message-ID: <20010201164211.A76012@dogma.freebsd-uk.eu.org> In-Reply-To: <3A798D27.16411C2@webmail.bmi.net>; from jmcoopr@webmail.bmi.net on Thu, Feb 01, 2001 at 08:21:59AM -0800 References: <20010201144930.A74754@dogma.freebsd-uk.eu.org> <3A798947.EE4042AC@webmail.bmi.net> <20010201161117.C74754@dogma.freebsd-uk.eu.org> <3A798D27.16411C2@webmail.bmi.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Try this.... Be sure to set the flags for ppc to allow PS2 mode. jcm -- o-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-o | "You can't have everything. Where would you put it?" - Steven Wright | o-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-o --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="immio.patch" --- /usr/src/sys/dev/ppbus/immio.c Mon Jun 12 11:34:07 2000 +++ immioj.c Thu Feb 1 16:38:00 2001 @@ -797,6 +797,8 @@ if (imm_instr(vpo, &h, 1)) { *ret = VP0_EOTHER+2; goto error; } + if (h == -1) + h = 0; *result = ((int) h << 8) | ((int) l & 0xff); --UugvWAfsgieZRqgk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010201164211.A76012>