K 10 svn:author V 2 se K 8 svn:date V 27 1997-01-23T23:28:14.000000Z K 7 svn:log V 458 Merge in diff from 1.61 to 1.62 from -current: Make pci_map_int() reject a request to use IRQ 0 for a PCI card interrupt. The PCI standard requires 255 to be put into the INTERRUPT LINE register if no IRQ has been routed to some PCI device, but a value of 0 is used by many PCI BIOS implementations. This patch fixes a panic for a system with an on-board AMD SCSI chip, that was disabled in the BIOS setup, but got attached with IRQ 0 by the previous code. END