From owner-cvs-src@FreeBSD.ORG Sat Feb 26 00:25:44 2005 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 21B6016A4CE; Sat, 26 Feb 2005 00:25:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B7343D46; Sat, 26 Feb 2005 00:25:44 +0000 (GMT) (envelope-from marius@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 j1Q0Ph3R025428; Sat, 26 Feb 2005 00:25:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1Q0PhSZ025427; Sat, 26 Feb 2005 00:25:43 GMT (envelope-from marius) Message-Id: <200502260025.j1Q0PhSZ025427@repoman.freebsd.org> From: Marius Strobl Date: Sat, 26 Feb 2005 00:25:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/dev/puc puc_sbus.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: Sat, 26 Feb 2005 00:25:44 -0000 marius 2005-02-26 00:25:43 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/puc puc_sbus.c Log: Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing uart(4) to support the Zilog 8530 SCCs which hang off of a FireHose bus on Sun E4000/E5000 class machines. Beside the fact that a puc_fhc.c would just be a copy of puc_sbus.c with s,sbus,fhc,g the reason why the declaration for fhc(4) was sticked into puc_sbus.c is that both of these front-ends for puc(4) will go away once there is a scc(4). Discussed with: marcel Tested by: hrs, kris MFC after: 3 days Revision Changes Path 1.1000 +1 -0 src/sys/conf/files 1.8 +1 -0 src/sys/dev/puc/puc_sbus.c