View Single Post
 
Old 11-20-2009, 03:43 PM
ariyako ariyako is offline
Cheetah
 
Join Date: Nov 2009
Posts: 2
Code:
Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00"))
                    Name (_CRS, ResourceTemplate ()
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x01,               // Alignment
                            0x02,               // Length
                            )
                        IO (Decode16,
                            0x0074,             // Range Minimum
                            0x0074,             // Range Maximum
                            0x01,               // Alignment
                            0x04,               // Length
                            )
                    })
                }
Should i modify 0x04 into 0x02 too?
Reply With Quote