Date: Thu, 7 Mar 1996 10:10:46 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-scsi@freebsd.org Cc: robinche@mail.vividnet.com (Robin Chen) Subject: Re: Is this hardware or software problem? Message-ID: <199603070910.KAA16379@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.91.960306122219.20307A-100000@aquarius.vividnet.com> from "Robin Chen" at Mar 6, 96 12:32:41 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As Robin Chen wrote: > sd0(ncr0:0:0): ILLEGAL REQUEST asc:9c,0 > vnode_pager_input: I/O read error > vm_fault: pager input (probably hardware) error, PID 27 failure > (ncr0:0:0): "QUANTUM FIREBALL1080S 1Q09" type 0 fixed SCSI 2 > sd0(ncr0:0:0): Direct-Access > sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. > 1042MB (2134305 512 byte sectors) Uh-oh. An ILLEGAL REQUEST is not supposed to happen on a hard disk. The ASC of 0x9c is in the vendor-specific range, so you gotta bug Quantum for its exact meaning. You could compile the driver with SCSIDEBUG turned on and enable debugging by scsi -f /dev/rsd0.ctl -d <some number Julian will explain to you :)> and have a closer look at the reported error. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603070910.KAA16379>