|
@@ -638,6 +638,7 @@ static int cciss_ioctl(struct inode *inode, struct file *filep,
|
|
|
cciss_pci_info_struct pciinfo;
|
|
|
|
|
|
if (!arg) return -EINVAL;
|
|
|
+ pciinfo.domain = pci_domain_nr(host->pdev->bus);
|
|
|
pciinfo.bus = host->pdev->bus->number;
|
|
|
pciinfo.dev_fn = host->pdev->devfn;
|
|
|
pciinfo.board_id = host->board_id;
|