From owner-freebsd-hackers Wed Feb 14 10:36:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05831 for hackers-outgoing; Wed, 14 Feb 1996 10:36:41 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA05813 Wed, 14 Feb 1996 10:36:28 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id FAA05559; Thu, 15 Feb 1996 05:31:31 +1100 Date: Thu, 15 Feb 1996 05:31:31 +1100 From: Bruce Evans Message-Id: <199602141831.FAA05559@godzilla.zeta.org.au> To: bde@zeta.org.au, jgreco@brasil.moneng.mei.com Subject: Re: Driver for Hayes ESP cards.. Cc: hackers@FreeBSD.ORG, isp@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >Question: I expect the answer is "no" (I'll look at the sources shortly), >but do the changes actually use the ESP card in the ESP mode, or just in >16550-sorta-compat mode? I'd be delighted to hear "yes" :-) It's supposed to give only 16550 compatibility mode with a 1K fifo. I think the large fifo got lost in porting. (FIFO_DMA_MODE | ... | FIFO_RX_MEDH) gets uselessly (?) written to the fifo control register but com->fifo_image doesn't get initialized to match; it is initialized later with different values. I can't test this. Bruce