Received: by mail.netbsd.org (Postfix, from userid 605) id 2FBF114A130; Tue, 18 Jun 2013 08:48:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CB5614A0BD for ; Tue, 18 Jun 2013 08:48:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VvAPDcaCpyZb for ; Tue, 18 Jun 2013 08:48:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 66D9214A0BA for ; Tue, 18 Jun 2013 08:48:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1BE5396; Tue, 18 Jun 2013 08:48:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 18 Jun 2013 08:48:55 +0000 From: "Masao Uebayashi" Subject: CVS commit: src/sys/arch/i386/eisa To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20130618084855.1BE5396@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Masao Uebayashi" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: uebayasi Date: Tue Jun 18 08:48:55 UTC 2013 Modified Files: src/sys/arch/i386/eisa: eisa_machdep.c Log Message: port-i386/47907: kernel trap when using EISA with I/O APIC on i386 Patch from Felix Deichmann. XXX pullup netbsd-6 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/i386/eisa/eisa_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.