From owner-freebsd-hackers Sat Nov 8 00:21:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA23238 for hackers-outgoing; Sat, 8 Nov 1997 00:21:57 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA23233 for ; Sat, 8 Nov 1997 00:21:50 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id IAA28467; Sat, 8 Nov 1997 08:11:08 +0100 From: Luigi Rizzo Message-Id: <199711080711.IAA28467@labinfo.iet.unipi.it> Subject: Re: Are these SCSI cards supported ? To: mike@smith.net.au (Mike Smith) Date: Sat, 8 Nov 1997 08:11:07 +0100 (MET) Cc: hackers@FreeBSD.ORG In-Reply-To: <199711080241.NAA00675@word.smith.net.au> from "Mike Smith" at Nov 8, 97 01:11:17 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > something like Symbios 53C416 and its PnP ID is SLI4161 > > Apparently it does not use DMA, and from the name I thought it was > > compatible with the driver in ncr5380.c -- unfortunately the probe > > seems not to recognize it. > > It seems to be a PnP variant of the 53c400. It might work with the > 'nca' driver, but would probably need to be brought up active. hmm... i tried to activate the PnP device with my code but it seems nto to be recognized. > Performance would be extremely poor. well it will be driving a scanner (and some of them do not disconnect during data transfers) so i don't care about performance but i prefer not having it on the main scsi adapter. Cheers Luigi