From b81d338044f3ac68d3c7a8a919932f5291954137 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 26 Nov 2001 07:39:51 +0000 Subject: bde suggests that sio really wants to manage its own softc. This allows us to move the sio softc data structure back into sio.c and reduce the complexity of the non sio.c sio files. Submitted by: bde # I didn't fix the locking issues that bruce also submitted. --- sys/dev/sio/sio_pccard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/sio/sio_pccard.c') diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index c25709d..0a40927 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include @@ -68,7 +67,7 @@ static device_method_t sio_pccard_methods[] = { static driver_t sio_pccard_driver = { sio_driver_name, sio_pccard_methods, - sizeof(struct com_s), + 0, }; static int -- cgit v1.1