From 581156295d29fe18a6bef8f74d75b38a4225986f Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 1 Jul 2008 00:19:46 -0300 Subject: Whoops (2) --- hardinfo2/arch/linux/common/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2') diff --git a/hardinfo2/arch/linux/common/pci.h b/hardinfo2/arch/linux/common/pci.h index 2669d6c6..ada3118b 100644 --- a/hardinfo2/arch/linux/common/pci.h +++ b/hardinfo2/arch/linux/common/pci.h @@ -135,7 +135,7 @@ __scan_pci(void) prefetch ? "prefetchable" : "non-prefetchable"); - } else if (!strncmp(buf, "I/O", 3)) { + } else if (!strncmp(buf, "I/O ports at", 12)) { guint io_addr, io_size; sscanf(buf, "I/O ports at %x [size=%d]", &io_addr, &io_size); -- cgit v1.2.3