Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39617
b: refs/heads/master
c: f4d2e2d
h: refs/heads/master
i:
  39615: 0c530ba
v: v3
  • Loading branch information
Len Brown committed Oct 14, 2006
1 parent 4d7191c commit 1b68185
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 168a328f30e9d1a8bc6ff55c0501e0bdc08bee60
refs/heads/master: f4d2e2d87eac0338884b2c26f6bafed115dbac5e
6 changes: 6 additions & 0 deletions trunk/drivers/acpi/motherboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ ACPI_MODULE_NAME("acpi_motherboard")
* the io ports if they really know they can use it, while
* still preventing hotplug PCI devices from using it.
*/

/*
* When CONFIG_PNP is enabled, pnp/system.c binds to PNP0C01
* and PNP0C02, redundant with acpi_reserve_io_ranges().
* But acpi_reserve_io_ranges() is necessary for !CONFIG_PNP.
*/
static acpi_status acpi_reserve_io_ranges(struct acpi_resource *res, void *data)
{
struct resource *requested_res = NULL;
Expand Down

0 comments on commit 1b68185

Please sign in to comment.