From owner-cvs-all Sun Jan 9 1:44:12 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 90ABA1529A for ; Sun, 9 Jan 2000 01:43:27 -0800 (PST) (envelope-from sthaug@nethelp.no) Received: (qmail 5525 invoked by uid 1001); 9 Jan 2000 09:43:25 +0000 (GMT) To: jedgar@fxp.org Cc: obrien@NUXI.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT From: sthaug@nethelp.no In-Reply-To: Your message of "Sat, 8 Jan 2000 21:56:24 -0500 (EST)" 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, 09 Jan 2000 10:43:24 +0100 Message-ID: <5523.947411004@verdi.nethelp.no> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > FWIW, with both > > > controller ncr0 > > > controller sym0 > > > in the kernel config, the machine boots successfully, attaching: > > > > Are you able to test this kernel in a machine with a SCSI card that only > > `ncr' supports? > > > > Unfortunately, no. The only ncr-supported chipset here is the 875 as > shown. I just tried 3.4-STABLE here on an older machine with an 810 card. With controller ncr0 controller sym0 in the kernel, it attaches ncr0 and everything works normally: 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) As a check, I removed the ncr0 line, leaving only the sym driver in the kernel. The machine then panics when booting, as expected (nowhere to mount root from). Running a buildworld now, with both drivers in the kernel. 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