From e05b985b7865055c0692c7cd3457f8a85ed9bb5a Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 28 Dec 2003 12:25:49 +0000 Subject: [PATCH] Add detach method. --- sys/pc98/cbus/sio_cbus.c | 1 + sys/pc98/pc98/sio_cbus.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/pc98/cbus/sio_cbus.c b/sys/pc98/cbus/sio_cbus.c index 10bbdc1f45f..1023ec116d9 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 10bbdc1f45f..1023ec116d9 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 } }; -- 2.45.2