From owner-cvs-all Sun Apr 30 4:12:29 2000 Delivered-To: cvs-all@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id 9FB5037BBF2 for ; Sun, 30 Apr 2000 04:12:25 -0700 (PDT) (envelope-from sthaug@nethelp.no) Received: (qmail 92717 invoked by uid 1001); 30 Apr 2000 11:12:07 +0000 (GMT) To: groudier@club-internet.fr Cc: groudier@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sym sym_fw.h sym_fw1.h sym_fw2.h sym_conf.hsym_defs.h sym_hipd.c From: sthaug@nethelp.no In-Reply-To: Your message of "Sat, 29 Apr 2000 16:32:18 +0200 (CEST)" References: X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 30 Apr 2000 13:12:07 +0200 Message-ID: <92715.957093127@verdi.nethelp.no> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Gerard Roudier writes: > > > Log: > > > This new version adds support for early NCR chips. > > > 53C810 non 'A', 53C815 and 53C825 non 'A' are now > > > attached by the driver (by default). > > > > Are there any cards left that are supported by ncr but not by sym? > None. > On paper, `sym' now supports the whole [NCR/SYM]53C8XX family and the > SYM53C1010. For now, success has been reported using 810 non A on Alpha. > There is no reason for either the 815 or the 825 non A to make problems, > but this has to be checked. I'm up and running with sym-1.5.1-20000429 (from -current) on a 4.0-STABLE box with a 53c810 rev 2 based card. It seems to be working just fine. I'm running a buildworld now. Boot messages from 3.4-STABLE with the ncr driver: ncr0: rev 0x02 int a irq 10 on pci0.17.0 da0 at ncr0 bus 0 target 2 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 8) da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) Boot messages from 4.0-STABLE with the sym driver: ncr0: port 0x6000-0x60ff mem 0xf1001000-0xf10010ff irq 10 at device 17.0 on pci0 ncr0: driver is using old-style compatability shims da0 at ncr0 bus 0 target 2 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 8) da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) Boot messages from 4.0-STABLE with the sym driver: sym0: <810> port 0x6000-0x60ff mem 0xf1001000-0xf10010ff irq 10 at device 17.0 on pci0 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking da0 at sym0 bus 0 target 2 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 8) da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) Is it possible to get the sym driver to report the chip revision also? Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message