K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-08-05T21:04:00.018943Z K 7 svn:log V 357 Remove the second check for a 64-bit BAR value on a 32-bit system in pci_add_map(). First, this condition is already handled earlier in the function. Second, as written the check would never fire as the 'start' value was overwritten with a long value (rman_get_start() returns long) before the comparison was done. Discussed with: imp MFC after: 2 weeks END