Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!agate!ucbvax!ucdavis!iris!meyera From: meyera@iris.ucdavis.edu (Alan T. Meyer) Newsgroups: comp.periphs.scsi Subject: Re: Future Domain TMC 885 SCSI Controller Message-ID: <8912@ucdavis.ucdavis.edu> Date: 5 May 91 09:26:50 GMT References: <8861@ucdavis.ucdavis.edu> Sender: usenet@ucdavis.ucdavis.edu Reply-To: meyera@iris.ucdavis.edu (Alan T. Meyer) Organization: U.C. Davis - Department of Electrical Engineering and Computer Science Lines: 19 Hello, I asked earlier if anyone knew about the time it takes to boot a computer with the future domain scsi controller. Thanks to all that replied. I'd like to show what I found. The controller waits to look for all of your devices, about 10 secs. However, it wouldn't need to if you could tell it yourself what you have attached to the controller. So, removing the bios on the card will disable it from searching for the scsi devices. The problem then is that your scsi deviceswill not be reckgonized. However, the problem can be solved by writing a sys driver which performs the same actions which the bios on the controller normallydoes. So, what I am wondering now is if the controller bios changes only interrupt 13.If so, I can capture the int 13 routine setup by the controller bios and install it myself evertime I boot.(I think) I am not a good programmer by any means, so any help would be appreciated. Thanks in advance... alan meyer meyera@iris.ucdavis.edu