From owner-freebsd-hackers Tue Mar 25 10:49:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA00481 for hackers-outgoing; Tue, 25 Mar 1997 10:49:24 -0800 (PST) Received: from Sisyphos.MI.Uni-Koeln.DE (Sisyphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA00474 for ; Tue, 25 Mar 1997 10:49:19 -0800 (PST) Received: from x14.mi.uni-koeln.de (annexr3-8.slip.Uni-Koeln.DE) by Sisyphos.MI.Uni-Koeln.DE with SMTP id AA16563 (5.67b/IDA-1.5 for ); Tue, 25 Mar 1997 19:49:15 +0100 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.5/8.6.9) id SAA14292; Tue, 25 Mar 1997 18:49:12 GMT Message-Id: <19970325194911.15132@x14.mi.uni-koeln.de> Date: Tue, 25 Mar 1997 19:49:11 +0100 From: Stefan Esser To: Lars Jonas Olsson Cc: hackers@freebsd.org Subject: Re: Symbios 53C876 (differential) and 20 GB DLT tape drive References: <199703251645.KAA10669@Venus.mcs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 In-Reply-To: <199703251645.KAA10669@Venus.mcs.net>; from Lars Jonas Olsson on Tue, Mar 25, 1997 at 10:45:02AM -0600 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mar 25, Lars Jonas Olsson wrote: > I'm thinking of buying a DLT subsystem from CSC. Its a 10/20 GB DLT > drive in external enclosure, cable, terminator, and controller for > $1495. > > The controller is based on Symbios 53C876. Is this likely to work > with FreeBSD? Is the programming any different or is it only > electrically different (differential vs single ended)? AFAIK, the 53c876 is a dual channel version of the 53c875, i.e. much like the Adaptec 3940 implements two 2940 cards. According to the information I have on that device, I do expect it to work with an unmodified driver, but it may be necessary to add the PCI device ID. (It is more common to have a multi-function chip, that contains several devices that are also available seperately, use the original PCI IDs for each of its functions.) If the kernel does not accept the card, then I'll send you a patch for the NCR driver, based on VERBOSE boot messages supplied by you :) Regards, STefan