Dimitry Andric
fb94bf79b3
Fix the following clang warning in dpt(4):
...
sys/dev/dpt/dpt_scsi.c:612:18: error: implicit truncation from 'int' to bitfield changes value from -2 to 2 [-Werror,-Wconstant-conversion]
dpt->cache_type = DPT_CACHE_WRITEBACK;
^ ~~~~~~~~~~~~~~~~~~~
by defining DPT_CACHE_WRITEBACK as 2, since dpt_softc::cache_type is an
unsigned bitfield. No binary change.
MFC after: 1 week
2012-04-21 14:23:46 +00:00
..
2012-04-20 21:37:42 +00:00
2012-04-16 09:38:20 +00:00
2012-04-20 15:01:23 +00:00
2012-04-18 08:55:26 +00:00
2012-04-09 17:05:18 +00:00
2012-04-16 21:22:02 +00:00
2012-04-19 12:30:12 +00:00
2012-04-20 21:52:57 +00:00
2012-01-21 17:45:27 +00:00
2012-04-12 21:34:58 +00:00
2012-04-21 14:23:46 +00:00
2012-04-20 06:50:44 +00:00
2012-04-12 21:34:58 +00:00
2012-04-19 12:30:12 +00:00
2012-03-27 20:36:03 +00:00
2012-04-20 21:37:42 +00:00
2012-03-21 08:38:42 +00:00
2012-04-20 15:32:36 +00:00
2012-03-26 18:22:04 +00:00
2012-04-21 04:17:30 +00:00
2012-04-21 01:51:16 +00:00
2012-04-20 10:06:28 +00:00
2012-04-15 20:29:39 +00:00
2012-02-28 15:07:05 +00:00
2012-04-16 13:41:46 +00:00
2012-04-21 11:53:24 +00:00
2012-03-21 08:43:38 +00:00
2012-02-03 13:08:44 +00:00
2012-02-03 13:08:44 +00:00
2012-04-17 16:28:22 +00:00
2012-01-31 02:11:05 +00:00
2012-04-12 14:01:06 +00:00
2012-03-30 19:10:14 +00:00
2012-04-16 10:33:46 +00:00
2012-04-20 23:01:36 +00:00
2012-04-08 11:01:49 +00:00
2012-04-16 18:29:07 +00:00
2012-04-20 15:32:36 +00:00
2012-02-21 19:35:59 +00:00
2012-04-21 10:45:46 +00:00
2012-04-09 17:05:18 +00:00
2012-04-17 00:54:38 +00:00
2012-02-29 17:47:01 +00:00
2012-03-20 18:05:15 +00:00