00:47:40 or the hw raid firmware 00:48:19 * danmcd runs screaming from "hw raid" 01:09:28 I once heard someone suggest putting ZFS into HW raid firmware. That unfortunately violates the end-to-end principle. 01:12:31 i think it might be interesting if you split some of the zfs functionality between a card and the host vs. just using it to basically provide the equivalent of a zvol to the host, but you'd still want some way to protect the datapath 06:35:23 [illumos-gate] 15462 bhyve rtc lacks precision beyond seconds -- Patrick Mooney 11:11:45 @danmcd do try to dodge the nic firmware when running away from the hw raid, they usually try to gang up on you 13:21:38 one way or another 14:07:52 sjorge: Got that right. 15:13:14 Anyone know of an "unifdef" that handles "#if (defined(foo) || !defined(bar))" etc? 15:13:48 Our unifdef only handles #ifdef, #ifndef, apparently.