diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-12-28 12:25:49 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-12-28 12:25:49 +0000 |
| commit | 92c531b5025c97aa8dd883540208f49196913aa4 (patch) | |
| tree | a72f4b8ec75fd8c57bbd2c4f6d2836ab886dd96c | |
| parent | fff5bd9ed9fd1ee17de3285283c8f73646ed97bf (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/sio_cbus.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/sio_cbus.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/cbus/sio_cbus.c b/sys/pc98/cbus/sio_cbus.c index 10bbdc1f45f6..1023ec116d91 100644 --- a/sys/pc98/cbus/sio_cbus.c +++ b/sys/pc98/cbus/sio_cbus.c @@ -49,6 +49,7 @@ static device_method_t sio_isa_methods[] = { /* Device interface */ DEVMETHOD(device_probe, sio_isa_probe), DEVMETHOD(device_attach, sio_isa_attach), + DEVMETHOD(device_detach, siodetach), { 0, 0 } }; diff --git a/sys/pc98/pc98/sio_cbus.c b/sys/pc98/pc98/sio_cbus.c index 10bbdc1f45f6..1023ec116d91 100644 --- a/sys/pc98/pc98/sio_cbus.c +++ b/sys/pc98/pc98/sio_cbus.c @@ -49,6 +49,7 @@ static device_method_t sio_isa_methods[] = { /* Device interface */ DEVMETHOD(device_probe, sio_isa_probe), DEVMETHOD(device_attach, sio_isa_attach), + DEVMETHOD(device_detach, siodetach), { 0, 0 } }; |
