From owner-p4-projects Thu Dec 12 10:47: 6 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0EB2337B404; Thu, 12 Dec 2002 10:47:05 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2FC637B401 for ; Thu, 12 Dec 2002 10:47:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5336843EC2 for ; Thu, 12 Dec 2002 10:47:04 -0800 (PST) (envelope-from marcel@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 gBCIg7mV058967 for ; Thu, 12 Dec 2002 10:42:07 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBCIg61h058964 for perforce@freebsd.org; Thu, 12 Dec 2002 10:42:06 -0800 (PST) Date: Thu, 12 Dec 2002 10:42:06 -0800 (PST) Message-Id: <200212121842.gBCIg61h058964@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 22214 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=22214 Change 22214 by marcel@marcel_nfs on 2002/12/12 10:41:23 Make siodivisor non-static. We like to use it in sio_cons.c Affected files ... .. //depot/projects/ia64/sys/dev/sio/sio.c#20 edit Differences ... ==== //depot/projects/ia64/sys/dev/sio/sio.c#20 (text+ko) ==== @@ -167,7 +167,6 @@ #endif static timeout_t siobusycheck; -static u_int siodivisor(u_long rclk, speed_t speed); static timeout_t siodtrwakeup; static void comhardclose(struct com_s *com); static void sioinput(struct com_s *com); @@ -1323,10 +1322,8 @@ splx(s); } -static u_int -siodivisor(rclk, speed) - u_long rclk; - speed_t speed; +u_int +siodivisor(u_long rclk, u_long speed) { long actual_speed; u_int divisor; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message