diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-12-27 19:47:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-12-27 19:47:10 +0000 |
| commit | 4acf0ddea2d9ccd0781a0f4c2806617f7aef15a9 (patch) | |
| tree | 793726f72acd1b2eb12eba48017d23bfcd8faf4a /sys/dev/sio/sio_ebus.c | |
| parent | 34d26757614c68050f69ea58ed9415ed3218a7af (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_ebus.c')
| -rw-r--r-- | sys/dev/sio/sio_ebus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_ebus.c b/sys/dev/sio/sio_ebus.c index 54f1c9361c32..c4caafe5e381 100644 --- a/sys/dev/sio/sio_ebus.c +++ b/sys/dev/sio/sio_ebus.c @@ -48,6 +48,7 @@ static device_method_t sio_ebus_methods[] = { /* Device interface */ DEVMETHOD(device_probe, sio_ebus_probe), DEVMETHOD(device_attach, sio_ebus_attach), + DEVMETHOD(device_detach, siodetach), { 0, 0 } }; |
