CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/22 13:53:31
Modified files: sys/arch/amd64/amd64: intr.c Log message: Only call pic->pic_delroute() when disestablishing the last interrupt handler for a pin. Resolves issues with azalia(4) devices that have no usable codecs when they share an interrupt pin with other devices. ok weingart@, krw@