[OpenBIOS] r553 - trunk/openbios-devel/drivers

svn at openbios.org svn at openbios.org
Thu Aug 13 21:11:02 CEST 2009


Author: blueswirl
Date: 2009-08-13 21:11:02 +0200 (Thu, 13 Aug 2009)
New Revision: 553

Modified:
   trunk/openbios-devel/drivers/pci.c
Log:
Do not call close-deblocker since ob_pci_open did not open it.

Fix an issue with ob_pci_close; it calls close-deblocker method without
deblocker being open. This leads to multiple references to wrong cells,
including ones in zero page.

Signed-off-by: igor.v.kovalenko at gmail.com
Signed-off-by: Blue Swirl <blauwirbel at gmail.com>

Modified: trunk/openbios-devel/drivers/pci.c
===================================================================
--- trunk/openbios-devel/drivers/pci.c	2009-08-12 19:55:31 UTC (rev 552)
+++ trunk/openbios-devel/drivers/pci.c	2009-08-13 19:11:02 UTC (rev 553)
@@ -79,7 +79,6 @@
 static void
 ob_pci_close(int *idx)
 {
-	selfword("close-deblocker");
 }
 
 static void




More information about the OpenBIOS mailing list