Received: by mail.netbsd.org (Postfix, from userid 0) id 67A4563B19F; Tue, 1 Dec 2009 19:40:17 +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 403CE63B111 for ; Tue, 1 Dec 2009 19:40:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 127F4175DD; Tue, 1 Dec 2009 19:40:10 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 1 Dec 2009 19:40:10 +0000 From: Soren Jacobsen Subject: CVS commit: [netbsd-5] src/sys/arch/amiga/amiga To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091201194010.127F4175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: snj Date: Tue Dec 1 19:40:10 UTC 2009 Modified Files: src/sys/arch/amiga/amiga [netbsd-5]: machdep.c Log Message: Pull up following revision(s) (requested by mhitch in ticket #1166): sys/arch/amiga/amiga/machdep.c: revision 1.222 Remove old legacy IPL_* settings in ipl2spl_table - they are redundant and in the case of IPL_AUDIO, results in IPL_VM blocking all interrupts. [IPL_AUDIO is now the same as IPL_VM, and was setting the IPL_VM entry to PSL_IPL6. IPL_SERIAL had a duplicate entry for some reason, and serial drivers that check and modify IPL_SERIAL now shouldn't be affected since IPL_SERIAL is now the same as IPL_HIGH. I'm hoping this will fix or at least help the problem of serial interrupts being blocked too long. To generate a diff of this commit: cvs rdiff -u -r1.209.6.1 -r1.209.6.2 src/sys/arch/amiga/amiga/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.