From 5264a35c9a7ac4d412a20fb320d15d2ccc6e2028 Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 18 Dec 2005 11:16:31 +0000 Subject: Merged from sys/dev/sio/sio.c revision 1.463. --- sys/pc98/cbus/sio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pc98/cbus') diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 2d6cc63..51f4a45 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -706,6 +706,7 @@ sysctl_machdep_comdefaultrate(SYSCTL_HANDLER_ARGS) SYSCTL_PROC(_machdep, OID_AUTO, conspeed, CTLTYPE_INT | CTLFLAG_RW, 0, 0, sysctl_machdep_comdefaultrate, "I", ""); +TUNABLE_INT("machdep.conspeed", __DEVOLATILE(int *, &comdefaultrate)); /* * Unload the driver and clear the table. -- cgit v1.1