diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2020-01-23 01:46:05 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2020-01-23 01:46:05 +0000 |
| commit | de086f1a6c6fef3ba1bf498f4663ebef5f2b32b3 (patch) | |
| tree | 2fcad0a4a11ff2c8d7f32547c07189502206b67e /sys/powerpc/pseries | |
| parent | 0921628ddce1c29441ddb694e04e9c1e9fe356c8 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/pseries')
| -rw-r--r-- | sys/powerpc/pseries/phyp_llan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/pseries/phyp_llan.c b/sys/powerpc/pseries/phyp_llan.c index 518b747dd9440..b387f350f9d8f 100644 --- a/sys/powerpc/pseries/phyp_llan.c +++ b/sys/powerpc/pseries/phyp_llan.c @@ -189,7 +189,7 @@ llan_attach(device_t dev) return (ENXIO); } - bus_setup_intr(dev, sc->irq, INTR_TYPE_MISC | INTR_MPSAFE | + bus_setup_intr(dev, sc->irq, INTR_TYPE_NET | INTR_MPSAFE | INTR_ENTROPY, NULL, llan_intr, sc, &sc->irq_cookie); /* Setup DMA */ |
