VirtualBox

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


Ignore:
Timestamp:
Apr 20, 2010 11:15:38 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60313
Message:

ACPI: make NIC object acceptable by Windows guests

File:
1 edited

Legend:

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

    r28487 r28513  
    759759                       Return (CRS)
    760760                    }
    761                  }
     761                 }                 
    762762             }
    763            
     763
    764764            // NIC
    765765            Device (GIGE)
    766             {               
     766            {
     767                /**
     768                 * Generic NIC, accoring to
     769                 * http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/devids.txt
     770                 * Needed by some Windows guests.
     771                 */
     772                Name (_HID, EisaId ("PNP8390"))
     773
    767774                Method(_ADR, 0, NotSerialized)
    768775                {
    769                     Return (NICA)
    770                 }
    771 
    772                 Name (_PRW, Package (0x02)
    773                             {
    774                                0x09,
    775                                0x04
    776                             })
    777 
    778                 Method (EWOL, 1, NotSerialized)
    779                 {
     776                     Return (NICA)
     777                }
     778                /* Name (_PRW, Package (0x02)
     779                   {
     780                       0x09,
     781                       0x04
     782                    }) */
     783
     784                 /* Wake up on LAN? */
     785                 Method (EWOL, 1, NotSerialized)
     786                 {
    780787                    Return (0x00)
    781                 }
    782 
    783                 Method (_STA, 0, NotSerialized)
    784                 {
     788                 }
     789
     790                 Method (_STA, 0, NotSerialized)
     791                 {
    785792                    if (LEqual (NICA, Zero)) {
    786                        Return (0x00)
     793                        Return (0x00)
    787794                    }
    788795                    else {
    789796                        Return (0x0F)
    790797                    }
    791                 }
    792             }
    793            
     798                 }
     799            }
     800
    794801            // Control method battery
    795802            Device (BAT0)
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