log.error("Cannot rename device", ex);
throw new DriverException("Cannot rename device", ex);
} catch (NameNotFoundException ex) {
throw new DriverException("Cannot find DeviceManager", ex);
}
PCIHeaderType2 header = ((PCIDevice) device).getConfig().asHeaderType2();
this.bus = new CardBusBus(this, header.getCardBus());
}