VirtualBox

Changeset 34488 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Nov 29, 2010 7:39:46 PM (14 years ago)
Author:
vboxsync
Message:

unicode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevLPC.cpp

    r34487 r34488  
    259259    pThis->dev.config[0x4f] = 0x00;
    260260
    261     /* 60h–63h PIRQ[n]_ROUT PIRQ[AD] Routing Control */
     261    /* 60h–63h PIRQ[n]_ROUT PIRQ[A-D] Routing Control */
    262262    pThis->dev.config[0x60] = 0x0b; /* PCI A -> IRQ 11 */
    263263    pThis->dev.config[0x61] = 0x09; /* PCI B -> IRQ 9  */
     
    268268    pThis->dev.config[0x64] = 0x10;
    269269
    270     /*68h–6Bh PIRQ[n]_ROUT PIRQ[E–H] Routing Control  */
     270    /*68h-6Bh PIRQ[n]_ROUT PIRQ[E-H] Routing Control  */
    271271    pThis->dev.config[0x68] = 0x80;
    272272    pThis->dev.config[0x69] = 0x80;
     
    274274    pThis->dev.config[0x6B] = 0x80;
    275275
    276     /* 6C6Dh     LPC_IBDF  IOxAPIC Bus:Device:Function   00F8h     R/W */
     276    /* 6C-6Dh     LPC_IBDF  IOxAPIC Bus:Device:Function   00F8h     R/W */
    277277    pThis->dev.config[0x70] = 0x80;
    278278    pThis->dev.config[0x76] = 0x0c;
     
    281281    pThis->dev.config[0x79] = 0x00;
    282282    /* 80h        LPC_I/O_DEC I/O Decode Ranges           0000h     R/W */
    283     /* 82h83h    LPC_EN   LPC I/F Enables                0000h     R/W */
    284     /* 84h87h    GEN1_DEC   LPC I/F Generic Decode Range 1 00000000h   R/W */
    285     /* 88h8Bh    GEN2_DEC LPC I/F Generic Decode Range 2 00000000h R/W */
    286     /* 8Ch8Eh    GEN3_DEC LPC I/F Generic Decode Range 3 00000000h R/W */
    287     /* 90h93h    GEN4_DEC LPC I/F Generic Decode Range 4 00000000h R/W */
    288 
    289     /* A0hCFh    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 */
    290290    pThis->dev.config[0xa0] = 0x08;
    291291    pThis->dev.config[0xa2] = 0x00;
     
    301301    pThis->dev.config[0xae] = 0x00;
    302302
    303     /* D0hD3h   FWH_SEL1  Firmware Hub Select 1  */
    304     /* D4hD5h   FWH_SEL2  Firmware Hub Select 2 */
    305     /* D8hD9h   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 */
    306306    /* DCh       BIOS_CNTL BIOS Control */
    307307    /* E0h-E1h   FDCAP     Feature Detection Capability ID   */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette