K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-01-22T16:07:03.000000Z K 7 svn:log V 404 Fix the PCI attach routine to properly setup the IRQ and port resource rid's and to deallocate resources if a failure occurs during attach. This patch also fixes the driver to return failure if bus_alloc_resource() for the IRQ fails rather than panic'ing on the next line by passing a NULL resource to bus_setup_intr(). The other attachments already do all this. Submitted by: Jun Su END