Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2014 21:17:44 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273710 - head/usr.sbin/bhyve
Message-ID:  <201410262117.s9QLHi2b025120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: neel
Date: Sun Oct 26 21:17:44 2014
New Revision: 273710
URL: https://svnweb.freebsd.org/changeset/base/273710

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

Modified:
  head/usr.sbin/bhyve/rtc.c

Modified: head/usr.sbin/bhyve/rtc.c
==============================================================================
--- head/usr.sbin/bhyve/rtc.c	Sun Oct 26 20:48:26 2014	(r273709)
+++ head/usr.sbin/bhyve/rtc.c	Sun Oct 26 21:17:44 2014	(r273710)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410262117.s9QLHi2b025120>