summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_isa.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_isa.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_isa.c')
-rw-r--r--sys/dev/sio/sio_isa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c
index 0cb066b..3d13e47 100644
--- a/sys/dev/sio/sio_isa.c
+++ b/sys/dev/sio/sio_isa.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 <sys/timepps.h>
@@ -58,7 +57,7 @@ static device_method_t sio_isa_methods[] = {
static driver_t sio_isa_driver = {
sio_driver_name,
sio_isa_methods,
- sizeof(struct com_s),
+ 0,
};
static struct isa_pnp_id sio_ids[] = {
OpenPOWER on IntegriCloud