#!/bin/sh
# DF-1642: message to existing device with NO message key -> kfree of uninit msg
# Precondition: admin has loaded dm KLD module (kldload dm).
# Helper steps: create device + load a table entry, then trigger.
./dm_poc create 2>/dev/null || true
./dm_poc load_zero 2>/dev/null || true
./dm_poc 1642
