FreeBSD Bugzilla – Attachment 1808 Details for
Bug 6037
inconsistency between kbdcontrol(1) and syscons device driver.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 550 bytes, created by
kh
on 1998-03-17 00:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kh
Created:
1998-03-17 00:50:03 UTC
Size:
550 bytes
patch
obsolete
>*** ORGsyscons.c Tue Mar 17 08:51:25 1998 >--- /sys/i386/isa/syscons.c Tue Mar 17 08:52:06 1998 >*************** >*** 2457,2463 **** > case 'B': /* set bell pitch and duration */ > if (scp->term.num_param == 2) { > scp->bell_pitch = scp->term.param[0]; >! scp->bell_duration = scp->term.param[1]*10; > } > break; > >--- 2457,2463 ---- > case 'B': /* set bell pitch and duration */ > if (scp->term.num_param == 2) { > scp->bell_pitch = scp->term.param[0]; >! scp->bell_duration = scp->term.param[1]; > } > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6037
:
1807
| 1808 |
1809