Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 283081 Details for
Bug 415641
Dell Precision 490 with A06 BIOS won't reboot without reboot=bios kernel command line option
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
set_bios_reboot on precision 490
dell-precision-490-set_bios_reboot-rhbug_415641.diff (text/plain), 695 bytes, created by
Kyle McMartin
on 2007-12-10 20:15:04 UTC
(
hide
)
Description:
set_bios_reboot on precision 490
Filename:
MIME Type:
Creator:
Kyle McMartin
Created:
2007-12-10 20:15:04 UTC
Size:
695 bytes
patch
obsolete
>diff --git a/arch/x86/kernel/reboot_32.c b/arch/x86/kernel/reboot_32.c >index bb1a0f8..a942cd0 100644 >--- a/arch/x86/kernel/reboot_32.c >+++ b/arch/x86/kernel/reboot_32.c >@@ -127,6 +127,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = { > DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2400"), > }, > }, >+ { /* Handle problems with rebooting on Dell Precision 490 */ >+ .callback = set_bios_reboot, >+ .ident = "Dell Precision 490", >+ .matches = { >+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), >+ DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation 490"), >+ }, >+ }, > { /* Handle problems with rebooting on HP laptops */ > .callback = set_bios_reboot, > .ident = "HP Compaq Laptop",
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 415641
:
281191
| 283081