Subject: Re: atapi lost interrupt
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/25/1999 18:29:18
Manuel Bouyer wrote:
> 
> On Jan 25, Patrick Welche wrote
> > After replacing a presumed defective cd-rom drive which incidentally used
> > PIO mode 3, I still get lost interrupts (i386) - will try yet another cd-rom
> > drive later...
> 
> Could be that this drive doesn't support the REQUEST SENSE command.
> Could you try to add a ADEV_NOSENSE quirk entry for your drive in
> sys/dev/scsipi/atapiconf.c ?

That's it! It works! (Now I'll try the previous one...)

Thank you,

Patrick



*** src/sys/dev/scsipi/atapiconf.c.orig	Mon Jan 25 18:14:50 1999
--- src/sys/dev/scsipi/atapiconf.c	Mon Jan 25 18:16:43 1999
***************
*** 79,84 ****
--- 79,86 ----
  	{{T_CDROM, T_REMOV,
  	 "CR-2801TE", "", "1.07"},		ADEV_NOSENSE},
  	{{T_CDROM, T_REMOV,
+ 	 "CREATIVECD3630E", "", "AC101"},	ADEV_NOSENSE},
+ 	{{T_CDROM, T_REMOV,
  	 "FX320S", "", "q01"},			ADEV_NOSENSE},
  	{{T_CDROM, T_REMOV,
  	 "GCD-R580B", "", "1.00"},		ADEV_LITTLETOC},