diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2019-12-10 21:48:21 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2019-12-10 21:48:21 +0000 |
| commit | f24f20f4357df32f2fada6b680751d5fff6d776b (patch) | |
| tree | be382548cfd6e19d19778dedb7982c71195e2153 /sys/dev/ow | |
| parent | d7190ba0486b38d551bb8e932dcb2f0c3fdb981b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ow')
| -rw-r--r-- | sys/dev/ow/owc_gpiobus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ow/owc_gpiobus.c b/sys/dev/ow/owc_gpiobus.c index 0ed6ca105140..621f7b1c6f09 100644 --- a/sys/dev/ow/owc_gpiobus.c +++ b/sys/dev/ow/owc_gpiobus.c @@ -131,7 +131,7 @@ owc_gpiobus_attach(device_t dev) free(kids, M_TEMP); if (nkid == 0) device_add_child(dev, "ow", -1); - bus_generic_attach(dev); + config_intrhook_oneshot((ich_func_t)bus_generic_attach, dev); return (0); } |
