From owner-cvs-src-old@FreeBSD.ORG Mon Jan 25 19:27:36 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 69866106568D for ; Mon, 25 Jan 2010 19:27:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 583218FC17 for ; Mon, 25 Jan 2010 19:27:36 +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 o0PJRaaD002013 for ; Mon, 25 Jan 2010 19:27:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0PJRaKr002012 for cvs-src-old@freebsd.org; Mon, 25 Jan 2010 19:27:36 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201001251927.o0PJRaKr002012@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 25 Jan 2010 19:27:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/cavium obio.c uart_cpu_octeonusart.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: Mon, 25 Jan 2010 19:27:36 -0000 imp 2010-01-25 19:27:20 UTC FreeBSD src repository Modified files: sys/mips/cavium obio.c uart_cpu_octeonusart.c Log: SVN rev 202985 on 2010-01-25 19:27:20Z by imp Export knowledge of the special bus space we use for the console to obio. Take advantage of the fact that obio only really supports uart at the moment to use the uart bus tag always for IOPORT allocations. # this needs to be redone to conform to FreeBSD standards and allow for # additional drivers for SoC hardware to attach Revision Changes Path 1.4 +5 -3 src/sys/mips/cavium/obio.c 1.4 +1 -2 src/sys/mips/cavium/uart_cpu_octeonusart.c