diff options
author | eota <none@none> | 2007-09-20 14:16:47 -0700 |
---|---|---|
committer | eota <none@none> | 2007-09-20 14:16:47 -0700 |
commit | dd4eeefdb8e4583c47e28a7f315db6087931ef06 (patch) | |
tree | 42d484ac74ab436d78007be666c66d144c55890b /usr/src/uts/common/io/bge/bge_impl.h | |
parent | 55c4b5faaa3d3ff8bea0d08505e7ea0850b949e8 (diff) | |
download | illumos-joyent-dd4eeefdb8e4583c47e28a7f315db6087931ef06.tar.gz |
PSARC 2007/402 Driver Periodic Timeouts
4977787 Official DDI interface is required for periodic timeout requests
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_impl.h')
-rw-r--r-- | usr/src/uts/common/io/bge/bge_impl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/io/bge/bge_impl.h b/usr/src/uts/common/io/bge/bge_impl.h index f87f337f4a..8b2bbaebc7 100644 --- a/usr/src/uts/common/io/bge/bge_impl.h +++ b/usr/src/uts/common/io/bge/bge_impl.h @@ -52,7 +52,6 @@ extern "C" { #include <sys/dlpi.h> #include <sys/devops.h> #include <sys/debug.h> -#include <sys/cyclic.h> #include <sys/conf.h> #include <netinet/ip6.h> @@ -63,7 +62,7 @@ extern "C" { #include <inet/nd.h> #include <sys/pattr.h> -#include <sys/dditypes.h> +#include <sys/disp.h> #include <sys/ddi.h> #include <sys/sunddi.h> @@ -770,7 +769,7 @@ typedef struct bge { ddi_acc_handle_t cfg_handle; /* DDI I/O handle */ ddi_acc_handle_t io_handle; /* DDI I/O handle */ void *io_regs; /* mapped registers */ - cyclic_id_t cyclic_id; /* cyclic callback */ + ddi_periodic_t periodic_id; /* periodical callback */ ddi_softintr_t factotum_id; /* factotum callback */ ddi_softintr_t drain_id; /* reschedule callback */ |