[parisc-linux-cvs] DIFF sym53c8xx.c
Grant Grundler
grundler@gsyprf10.external.hp.com
Fri, 3 Aug 2001 18:47:51 -0700 (PDT)
Added pci_set_master() call to init path.
Obsoletes some of the code in the init path...sent this patch
to the maintainer but never heard back...
grant
Index: drivers/scsi/sym53c8xx.c
===================================================================
RCS file: /home/cvs/parisc/linux/drivers/scsi/sym53c8xx.c,v
retrieving revision 1.13
diff -u -p -r1.13 sym53c8xx.c
--- sym53c8xx.c 2001/08/01 15:26:34 1.13
+++ sym53c8xx.c 2001/08/04 01:44:29
@@ -12979,6 +12979,7 @@ if (sym53c8xx)
}
if (i != count) /* Ignore this device if we already have it */
continue;
+ pci_set_master(pcidev);
devp = &devtbl[count];
devp->host_id = driver_setup.host_id;
devp->attach_done = 0;