Subject: Re: Exabytes and gdb
To: None <port-sparc@NetBSD.ORG>
From: J.D.Coleman <J.D.Coleman@newcastle.ac.uk>
List: port-sparc
Date: 07/08/1997 10:21:53
I wrote :
> I had a quick look at st.c but I'm not sure why it (stopen presumably)
> returns ENXIO.  Is there something I should add to the quirks list?

Jason Thorpe wrote :
> ENXIO is "device not configured".  EIO is input/output error.  Try looking
> for EIO.

Thanks.  Teach me to look at code before tea break!  In that case, it looks
like the Exabyte returns an error from scsi_test_unit_ready(), even with
SCSI_IGNORE_MEDIA_CHANGE set.  Does anyone else see this?  Is it worth
bothering with (admittedly it is only a minor annoyance)?

J