summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-26 07:39:51 +0000
committerimp <imp@FreeBSD.org>2001-11-26 07:39:51 +0000
commitb81d338044f3ac68d3c7a8a919932f5291954137 (patch)
tree22a359138de748f0c30c96f678a41c6ac8f3c1ca /sys/dev/sio/sio_pccard.c
parent31e236c67382da93a93ae78dbeb8c445088b17bc (diff)
downloadFreeBSD-src-b81d338044f3ac68d3c7a8a919932f5291954137.zip
FreeBSD-src-b81d338044f3ac68d3c7a8a919932f5291954137.tar.gz
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.
Diffstat (limited to 'sys/dev/sio/sio_pccard.c')
-rw-r--r--sys/dev/sio/sio_pccard.c3
1 files changed, 1 insertions, 2 deletions
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 <sys/mutex.h>
#include <sys/module.h>
#include <sys/tty.h>
-#include <machine/clock.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
#include <machine/resource.h>
@@ -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
OpenPOWER on IntegriCloud