Add a comment explaining the intent behind the I/O reservation [0x72-0x77].
This commit is contained in:
parent
24244db06b
commit
c17d4a83b8
@ -375,4 +375,8 @@ rtc_dsdt(void)
|
||||
}
|
||||
LPC_DSDT(rtc_dsdt);
|
||||
|
||||
/*
|
||||
* Reserve the extended RTC I/O ports although they are not emulated at this
|
||||
* time.
|
||||
*/
|
||||
SYSRES_IO(0x72, 6);
|
||||
|
Loading…
Reference in New Issue
Block a user