#!/bin/sh
major=`cat /proc/devices | grep iamt | awk '{print $1}'`
mknod /dev/iamthif c $major 0
 
