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
[-- Attachment #1 --]
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
[-- Attachment #2 --]
--- /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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010201164211.A76012>
