From owner-freebsd-current Fri Mar 14 01:27:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09382 for current-outgoing; Fri, 14 Mar 1997 01:27:44 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09374 for ; Fri, 14 Mar 1997 01:27:36 -0800 (PST) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id KAA04770; Fri, 14 Mar 1997 10:26:56 +0100 (MET) From: Wolfgang Helbig Message-Id: <199703140926.KAA04770@helbig.informatik.ba-stuttgart.de> Subject: Re: CTM 3128 kernel compiles and boots In-Reply-To: from Warner Losh at "Mar 13, 97 08:44:20 pm" To: imp@village.org (Warner Losh) Date: Fri, 14 Mar 1997 10:26:55 +0100 (MET) Cc: current@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Yippie! > I just upgraded my kernel to the one that CTM 3128 (cvs) brought > me this afternoon. Seems to be sane so far. Now for the real test: > to see if make world works. If so, I'll know by 7:00am MST :-(. Wish > me luck. Ok, here are my wishes : Good luck. The new kernel contains a work around for a buggy IDE-Chip (CMD640). It works fine on machines that have this Chip. What needs testing is the case for IDE-machines that do not use the CMD640. To enable the test add options "CMD640" ^ ^ to your kernel configuration file. (Don't forget the ") The kernel then will probe for this chip and hopefully will work if you do not have the CMD640. Thanks in advance, Wolfgang