From owner-cvs-src@FreeBSD.ORG Fri Sep 12 13:04:30 2003 Return-Path: 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 1E15E16A4BF; Fri, 12 Sep 2003 13:04:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9944A43F93; Fri, 12 Sep 2003 13:04:29 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8CK4T0U095660; Fri, 12 Sep 2003 13:04:29 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8CK4TRU095659; Fri, 12 Sep 2003 13:04:29 -0700 (PDT) Message-Id: <200309122004.h8CK4TRU095659@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 12 Sep 2003 13:04:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 ofw_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 12 Sep 2003 20:04:30 -0000 tmm 2003/09/12 13:04:29 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 ofw_machdep.c Log: Handle ISA devices in OF_decode_addr(), with the same code that is used in the EBus case. Revision Changes Path 1.5 +1 -1 src/sys/sparc64/sparc64/ofw_machdep.c