From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 00:36:56 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 B4681106564A for ; Fri, 29 Oct 2010 00:36:56 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 880CC8FC12 for ; Fri, 29 Oct 2010 00:36:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T0auVh043102 for ; Fri, 29 Oct 2010 00:36:56 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T0au5H043101 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 00:36:56 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010290036.o9T0au5H043101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 29 Oct 2010 00:36:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/libofw ofw_net.c 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: Fri, 29 Oct 2010 00:36:56 -0000 nwhitehorn 2010-10-29 00:36:44 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw ofw_net.c Log: SVN rev 214494 on 2010-10-29 00:36:44Z by nwhitehorn Fix netboot on some Apple machines on which calling dma-free on the network device can hang the machine. This causes the loss of 64 KB of accessible memory on netbooted machines. Revision Changes Path 1.12 +3 -0 src/sys/boot/ofw/libofw/ofw_net.c