Re: future domain

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Tuesday, November 3, 1992 - 3:26 pm

Martin White (martin@pandora.demon.co.uk) wrote:
: While on the subject of Future Domain SCSI controllers. Are there any
: plans to support the tmc885? The scsi faq only mentions the 16x0.
: 
TMC885 is half compatible to Seagate ST01/ST02.

Here are the TMC-885 patch:

*** seagate.c.org       Tue Nov  3 19:17:55 1992
--- seagate.c.tmc885    Tue Nov  3 19:18:53 1992
***************

***************
*** 101,106 ****
--- 106,112 ----
  
  #ifdef CONFIG_SCSI_FD_88x
  {"FUTURE DOMAIN CORP. (C) 1986-1989 V6.0A7/28/90", 5, 46},
+ {"FUTURE DOMAIN CORP. (C) 1986-1990 V6.0209/18/90", 5, 47},
  #endif
  }
  ;
***************
*** 172,179 ****
   
        if (base_address)
                {
!               st0x_cr_sr =(void *) (((unsigned char *) base_address) + 0x1a00); 
!               st0x_dr = (void *) (((unsigned char *) base_address )+ 0x1c00);
  #ifdef DEBUG
                printk("ST0x detected. Base address = %x, cr = %x, dr = %x\n", base_address, st0x_cr_sr, st0x_dr);
  #endif
--- 178,185 ----
   
        if (base_address)
                {
!               st0x_cr_sr =(void *) (((unsigned char *) base_address) + 0x1c00); 
!               st0x_dr = (void *) (((unsigned char *) base_address )+ 0x1e00);
  #ifdef DEBUG
                printk("ST0x detected. Base address = %x, cr = %x, dr = %x\n", base_address, st0x_cr_sr, st0x_dr);
  #endif




-- 
Snail:    Klaus Guhr, Marktstrasse 33, 5300 Bonn 3, Germany        
Phone:    ++49 +228 48 53          E-Mail: kg@gnusys.gun.de
===========================================================================   
BBS/UUCP: ++49 +228 43 24 33 BBS-login:gast UUCP-login:nuucp // no password
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: future domain, Klaus Guhr, (Tue Nov 3, 3:26 pm)