diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-12-18 11:16:31 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-12-18 11:16:31 +0000 |
| commit | b8a8ce140f449188a38ebcd7c50482ac701c06ab (patch) | |
| tree | 7d6c3f5231d433800d9308625a1b008e8268dec3 | |
| parent | b5c4679c1a26695fb99bfff8145ab2a6b0d705c2 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 2d6cc634266e0..51f4a45fb5072 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. |
