Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
653351b0
Commit
653351b0
authored
Mar 09, 2007
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Pull bugzilla-5966 into release branch
parents
5cb69bca
74586fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
arch/i386/kernel/acpi/boot.c
arch/i386/kernel/acpi/boot.c
+22
-1
No files found.
arch/i386/kernel/acpi/boot.c
View file @
653351b0
...
@@ -1072,7 +1072,28 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
...
@@ -1072,7 +1072,28 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
"ASUS A7V ACPI BIOS Revision 1007"
),
"ASUS A7V ACPI BIOS Revision 1007"
),
},
},
},
},
{
/*
* Latest BIOS for IBM 600E (1.16) has bad pcinum
* for LPC bridge, which is needed for the PCI
* interrupt links to work. DSDT fix is in bug 5966.
* 2645, 2646 model numbers are shared with 600/600E/600X
*/
.
callback
=
disable_acpi_irq
,
.
ident
=
"IBM Thinkpad 600 Series 2645"
,
.
matches
=
{
DMI_MATCH
(
DMI_BOARD_VENDOR
,
"IBM"
),
DMI_MATCH
(
DMI_BOARD_NAME
,
"2645"
),
},
},
{
.
callback
=
disable_acpi_irq
,
.
ident
=
"IBM Thinkpad 600 Series 2646"
,
.
matches
=
{
DMI_MATCH
(
DMI_BOARD_VENDOR
,
"IBM"
),
DMI_MATCH
(
DMI_BOARD_NAME
,
"2646"
),
},
},
/*
/*
* Boxes that need ACPI PCI IRQ routing and PCI scan disabled
* Boxes that need ACPI PCI IRQ routing and PCI scan disabled
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment