aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rio/link.h')
-rw-r--r--drivers/char/rio/link.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/char/rio/link.h b/drivers/char/rio/link.h
index 87a87b1ec01d..f3bf11a04d41 100644
--- a/drivers/char/rio/link.h
+++ b/drivers/char/rio/link.h
@@ -50,8 +50,8 @@
50 50
51struct LPB { 51struct LPB {
52 u16 link_number; /* Link Number */ 52 u16 link_number; /* Link Number */
53 Channel_ptr in_ch; /* Link In Channel */ 53 u16 in_ch; /* Link In Channel */
54 Channel_ptr out_ch; /* Link Out Channel */ 54 u16 out_ch; /* Link Out Channel */
55 u8 attached_serial[4]; /* Attached serial number */ 55 u8 attached_serial[4]; /* Attached serial number */
56 u8 attached_host_serial[4]; 56 u8 attached_host_serial[4];
57 /* Serial number of Host who 57 /* Serial number of Host who
@@ -59,8 +59,8 @@ struct LPB {
59 u16 descheduled; /* Currently Descheduled */ 59 u16 descheduled; /* Currently Descheduled */
60 u16 state; /* Current state */ 60 u16 state; /* Current state */
61 u16 send_poll; /* Send a Poll Packet */ 61 u16 send_poll; /* Send a Poll Packet */
62 Process_ptr ltt_p; /* Process Descriptor */ 62 u16 ltt_p; /* Process Descriptor */
63 Process_ptr lrt_p; /* Process Descriptor */ 63 u16 lrt_p; /* Process Descriptor */
64 u16 lrt_status; /* Current lrt status */ 64 u16 lrt_status; /* Current lrt status */
65 u16 ltt_status; /* Current ltt status */ 65 u16 ltt_status; /* Current ltt status */
66 u16 timeout; /* Timeout value */ 66 u16 timeout; /* Timeout value */
@@ -71,8 +71,8 @@ struct LPB {
71 u16 add_packet_list; /* Add packets to here */ 71 u16 add_packet_list; /* Add packets to here */
72 u16 remove_packet_list; /* Send packets from here */ 72 u16 remove_packet_list; /* Send packets from here */
73 73
74 Channel_ptr lrt_fail_chan; /* Lrt's failure channel */ 74 u16 lrt_fail_chan; /* Lrt's failure channel */
75 Channel_ptr ltt_fail_chan; /* Ltt's failure channel */ 75 u16 ltt_fail_chan; /* Ltt's failure channel */
76 76
77 /* RUP structure for HOST to driver communications */ 77 /* RUP structure for HOST to driver communications */
78 struct RUP rup; 78 struct RUP rup;