Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68032
b: refs/heads/master
c: 5b1ea82
h: refs/heads/master
v: v3
  • Loading branch information
Juha Laiho authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 218e50d commit 2fe07fe
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 4904e23b6b37c748a35bb2bd14ea325d0592e671
refs/heads/master: 5b1ea82fa245d4be6409cdba7e522ecb0b966b3c
10 changes: 10 additions & 0 deletions trunk/arch/x86/pci/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@ static struct dmi_system_id __devinitdata pciprobe_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"),
},
},
#ifdef __i386__
{
.callback = assign_all_busses,
.ident = "Compaq EVO N800c",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
DMI_MATCH(DMI_PRODUCT_NAME, "EVO N800c"),
},
},
#endif
{}
};

Expand Down

0 comments on commit 2fe07fe

Please sign in to comment.