Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 17:30:19 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30205 for review
Message-ID:  <200305010030.h410UJxX026452@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30205

Change 30205 by marcel@marcel_nfs on 2003/04/30 17:30:06

	Unstaticize comdefaultrclk and comdefaultrate. We need those
	from sio_cons.c

Affected files ...

.. //depot/projects/ia64_epc/sys/dev/sio/sio.c#7 edit

Differences ...

==== //depot/projects/ia64_epc/sys/dev/sio/sio.c#7 (text+ko) ====

@@ -186,9 +186,9 @@
 	.d_kqfilter =	ttykqfilter,
 };
 
-static speed_t comdefaultrate = CONSPEED;
+speed_t comdefaultrate = CONSPEED;
 
-static u_long comdefaultrclk = DEFAULT_RCLK;
+u_long comdefaultrclk = DEFAULT_RCLK;
 SYSCTL_ULONG(_machdep, OID_AUTO, conrclk, CTLFLAG_RW, &comdefaultrclk, 0, "");
 
 static speed_t gdbdefaultrate = GDBSPEED;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305010030.h410UJxX026452>