diff options
Diffstat (limited to 'usr/src/uts/common/io/pci_intr_lib.c')
| -rw-r--r-- | usr/src/uts/common/io/pci_intr_lib.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/pci_intr_lib.c b/usr/src/uts/common/io/pci_intr_lib.c index 0ef36d8a21..cd5fefe47d 100644 --- a/usr/src/uts/common/io/pci_intr_lib.c +++ b/usr/src/uts/common/io/pci_intr_lib.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -1132,13 +1132,13 @@ pci_devclass_to_ipl(int class) case PCI_CLASS_SERIALBUS: ipl = (sub_class == PCI_SERIAL_IB) ? 6 : 1; break; + case PCI_CLASS_MM: + ipl = 0x8; + break; /* * for high priority interrupt handlers, use level 12 * as the highest for device drivers */ - case PCI_CLASS_MM: - ipl = 0xc; - break; case PCI_CLASS_MEM: ipl = 0xc; break; |
