Lines 173-179
envvar hw.broken_txfifo="1"
Link Here
|
173 |
# skip that; later in the boot process we have other timecounters. |
173 |
# skip that; later in the boot process we have other timecounters. |
174 |
envvar machdep.disable_tsc_calibration="1" |
174 |
envvar machdep.disable_tsc_calibration="1" |
175 |
|
175 |
|
176 |
# Provide bug-for-bug compatiblity with Linux in MP Table searching |
176 |
# Provide bug-for-bug compatibility with Linux in MP Table searching |
177 |
# and parsing. Firecracker relies on these bugs. |
177 |
# and parsing. Firecracker relies on these bugs. |
178 |
options MPTABLE_LINUX_BUG_COMPAT |
178 |
options MPTABLE_LINUX_BUG_COMPAT |
179 |
|
179 |
|