From owner-cvs-all@FreeBSD.ORG Sat Feb 12 06:27:08 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F0B16A4CE; Sat, 12 Feb 2005 06:27:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E4F43D41; Sat, 12 Feb 2005 06:27:08 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1C6R8P8055236; Sat, 12 Feb 2005 06:27:08 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1C6R8TQ055235; Sat, 12 Feb 2005 06:27:08 GMT (envelope-from scottl) Message-Id: <200502120627.j1C6R8TQ055235@repoman.freebsd.org> From: Scott Long Date: Sat, 12 Feb 2005 06:27:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/twe twe.c twe_freebsd.c tweio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 06:27:08 -0000 scottl 2005-02-12 06:27:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/twe twe.c twe_freebsd.c tweio.h Log: MFC: - Fix crashdump support - Add 32-bit ioctl shims Revision Changes Path 1.22.2.1 +60 -9 src/sys/dev/twe/twe.c 1.39.2.1 +1 -3 src/sys/dev/twe/twe_freebsd.c 1.3.4.1 +23 -0 src/sys/dev/twe/tweio.h