diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-09-14 19:03:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-09-14 19:03:14 +0000 |
| commit | 9abf4b7a1de4df43ba9be1a58aa9d3f76dee6182 (patch) | |
| tree | 3f88346ccfc095da59f267c6546953b160676cbd /sys/dev/ed | |
| parent | 035ba19027723f0fe07e9e1874188d52cc5ae5d5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_cbus.c | 2 | ||||
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed_cbus.c b/sys/dev/ed/if_ed_cbus.c index ce19d3093156..d5bdfdcbe7e0 100644 --- a/sys/dev/ed/if_ed_cbus.c +++ b/sys/dev/ed/if_ed_cbus.c @@ -1605,7 +1605,7 @@ static device_method_t ed_cbus_methods[] = { /* Device interface */ DEVMETHOD(device_probe, ed_cbus_probe), DEVMETHOD(device_attach, ed_cbus_attach), - DEVMETHOD(device_attach, ed_detach), + DEVMETHOD(device_detach, ed_detach), { 0, 0 } }; diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index a969e13420da..2a88576c93ab 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -112,7 +112,7 @@ static device_method_t ed_pci_methods[] = { /* Device interface */ DEVMETHOD(device_probe, ed_pci_probe), DEVMETHOD(device_attach, ed_pci_attach), - DEVMETHOD(device_attach, ed_detach), + DEVMETHOD(device_detach, ed_detach), { 0, 0 } }; |
