Add a comment explaining the intent behind the I/O reservation [0x72-0x77].

This commit is contained in:
Neel Natu 2014-10-26 21:17:44 +00:00
parent 24244db06b
commit c17d4a83b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273710

View File

@ -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);