diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-02-16 18:05:54 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-02-16 18:05:54 +0000 |
commit | 58f4eca2a67b805a5f14ef93d1fca84086c33cf9 (patch) | |
tree | 78b2d09430bf1dbc090755ae8b619263d643ee9d /sys/dev/sio/sio_pci.c | |
parent | 6fcaf748abf601d04a4090c39b4a70b48cb0d785 (diff) |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r-- | sys/dev/sio/sio_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index bf1d69906b50..9ec45b7d0c14 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -50,6 +50,7 @@ static device_method_t sio_pci_methods[] = { /* Device interface */ DEVMETHOD(device_probe, sio_pci_probe), DEVMETHOD(device_attach, sio_pci_attach), + DEVMETHOD(device_detach, siodetach), { 0, 0 } }; |