svn commit: r191781 - head/sys/i386/bios

Alexander Motin mav at FreeBSD.org
Mon May 4 08:41:54 UTC 2009


Author: mav
Date: Mon May  4 08:41:54 2009
New Revision: 191781
URL: http://svn.freebsd.org/changeset/base/191781

Log:
  Oops, sorry. Fix for fix.

Modified:
  head/sys/i386/bios/apm.c

Modified: head/sys/i386/bios/apm.c
==============================================================================
--- head/sys/i386/bios/apm.c	Mon May  4 08:36:47 2009	(r191780)
+++ head/sys/i386/bios/apm.c	Mon May  4 08:41:54 2009	(r191781)
@@ -1155,7 +1155,7 @@ apm_attach(device_t dev)
 	mtx_init(&sc->mtx, device_get_nameunit(dev), "apm", MTX_DEF);
 	cv_init(&sc->cv, "cbb cv");
 
-#ifdef PC98
+#ifndef PC98
 	if (device_get_flags(dev) & 0x20)
 		atrtcclock_disable = 1;
 #endif


More information about the svn-src-head mailing list