From 524c94d46537501b5bd8af8a6cb5f4563b31e389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 10 Dec 2013 21:29:56 +0000 Subject: [PATCH] fixed comments --- sources/pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/pci.c b/sources/pci.c index 4921e99..b1d9cf5 100644 --- a/sources/pci.c +++ b/sources/pci.c @@ -833,8 +833,7 @@ void init_pci(void) pci_scan(); -//o#ifdef DEBUG_PCI -#ifdef _NOT_USED_ +#ifdef DEBUG_PCI int index = 0; int handle; handle = pci_find_device(0x0, 0xFFFF, ++index);