diff options
author | Paolo Pisati <piso@FreeBSD.org> | 2007-02-23 15:55:37 +0000 |
---|---|---|
committer | Paolo Pisati <piso@FreeBSD.org> | 2007-02-23 15:55:37 +0000 |
commit | c2dfbfc5dbe37b8596cb38173884475bc36eb15d (patch) | |
tree | 6340aed5182d2e3958835921c3ed29a1f69df5bd /sys/dev/aha | |
parent | 7405fcc3381c8c93bf5f248b9a7bdf7b6021cf0e (diff) |
Notes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r-- | sys/dev/aha/aha_mca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c index f7ad707716f79..75a930bdc407a 100644 --- a/sys/dev/aha/aha_mca.c +++ b/sys/dev/aha/aha_mca.c @@ -194,7 +194,7 @@ aha_mca_attach (device_t dev) } error = bus_setup_intr(dev, sc->irq, INTR_TYPE_CAM | INTR_ENTROPY, - aha_intr, sc, &ih); + NULL, aha_intr, sc, &ih); if (error) { device_printf(dev, "Unable to register interrupt handler\n"); goto bad; |