FreeBSD Bugzilla – Attachment 90261 Details for
Bug 127391
[ata] [patch] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
src-sys-i386-isa-clock-c_against-6-4-PRERELEASE.patch
src-sys-i386-isa-clock-c_against-6-4-PRERELEASE.patch (text/x-diff), 598 bytes, created by
corsmith
on 2008-11-12 14:29:14 UTC
(
hide
)
Description:
src-sys-i386-isa-clock-c_against-6-4-PRERELEASE.patch
Filename:
MIME Type:
Creator:
corsmith
Created:
2008-11-12 14:29:14 UTC
Size:
598 bytes
patch
obsolete
>--- src.2008.11.11.02.00.00/sys/i386/isa/clock.c Fri Aug 1 17:24:17 2008 >+++ src/sys/i386/isa/clock.c Tue Nov 11 20:29:26 2008 >@@ -293,22 +293,7 @@ > int getit_calls = 1; > int n1; > static int state = 0; >-#endif > >- if (tsc_freq != 0 && !tsc_is_broken) { >- uint64_t start, end, now; >- >- sched_pin(); >- start = rdtsc(); >- end = start + (tsc_freq * n) / 1000000; >- do { >- cpu_spinwait(); >- now = rdtsc(); >- } while (now < end || (now > start && end < start)); >- sched_unpin(); >- return; >- } >-#ifdef DELAYDEBUG > if (state == 0) { > state = 1; > for (n1 = 1; n1 <= 10000000; n1 *= 10)
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 127391
: 90261 |
90262
|
90263