From owner-cvs-src@FreeBSD.ORG Tue Oct 4 04:49:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6782516A41F; Tue, 4 Oct 2005 04:49:22 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F1143D45; Tue, 4 Oct 2005 04:49:22 +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 j944nMCK058573; Tue, 4 Oct 2005 04:49:22 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j944nMbv058572; Tue, 4 Oct 2005 04:49:22 GMT (envelope-from scottl) Message-Id: <200510040449.j944nMbv058572@repoman.freebsd.org> From: Scott Long Date: Tue, 4 Oct 2005 04:49:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/lmc if_lmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 04:49:22 -0000 scottl 2005-10-04 04:49:22 UTC FreeBSD src repository Modified files: sys/dev/lmc if_lmc.c Log: For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a long instead of an int. No other FreeBSD architecture does this. Patch over this problem in the lmc driver. While I'm here, correct a mistake with DEVICE_POLLING. Revision Changes Path 1.24 +3 -2 src/sys/dev/lmc/if_lmc.c