From cb7544f5141a5b5ffd76fd2dec2850219c82729a Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 21 Nov 2007 03:47:50 +0000 Subject: [PATCH] Progif added to class. --- conf_files/pl_hwinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_files/pl_hwinit b/conf_files/pl_hwinit index b1fc6f0..98b5590 100755 --- a/conf_files/pl_hwinit +++ b/conf_files/pl_hwinit @@ -29,7 +29,7 @@ def main(argv): missing = [] for (slot, dev) in devices.iteritems(): modules = pcimap.get(dev) - base = (dev[4] & 0xff00) >> 8 + base = (dev[4] & 0xff0000) >> 16 if len(modules) == 0: if base == 0x01 or base == 0x02: # storage or network device, in that order -- 2.47.0