diff options
| author | rz201010 <none@none> | 2007-01-25 18:23:59 -0800 |
|---|---|---|
| committer | rz201010 <none@none> | 2007-01-25 18:23:59 -0800 |
| commit | 8ffc942d5d69695c8690274a7a3649bf0a80d3fb (patch) | |
| tree | cebeb7273566e5368e0bb259d7844aa9dbfc5381 /usr/src/cmd/truss/codes.c | |
| parent | ff2aee480f8fc985fe6a84c8d593c7a13c7a0481 (diff) | |
| download | illumos-joyent-8ffc942d5d69695c8690274a7a3649bf0a80d3fb.tar.gz | |
4421990 allow changing keyboard bell frequency
Diffstat (limited to 'usr/src/cmd/truss/codes.c')
| -rw-r--r-- | usr/src/cmd/truss/codes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/truss/codes.c b/usr/src/cmd/truss/codes.c index 21caaea163..b3867d52ee 100644 --- a/usr/src/cmd/truss/codes.c +++ b/usr/src/cmd/truss/codes.c @@ -812,6 +812,7 @@ const struct ioc { { (uint_t)KIOCSRPTDELAY, "KIOCSRPTDELAY", NULL }, { (uint_t)KIOCGRPTRATE, "KIOCGRPTRATE", NULL }, { (uint_t)KIOCSRPTRATE, "KIOCSRPTRATE", NULL }, + { (uint_t)KIOCSETFREQ, "KIOCSETFREQ", NULL }, /* ptm/pts driver I_STR ioctls */ { (uint_t)ISPTM, "ISPTM", NULL}, |
