diff options
| author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-09-07 19:32:05 +0000 |
|---|---|---|
| committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-09-07 19:32:05 +0000 |
| commit | 765ca1d3d2dacdd1f3395898d0ad7babb6388865 (patch) | |
| tree | 38096790d7d2676f1be0b41ef6de0cba746bc5b4 /sys/dev/mfi | |
| parent | 527116061bad27bb4a2ee5ac0e91e856db12290e (diff) | |
Notes
Diffstat (limited to 'sys/dev/mfi')
| -rw-r--r-- | sys/dev/mfi/mfireg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h index 2665f58eeeb6..48a13824b49a 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; |
