From: Daniel Hokka Zakrisson Date: Wed, 21 Nov 2007 03:47:50 +0000 (+0000) Subject: Progif added to class. X-Git-Tag: bootcd-3.4-2~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cb7544f5141a5b5ffd76fd2dec2850219c82729a;p=bootcd.git Progif added to class. --- 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