From owner-freebsd-current@FreeBSD.ORG Sat Oct 18 13:52:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 512B216A4B3 for ; Sat, 18 Oct 2003 13:52:31 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6317D43F3F for ; Sat, 18 Oct 2003 13:52:30 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6E58965371; Sat, 18 Oct 2003 21:52:29 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82868-03; Sat, 18 Oct 2003 21:52:29 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 0CF636530E; Sat, 18 Oct 2003 21:52:24 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 00D9838; Sat, 18 Oct 2003 21:52:19 +0100 (BST) Date: Sat, 18 Oct 2003 21:52:19 +0100 From: Bruce M Simpson To: Gabriel Ambuehl Message-ID: <20031018205219.GA10990@saboteur.dek.spc.org> References: <7244.1066484929@critter.freebsd.dk> <20031018165313.GA21535@zibbi.icomtek.csir.co.za> <1511396795937.20031018215058@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1511396795937.20031018215058@buz.ch> cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: Kernel maybe borked... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 20:52:31 -0000 On Sat, Oct 18, 2003 at 09:50:58PM +0200, Gabriel Ambuehl wrote: [snip] > /usr/src/sys/dev/ep/if_ep_eisa.c:218: error: for each function it appears in.) > *** Error code 1 [snip] I've just committed a fix for this: if_ep_eisa.c: $FreeBSD: src/sys/dev/ep/if_ep_eisa.c,v 1.26 2003/10/18 20:44:23 bms Exp $ BMS