PERFORCE change 30205 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 30 17:30:22 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30205

Change 30205 by marcel at 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;


More information about the p4-projects mailing list