Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 95 23:22:01 MDT
From:      terry@cs.weber.edu (Terry Lambert)
To:        tom@misery.sdf.com (Tom Samplonius)
Cc:        karl@Mcs.Net, rgrimes@gndrsh.aac.dev.com, freebsd-hackers@FreeBSD.ORG
Subject:   Re: SCSI disk wedge
Message-ID:  <9507130522.AA22828@cs.weber.edu>
In-Reply-To: <Pine.BSF.3.91.950712191425.1872B-100000@misery.sdf.com> from "Tom Samplonius" at Jul 12, 95 07:28:52 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> The 1742 driver has been around for a long time and is very similar to 
> the driver in NetBSD.  However, the 2742/2842/2942 driver is quite 
> recent.  It is _very_ odd that you have problems with both adapters.

Clearly, it is an issue of tagged command queuing, very large transfers,
bus on time, or one of the many issues in the shared SCSI, VM, block I/O,
and/or user space code above them all, only the last of which is shared
with BSDI (and therefore possible to rule out).

Another possibility is that BSDI, to my knowledge, does not support
bounce buffers, instead allocating them at boot time and as a result
allocating them in low memory.  It is entirely possible that you are
runninh a HiNT EISA chipset or other chipset that does not support
bus mastering DMA transfers to memory regions above the 16M limit
(which would put your board in violation of the EISA standard, but
still claiming to be EISA in the ROM tag location).

There is insufficient information presented to diagnose your problem.


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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