From owner-cvs-src@FreeBSD.ORG Sun Sep 28 00:08:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4806A106568C; Sun, 28 Sep 2008 00:08:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34B328FC12; Sun, 28 Sep 2008 00:08:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8S08rvv005262; Sun, 28 Sep 2008 00:08:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8S08rac005261; Sun, 28 Sep 2008 00:08:53 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809280008.m8S08rac005261@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 28 Sep 2008 00:07:05 +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/conf files.sparc64 options.sparc64 src/sys/sparc64/pci schizo.c schizoreg.h schizovar.h 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: Sun, 28 Sep 2008 00:08:54 -0000 marius 2008-09-28 00:07:05 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 Added files: sys/sparc64/pci schizo.c schizoreg.h schizovar.h Log: SVN rev 183423 on 2008-09-28 00:07:05Z by marius Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo' JBus to PCI 2.2 bridges. In theory, this driver should also handle `XMITS' Fireplane/Safari to PCI-X bridges but due to lack of access to such hardware, support for these hasn't be fleshed out, yet. Revision Changes Path 1.100 +1 -0 src/sys/conf/files.sparc64 1.18 +2 -0 src/sys/conf/options.sparc64 1.1 +1266 -0 src/sys/sparc64/pci/schizo.c (new) 1.1 +312 -0 src/sys/sparc64/pci/schizoreg.h (new) 1.1 +71 -0 src/sys/sparc64/pci/schizovar.h (new)