summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfireg.h
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-09-07 19:32:05 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-09-07 19:32:05 +0000
commitc0a1798768e77e2b0397b98e4acb94e4a3d3f24f (patch)
tree38096790d7d2676f1be0b41ef6de0cba746bc5b4 /sys/dev/mfi/mfireg.h
parentfbeba21c45378efb485e0a546ac4530c3b902a3f (diff)
downloadFreeBSD-src-c0a1798768e77e2b0397b98e4acb94e4a3d3f24f.zip
FreeBSD-src-c0a1798768e77e2b0397b98e4acb94e4a3d3f24f.tar.gz
Change the class from uint8_t to int8_t so people can filter on >0
events.
Diffstat (limited to 'sys/dev/mfi/mfireg.h')
-rw-r--r--sys/dev/mfi/mfireg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h
index 2665f58..48a1382 100644
--- a/sys/dev/mfi/mfireg.h
+++ b/sys/dev/mfi/mfireg.h
@@ -564,7 +564,7 @@ union mfi_evt {
struct {
uint16_t locale;
uint8_t reserved;
- uint8_t class;
+ int8_t class;
} members;
uint32_t word;
} __packed;
OpenPOWER on IntegriCloud