From owner-cvs-src@FreeBSD.ORG  Thu Oct 27 20:55:30 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3097516A41F;
	Thu, 27 Oct 2005 20:55:30 +0000 (GMT)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E0F0543D45;
	Thu, 27 Oct 2005 20:55:29 +0000 (GMT)
	(envelope-from kensmith@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 j9RKtTdv034813;
	Thu, 27 Oct 2005 20:55:29 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9RKtTxw034812;
	Thu, 27 Oct 2005 20:55:29 GMT (envelope-from kensmith)
Message-Id: <200510272055.j9RKtTxw034812@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Thu, 27 Oct 2005 20:55:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/uart uart_bus_ebus.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 27 Oct 2005 20:55:30 -0000

kensmith    2005-10-27 20:55:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/uart         uart_bus_ebus.c 
  Log:
  Temporary hack to get the hme network interface on Sun E250 servers to
  work.  The code comment describes the issue, basically an as yet not
  totally understood interrupt routing problem.  This hack is being done
  to RELENG_6 so that the hme interface works on E250's for the release,
  but is not being done in HEAD so more work on the interrupt routing
  issue can be done.
  
  Requested by:   marius
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.6.2.1   +15 -0     src/sys/dev/uart/uart_bus_ebus.c