VirtualBox

Changeset 65582 in vbox for trunk


Ignore:
Timestamp:
Feb 2, 2017 8:27:16 AM (8 years ago)
Author:
vboxsync
Message:

vbox.dsl: trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/vbox.dsl

    r65581 r65582  
    135135        // Local7 is the minimum of Str1 or Str2 length.
    136136        //
    137    
     137
    138138        Store(Arg0, Local0)
    139139        Store(S2BF(Local0), Local0)
    140    
     140
    141141        Store(S2BF(Arg1), Local1)
    142142        Store(Zero, Local4)
    143    
     143
    144144        Store(SLEN(Arg0), Local5)
    145145        Store(SLEN(Arg1), Local6)
    146146        Store(MIN(Local5, Local6), Local7)
    147    
     147
    148148        While (LLess(Local4, Local7))
    149149        {
     
    161161                }
    162162            }
    163    
     163
    164164            Increment(Local4)
    165165        }
    166    
     166
    167167        If (LLess(Local4, Local5))
    168168        {
     
    242242            // OS returns non-zero value in response to _OSI query if it
    243243            // supports the interface. Newer Windows releases support older
    244             // versions of the ACPI interface. 
     244            // versions of the ACPI interface.
    245245            If (_OSI("Windows 2001"))
    246246            {
     
    343343        USMC,  32, // if SMC enabled
    344344        UFDC,  32, // if floppy controller enabled
    345         SL2B,  32, // Serial2 base IO address 
     345        SL2B,  32, // Serial2 base IO address
    346346        SL2I,  32, // Serial2 IRQ
    347         SL3B,  32, // Serial3 base IO address 
     347        SL3B,  32, // Serial3 base IO address
    348348        SL3I,  32, // Serial3 IRQ
    349349        PMEM,  32,
     
    360360        PCIB,  32, // PCI MCFG base start
    361361        PCIL,  32, // PCI MCFG length
    362         SL0B,  32, // Serial0 base IO address 
     362        SL0B,  32, // Serial0 base IO address
    363363        SL0I,  32, // Serial0 IRQ
    364         SL1B,  32, // Serial1 base IO address 
     364        SL1B,  32, // Serial1 base IO address
    365365        SL1I,  32, // Serial1 IRQ
    366         PP0B,  32, // Parallel0 base IO address 
     366        PP0B,  32, // Parallel0 base IO address
    367367        PP0I,  32, // Parallel0 IRQ
    368         PP1B,  32, // Parallel1 base IO address 
     368        PP1B,  32, // Parallel1 base IO address
    369369        PP1I,  32, // Parallel1 IRQ
    370370        Offset (0x80),
     
    730730        Device (PCI0)
    731731        {
    732            
     732
    733733            Name (_HID, EisaId ("PNP0A03")) // PCI bus PNP id
    734734            Method(_ADR, 0, NotSerialized)  // PCI address
     
    739739            Name (_UID, 0x00)
    740740
    741             // Method that returns routing table; also opens PCI to I/O APIC 
     741            // Method that returns routing table; also opens PCI to I/O APIC
    742742            // interrupt routing backdoor by writing 0xdead 0xbeef signature
    743743            // to ISA bridge config space. See DevPCI.cpp/pciSetIrqInternal().
     
    774774                    APDE,   8,
    775775                }
    776              
     776
    777777                // PCI MCFG MMIO ranges
    778778                Device (^PCIE)
     
    804804                     }
    805805                    }
    806                 }               
     806                }
    807807
    808808                // Keyboard device
     
    966966                    Name (CRS, ResourceTemplate ()
    967967                    {
    968                         IO (Decode16, 0x03F8, 0x03F8, 0x01, 0x08, _Y14) 
     968                        IO (Decode16, 0x03F8, 0x03F8, 0x01, 0x08, _Y14)
    969969                        IRQNoFlags (_Y15) {4}
    970970                    })
     
    980980                    }
    981981                }
    982                
     982
    983983                // Serial port 1
    984984                Device (^SRL1)
     
    999999                    Name (CRS, ResourceTemplate ()
    10001000                    {
    1001                         IO (Decode16, 0x02F8, 0x02F8, 0x01, 0x08, _Y16) 
     1001                        IO (Decode16, 0x02F8, 0x02F8, 0x01, 0x08, _Y16)
    10021002                        IRQNoFlags (_Y17) {3}
    10031003                    })
     
    10321032                    Name (CRS, ResourceTemplate ()
    10331033                    {
    1034                         IO (Decode16, 0x03E8, 0x03E8, 0x01, 0x08, _Y22) 
     1034                        IO (Decode16, 0x03E8, 0x03E8, 0x01, 0x08, _Y22)
    10351035                        IRQNoFlags (_Y23) {3}
    10361036                    })
     
    11281128
    11291129                // Real Time Clock and CMOS (MC146818)
    1130                 Device (RTC) 
     1130                Device (RTC)
    11311131                {
    11321132                    Name (_HID, EisaId ("PNP0B00"))
     
    11471147
    11481148                // High Precision Event Timer
    1149                 Device(HPET) 
     1149                Device(HPET)
    11501150                {
    11511151                  Name (_HID,  EISAID("PNP0103"))
     
    11531153                  Name(_UID, 0)
    11541154
    1155                   Method (_STA, 0, NotSerialized) 
     1155                  Method (_STA, 0, NotSerialized)
    11561156                  {
    11571157                       Return(UHPT)
    11581158                  }
    11591159
    1160                   Name(CRS, ResourceTemplate() 
     1160                  Name(CRS, ResourceTemplate()
    11611161                  {
    11621162                      IRQNoFlags ()
     
    11691169                            )
    11701170                  })
    1171                
     1171
    11721172                  Method (_CRS, 0, NotSerialized)
    11731173                  {
     
    11921192                           0x0300,             // Range Maximum
    11931193                           0x01,               // Alignment
    1194                            0x20)               // Length                   
     1194                           0x20)               // Length
    11951195                    IRQNoFlags ()
    11961196                            {6}
     
    12011201                       Return (CRS)
    12021202                    }
    1203                  }                 
     1203                 }
    12041204             }
    12051205
     
    12981298                Method(_DSM, 4, NotSerialized)
    12991299                {
    1300                     Store (Package (0x04)                                                                                                                             
    1301                     {                                                                                                                                             
    1302                         "layout-id",                                                                                                                               
    1303                         Buffer (0x04)                                                                                                                             
    1304                         {                                                                                                                                         
    1305                             /* 04 */    0x04, 0x00, 0x00, 0x00                                                                                                   
    1306                         },                                                                                                                                         
    1307                                                                                                                                                                    
    1308                         "PinConfigurations",                                                                                                                       
    1309                         Buffer (Zero) {}                                                                                                                           
    1310                     }, Local0)                                                                                                                                     
     1300                    Store (Package (0x04)
     1301                    {
     1302                        "layout-id",
     1303                        Buffer (0x04)
     1304                        {
     1305                            /* 04 */    0x04, 0x00, 0x00, 0x00
     1306                        },
     1307
     1308                        "PinConfigurations",
     1309                        Buffer (Zero) {}
     1310                    }, Local0)
    13111311                    if (LEqual (Arg0, ToUUID("a0b5b7c6-1318-441c-b0c9-fe695eaf949b")))
    13121312                    {
     
    13151315                            if (LEqual(Arg2, Zero))
    13161316                            {
    1317                                     Store (Buffer (0x01)                                                                                                                             
    1318                                         {                                                                                                                                         
     1317                                    Store (Buffer (0x01)
     1318                                        {
    13191319                                            0x03
    13201320                                        }
    1321                                     , Local0)                                                                                                                                     
    1322                                     Return (Local0)   
     1321                                    , Local0)
     1322                                    Return (Local0)
    13231323                            }
    13241324                            if (LEqual(Arg2, One))
    13251325                            {
    1326                                     Return (Local0)   
     1326                                    Return (Local0)
    13271327                            }
    13281328                        }
    13291329                    }
    1330                     Store (Buffer (0x01)                                                                                                                             
    1331                         {                                                                                                                                         
     1330                    Store (Buffer (0x01)
     1331                        {
    13321332                            0x0
    13331333                        }
    1334                     , Local0)                                                                                                                                     
    1335                     Return (Local0)   
     1334                    , Local0)
     1335                    Return (Local0)
    13361336                }
    13371337
     
    13501350                    }
    13511351                 }
    1352             }           
     1352            }
    13531353
    13541354
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