From: Michel <da...@re...> - 2000-12-07 14:38:35
|
Arno Griffioen wrote: > > > > Undefining the 'PCI for Permedia2' option causes 'CONFIG_PCI' to go away > > > and may help in getting the 53c770 to do a little more.. > > > > I thought the 53c770 wasn't PCI so I don't understand how that can > > interfere. > > Fred's driver is based on the 53c8xx, which is PCI based and that code > is still in there. > > This sort of thing kills the init when CONFIG_PCI is defined: > > #ifdef CONFIG_PCI > static int ncr53c8xx_pci_init(Scsi_Host_Template *tpnt, > uchar bus, uchar device_fn, ncr_device *device); > #else > static int ncr53c770_init(Scsi_Host_Template *tpnt, unsigned long base, > unsigned int irq, ncr_device *device); > #endif This doesn't make sense to me. I guess the 53c8xx code could just be removed from the 53c770 code? Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |