Date: Thu, 19 Nov 1998 09:54:14 +0100 From: sthaug@nethelp.no To: bjorna@nordix.no Cc: scsi@FreeBSD.ORG Subject: Re: About the NCR 53C896 Message-ID: <28863.911465654@verdi.nethelp.no> In-Reply-To: Your message of "Thu, 19 Nov 1998 09:05:50 %2B0100" References: <3653D15E.FA7A3A61@nordix.no>
next in thread | previous in thread | raw e-mail | index | archive | help
> We're working on a project with the Intel SC450NX Server... > Is the onboard SCSI controller, NCR 53C896 supported by FreeBSD? Um, how about taking a look at the code? From sys/pci/ncr.c in FreeBSD-current: static ncr_chip ncr_chip_table[] = { ... {NCR_896_ID, 0x00, "ncr 53c896 fast40 wide scsi", 7, 31, 7, FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM} }; Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28863.911465654>