summaryrefslogtreecommitdiffstats
path: root/sys/dev/siis/siis.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/siis/siis.h')
-rw-r--r--sys/dev/siis/siis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/siis/siis.h b/sys/dev/siis/siis.h
index 6bb28d9..52332c5 100644
--- a/sys/dev/siis/siis.h
+++ b/sys/dev/siis/siis.h
@@ -347,7 +347,7 @@ struct siis_slot {
};
struct siis_device {
- u_int revision;
+ int revision;
int mode;
u_int bytecount;
u_int tags;
@@ -364,7 +364,6 @@ struct siis_channel {
struct cam_sim *sim;
struct cam_path *path;
int pm_level; /* power management level */
- int sata_rev; /* Maximum allowed SATA generation */
struct siis_slot slot[SIIS_MAX_SLOTS];
union ccb *hold[SIIS_MAX_SLOTS];
OpenPOWER on IntegriCloud