From owner-cvs-src-old@FreeBSD.ORG Thu Apr 15 11:17:54 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 2692F106567B for ; Thu, 15 Apr 2010 11:17:54 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F11018FC27 for ; Thu, 15 Apr 2010 11:17:53 +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 o3FBHrnU012051 for ; Thu, 15 Apr 2010 11:17:53 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3FBHrGK012050 for cvs-src-old@freebsd.org; Thu, 15 Apr 2010 11:17:53 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201004151117.o3FBHrGK012050@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 15 Apr 2010 11:17:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/siis siis.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: Thu, 15 Apr 2010 11:17:54 -0000 mav 2010-04-15 11:17:33 UTC FreeBSD src repository Modified files: sys/dev/siis siis.c Log: SVN rev 206652 on 2010-04-15 11:17:33Z by mav Explicitly enable PCI busmastering on attach. Now SiI3124 with siis(4) successfully works on sparc64 (SunBlade 100). H/W donated by: Gheorghe Ardelean Revision Changes Path 1.24 +1 -0 src/sys/dev/siis/siis.c