From owner-cvs-src-old@FreeBSD.ORG Tue Jun 1 21:29:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E96EA1065686 for ; Tue, 1 Jun 2010 21:29:46 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D34898FC08 for ; Tue, 1 Jun 2010 21:29:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o51LTk3s045460 for ; Tue, 1 Jun 2010 21:29:46 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o51LTkGM045459 for cvs-src-old@freebsd.org; Tue, 1 Jun 2010 21:29:46 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201006012129.o51LTkGM045459@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 1 Jun 2010 21:19:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man4 io.4 src/sys/amd64/amd64 io.c src/sys/amd64/include iodev.h src/sys/dev/io iodev.c iodev.h src/sys/i386/i386 io.c src/sys/i386/include iodev.h src/sys/ia64/ia64 iodev_machdep.c src/sys/ia64/include iodev.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 21:29:47 -0000 attilio 2010-06-01 21:19:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 io.4 sys/amd64/amd64 io.c sys/amd64/include iodev.h sys/dev/io iodev.c sys/i386/i386 io.c sys/i386/include iodev.h sys/ia64/ia64 iodev_machdep.c sys/ia64/include iodev.h Added files: (Branch: RELENG_8) sys/dev/io iodev.h Log: SVN rev 208723 on 2010-06-01 21:19:58Z by attilio MFC r207329, r208716: - Extract the IODEV_PIO interface from ia64 and make it MI. - On i386 and amd64 the old behaviour is kept but multithreaded processes must use the new interface in order to work well. - Support for the other architectures is greatly improved. Sponsored by: Sandvine Incorporated Approved by: re (kib, bz) Revision Changes Path 1.1.2.3 +69 -12 src/share/man/man4/io.4 1.2.10.3 +6 -34 src/sys/amd64/amd64/io.c 1.2.2.3 +18 -3 src/sys/amd64/include/iodev.h 1.4.2.3 +137 -9 src/sys/dev/io/iodev.c 1.1.2.2 +44 -0 src/sys/dev/io/iodev.h (new) 1.2.10.3 +6 -34 src/sys/i386/i386/io.c 1.2.2.3 +18 -3 src/sys/i386/include/iodev.h 1.2.2.4 +6 -98 src/sys/ia64/ia64/iodev_machdep.c 1.2.2.4 +17 -18 src/sys/ia64/include/iodev.h