Changeset 34488 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Nov 29, 2010 7:39:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevLPC.cpp
r34487 r34488 259 259 pThis->dev.config[0x4f] = 0x00; 260 260 261 /* 60h–63h PIRQ[n]_ROUT PIRQ[A –D] Routing Control */261 /* 60h–63h PIRQ[n]_ROUT PIRQ[A-D] Routing Control */ 262 262 pThis->dev.config[0x60] = 0x0b; /* PCI A -> IRQ 11 */ 263 263 pThis->dev.config[0x61] = 0x09; /* PCI B -> IRQ 9 */ … … 268 268 pThis->dev.config[0x64] = 0x10; 269 269 270 /*68h –6Bh PIRQ[n]_ROUT PIRQ[E–H] Routing Control */270 /*68h-6Bh PIRQ[n]_ROUT PIRQ[E-H] Routing Control */ 271 271 pThis->dev.config[0x68] = 0x80; 272 272 pThis->dev.config[0x69] = 0x80; … … 274 274 pThis->dev.config[0x6B] = 0x80; 275 275 276 /* 6C –6Dh LPC_IBDF IOxAPIC Bus:Device:Function 00F8h R/W */276 /* 6C-6Dh LPC_IBDF IOxAPIC Bus:Device:Function 00F8h R/W */ 277 277 pThis->dev.config[0x70] = 0x80; 278 278 pThis->dev.config[0x76] = 0x0c; … … 281 281 pThis->dev.config[0x79] = 0x00; 282 282 /* 80h LPC_I/O_DEC I/O Decode Ranges 0000h R/W */ 283 /* 82h –83h LPC_EN LPC I/F Enables 0000h R/W */284 /* 84h –87h GEN1_DEC LPC I/F Generic Decode Range 1 00000000h R/W */285 /* 88h –8Bh GEN2_DEC LPC I/F Generic Decode Range 2 00000000h R/W */286 /* 8Ch –8Eh GEN3_DEC LPC I/F Generic Decode Range 3 00000000h R/W */287 /* 90h –93h GEN4_DEC LPC I/F Generic Decode Range 4 00000000h R/W */288 289 /* A0h –CFh Power Management */283 /* 82h-83h LPC_EN LPC I/F Enables 0000h R/W */ 284 /* 84h-87h GEN1_DEC LPC I/F Generic Decode Range 1 00000000h R/W */ 285 /* 88h-8Bh GEN2_DEC LPC I/F Generic Decode Range 2 00000000h R/W */ 286 /* 8Ch-8Eh GEN3_DEC LPC I/F Generic Decode Range 3 00000000h R/W */ 287 /* 90h-93h GEN4_DEC LPC I/F Generic Decode Range 4 00000000h R/W */ 288 289 /* A0h-CFh Power Management */ 290 290 pThis->dev.config[0xa0] = 0x08; 291 291 pThis->dev.config[0xa2] = 0x00; … … 301 301 pThis->dev.config[0xae] = 0x00; 302 302 303 /* D0h –D3h FWH_SEL1 Firmware Hub Select 1 */304 /* D4h –D5h FWH_SEL2 Firmware Hub Select 2 */305 /* D8h –D9h FWH_DEC_EN1 Firmware Hub Decode Enable 1 */303 /* D0h-D3h FWH_SEL1 Firmware Hub Select 1 */ 304 /* D4h-D5h FWH_SEL2 Firmware Hub Select 2 */ 305 /* D8h-D9h FWH_DEC_EN1 Firmware Hub Decode Enable 1 */ 306 306 /* DCh BIOS_CNTL BIOS Control */ 307 307 /* E0h-E1h FDCAP Feature Detection Capability ID */
Note:
See TracChangeset
for help on using the changeset viewer.