From owner-cvs-all Mon Mar 5 13:21:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B5137B71B; Mon, 5 Mar 2001 13:21:01 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f25LL1d85296; Mon, 5 Mar 2001 13:21:01 -0800 (PST) (envelope-from gallatin) Message-Id: <200103052121.f25LL1d85296@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 5 Mar 2001 13:21:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c db_instruction.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/05 13:21:01 PST Modified files: sys/alpha/alpha trap.c db_instruction.h Log: handle reserved/unimplemented instruction (opDec) faults This lets us run programs containing newer (eg bwx) instructions on older (eg EV5 and less) machines. One win is that we can now run Acrobat4 on EV4s and EV5s. Obtained from: NetBSD Glanced at by: mjacob Revision Changes Path 1.52 +169 -3 src/sys/alpha/alpha/trap.c 1.4 +20 -1 src/sys/alpha/alpha/db_instruction.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message