It seems Stefan Bethke wrote: > >> > I'm currently trying to get a Promise Ultra/33 to work with Sørens new > >> > ata drivers. > >> > >> I've delved into the code a bit more. The panic results from > >> ata_pciattach() not checking whether an IRQ resource could be allocated. > >> > >> Ths seems to stem from the fact that the IRQ is already taken by an ed > >> PCI card. > > > > Are you saying that the ISA driver for the ed card is sharing an interrupt > > with the pci IDE card? > > No, it's a generic NE2000-clone PCI card. > > The combination NE2000 + NCR810 card works fine with the sahred IRQ5 (I've > just checked again). (Well, "fine" is a bit optimistic. If I really beat > both of them [cvs update from an NFS repo to a fast disk on the NCR], I get > device timeouts, but generally it works.)
Does the NCR driver still support the "poll" mode ?? if so that might be why it works, the NCR driver doesn't use the intr after it timed out sufficently many times, this tricked me once under the old SCSI system... The ata driver should check for getting a "real" interrupt though... -Søren To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message