From owner-svn-doc-all@freebsd.org Mon May 4 11:40:11 2020 Return-Path: Delivered-To: svn-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 053332CD47C; Mon, 4 May 2020 11:40:11 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49G1B26GVXz45GY; Mon, 4 May 2020 11:40:10 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD84F2380E; Mon, 4 May 2020 11:40:10 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 044BeAdU022174; Mon, 4 May 2020 11:40:10 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 044BeApG022172; Mon, 4 May 2020 11:40:10 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <202005041140.044BeApG022172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Mon, 4 May 2020 11:40:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r54093 - head/ja_JP.eucJP/htdocs/projects X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/projects X-SVN-Commit-Revision: 54093 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2020 11:40:11 -0000 Author: ryusuke Date: Mon May 4 11:40:10 2020 New Revision: 54093 URL: https://svnweb.freebsd.org/changeset/doc/54093 Log: - Merge the following from the English version: r53726 -> r54089 head/ja_JP.eucJP/htdocs/projects/Makefile r54085 -> r54089 head/ja_JP.eucJP/htdocs/projects/projects.xml Modified: head/ja_JP.eucJP/htdocs/projects/Makefile head/ja_JP.eucJP/htdocs/projects/projects.xml Modified: head/ja_JP.eucJP/htdocs/projects/Makefile ============================================================================== --- head/ja_JP.eucJP/htdocs/projects/Makefile Mon May 4 03:50:11 2020 (r54092) +++ head/ja_JP.eucJP/htdocs/projects/Makefile Mon May 4 11:40:10 2020 (r54093) @@ -1,6 +1,6 @@ # $FreeBSD$ # The FreeBSD Japanese Documentation Project -# Original revision: r53726 +# Original revision: r54089 .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -22,7 +22,6 @@ DOCS+= newbies.xml INDEXLINK= projects.html -#SUBDIR= busdma ideas mips netperf SUBDIR= mips .include "${DOC_PREFIX}/share/mk/web.site.mk" Modified: head/ja_JP.eucJP/htdocs/projects/projects.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/projects/projects.xml Mon May 4 03:50:11 2020 (r54092) +++ head/ja_JP.eucJP/htdocs/projects/projects.xml Mon May 4 11:40:10 2020 (r54093) @@ -8,7 +8,7 @@ ]> - + @@ -157,17 +157,6 @@ FreeBSD のアプリケーションの範囲を新しい方向で拡大する

デバイスドライバ

    -
  • busdma - および SMPng ドライバの書き換え: - busdma は、高機能なデバイスドライバの多くで使用される、 - ダイレクトメモリアクセス (DMA) によるハードウェア操作を行なうための、 - 移植性の高い抽象的な手段を提供します。 - デバイスドライバの作者は busdma を使うことで、プラットフォームに依存する - DMA 管理コードを追加する必要がなくなり、 - ハードウェアアーキテクチャ間の移植性を向上させることが可能になります。 - また、このページではドライバを SMPng - のコードで安全に動作するようにするための書き換え作業の進捗も公開しています。
  • -
  • 家庭での自動化: 器具コントローラ、赤外線コントローラ、 自動化された電話システム等々を FreeBSD で。