rt->io = io;
 
        if (rt->io == -1) {
-               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x20f or 0x30f\n");
                return -EINVAL;
        }
 
 
        az->io = io;
 
        if (az->io == -1) {
-               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x350 or 0x358\n");
                return -EINVAL;
        }
 
 
        /* Else we bail out */
        if (dev->io < 0) {
 #ifdef MODULE
-               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x330, 0x332, 0x334,\n");
+               v4l2_err(v4l2_dev, "0x336, 0x338, 0x33a, 0x33c or 0x33e\n");
 #endif
                goto fail;
        }
 
        strlcpy(v4l2_dev->name, "terratec", sizeof(v4l2_dev->name));
        tt->io = io;
        if (tt->io == -1) {
-               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "you must set an I/O address with io=0x590 or 0x591\n");
                return -EINVAL;
        }
        if (!request_region(tt->io, 2, "terratec")) {
 
        mutex_init(&tr->lock);
 
        if (tr->io == -1) {
-               v4l2_err(v4l2_dev, "You must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "You must set an I/O address with io=0x0x350 or 0x358\n");
                return -EINVAL;
        }
        if (!request_region(tr->io, 2, "Trust FM Radio")) {
 
        strlcpy(v4l2_dev->name, "zoltrix", sizeof(v4l2_dev->name));
        zol->io = io;
        if (zol->io == -1) {
-               v4l2_err(v4l2_dev, "You must set an I/O address with io=0x???\n");
+               v4l2_err(v4l2_dev, "You must set an I/O address with io=0x20c or 0x30c\n");
                return -EINVAL;
        }
        if (zol->io != 0x20c && zol->io != 0x30c) {