Changeset 35286 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 22, 2010 8:22:33 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevLPC.cpp
r34752 r35286 263 263 264 264 /* 44h ACPI_CNTL ACPI Control */ 265 pThis->dev.config[0x4 0] = 0x00 | (1<<7); /* SCI is IRQ9, ACPI enabled */265 pThis->dev.config[0x44] = 0x00 | (1<<7); /* SCI is IRQ9, ACPI enabled */ 266 266 /* 48h–4Bh GPIOBASE GPIO Base Address */ 267 267 … … 281 281 pThis->dev.config[0x64] = 0x10; 282 282 283 /* 68h-6Bh PIRQ[n]_ROUT PIRQ[E-H] Routing Control */283 /* 68h-6Bh PIRQ[n]_ROUT PIRQ[E-H] Routing Control */ 284 284 pThis->dev.config[0x68] = 0x80; 285 285 pThis->dev.config[0x69] = 0x80;
Note:
See TracChangeset
for help on using the changeset viewer.