From owner-cvs-all@FreeBSD.ORG Fri Jan 28 16:40:54 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2104E16A4CE; Fri, 28 Jan 2005 16:40:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C7D943D46; Fri, 28 Jan 2005 16:40:54 +0000 (GMT) (envelope-from sam@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 j0SGerBG031903; Fri, 28 Jan 2005 16:40:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0SGergL031902; Fri, 28 Jan 2005 16:40:53 GMT (envelope-from sam) Message-Id: <200501281640.j0SGergL031902@repoman.freebsd.org> From: Sam Leffler Date: Fri, 28 Jan 2005 16:40:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 16:40:54 -0000 sam 2005-01-28 16:40:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/hifn hifn7751.c hifn7751reg.h hifn7751var.h Log: Merge support for 795x parts from HEAD: o rework pll setup code to follow h/w specification o add hint.hifn.X.pllconfig to specify reference clock setup requirements; default is pci66 which means the clock is derived from the PCI bus clock and the card resides in a 66MHz slot Tested on 7955 and 7956 cards; support for 7954 cards not enabled since we have no cards to test against. In collaboration with Poul-Henning Kamp. Reviewed by: phk Revision Changes Path 1.28.2.2 +112 -3 src/sys/dev/hifn/hifn7751.c 1.4.2.1 +32 -2 src/sys/dev/hifn/hifn7751reg.h 1.4.4.2 +1 -1 src/sys/dev/hifn/hifn7751var.h