K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-04T14:43:30.000000Z K 7 svn:log V 345 Fixed the type of ahcintr(). The type of an ISA interrupt handler is incompatible with the type of a PCI interrupt handler. A new entry point `ahc_pci_intr()' is used for PCI. ISA and PCI interrupts are penalized equally (:-) by calling a common handler `ahc_intr()'. This should be reorganized. Some strings now name the wrong function... END