From owner-freebsd-stable Sat Feb 22 5: 6:59 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCC037B401; Sat, 22 Feb 2003 05:06:58 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC1643F75; Sat, 22 Feb 2003 05:06:56 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bdfb.dip.t-dialin.net ([80.128.189.251] helo=fillmore-labs.com ident=shlj2ihz5r5bdmxm) by mx2.fillmore-labs.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.12) id 18mZMe-000OSv-00; Sat, 22 Feb 2003 14:06:49 +0100 Message-ID: <3E5775E1.10504@fillmore-labs.com> Date: Sat, 22 Feb 2003 14:06:41 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: stable@freebsd.org Cc: imp@freebsd.org, jhb@freebsd.org Subject: changes in FreeBSD-STABLE src/sys/i386/i386/nexus.c 1.26.2.9 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After rebuilding my kernel with FreeBSD-STABLE booting fails with: panic: still using grody create_intr interface when loading the ata0 driver (FreeBSD 4.8-PRERELEASE, 440 LX based motherboard) After I changed line 495 of src/sys/i386/i386/nexus.c rev 1.26.2.9 to switch (flags & ~INTR_TYPE_FAST) { everything works as expected. Could this be a typo in the recent changes? Otherwise I'm happy to post my dmesg. Thanks Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message