From owner-freebsd-stable Fri Nov 1 14:11:45 2002 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 0278A37B401 for ; Fri, 1 Nov 2002 14:11:44 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678FD43E6E for ; Fri, 1 Nov 2002 14:11:43 -0800 (PST) (envelope-from thomas@cuivre.fr.eu.org) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 7D5A72C3D1; Fri, 1 Nov 2002 23:11:42 +0100 (CET) Date: Fri, 1 Nov 2002 23:11:42 +0100 From: Thomas Quinot To: Holt Grendal Cc: stable@freebsd.org Subject: Re: -STABLE kernel compile broken Message-ID: <20021101221142.GB68016@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org References: <20021101220916.13659.qmail@web11607.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20021101220916.13659.qmail@web11607.mail.yahoo.com> User-Agent: Mutt/1.4i X-message-flag: WARNING! Using Outlook can damage your computer. 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 Le 2002-11-01, Holt Grendal écrivait : > Fresh cvsup, kernel compile fails with: Fixed with rev. 1.50.2.42 of ata-all.c. You can update your sources or apply this patch: Index: ata-all.c =================================================================== RCS file: /home/ncvs/src/sys/dev/ata/ata-all.c,v retrieving revision 1.50.2.41 diff -u -r1.50.2.41 ata-all.c --- ata-all.c 31 Oct 2002 23:10:33 -0000 1.50.2.41 +++ ata-all.c 1 Nov 2002 19:12:57 -0000 @@ -591,11 +591,11 @@ atapi_attach(&ch->device[MASTER]); if (ch->devices & ATA_ATAPI_SLAVE) atapi_attach(&ch->device[SLAVE]); -#endif #if NATAPICAM > 0 atapi_cam_attach_bus(ch); #endif } +#endif splx(s); } Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message