Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14805
b: refs/heads/master
c: d91b14c
h: refs/heads/master
i:
  14803: 61aac04
v: v3
  • Loading branch information
Thierry Vignaud authored and Linus Torvalds committed Nov 30, 2005
1 parent 8dd6d52 commit 608f9e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5bd0190bf3d7e53043a048e809ffa29d41b9d6ac
refs/heads/master: d91b14c463306eb6527550ba48617e7f5500d3ae
8 changes: 8 additions & 0 deletions trunk/arch/i386/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2400"),
},
},
{ /* Handle problems with rebooting on HP nc6120 */
.callback = set_bios_reboot,
.ident = "HP Compaq nc6120",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nc6120"),
},
},
{ }
};

Expand Down

0 comments on commit 608f9e6

Please sign in to comment.