- ``V4L2_PIX_FMT_HM12``
       - 'HM12'
-      - YUV 4:2:0 format used by the IVTV driver,
-       `http://www.ivtvdriver.org/ <http://www.ivtvdriver.org/>`__
+      - YUV 4:2:0 format used by the IVTV driver.
 
        The format is documented in the kernel sources in the file
        ``Documentation/media/v4l-drivers/cx2341x.rst``
 
+++ /dev/null
-.. SPDX-License-Identifier: GPL-2.0
-
-The cx18 driver
-===============
-
-.. note::
-
-   This documentation is outdated.
-
-Some notes regarding the cx18 driver for the Conexant CX23418 MPEG
-encoder chip:
-
-1) Currently supported are:
-
-       - Hauppauge HVR-1600
-       - Compro VideoMate H900
-       - Yuan MPC718
-       - Conexant Raptor PAL/SECAM devkit
-
-2) Some people have problems getting the i2c bus to work.
-   The symptom is that the eeprom cannot be read and the card is
-   unusable. This is probably fixed, but if you have problems
-   then post to the video4linux or ivtv-users mailing list.
-
-3) VBI (raw or sliced) has not yet been implemented.
-
-4) MPEG indexing is not yet implemented.
-
-5) The driver is still a bit rough around the edges, this should
-   improve over time.
-
-
-Firmware:
-
-You can obtain the firmware files here:
-
-http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz
-
-Untar and copy the .fw files to your firmware directory.
 
        bttv
        cafe_ccic
        cpia2
-       cx18
        cx2341x
        cx88
        davinci-vpbe
 
 
 CX18 VIDEO4LINUX DRIVER
 M:     Andy Walls <awalls@md.metrocast.net>
-L:     ivtv-devel@ivtvdriver.org (subscribers-only)
 L:     linux-media@vger.kernel.org
 T:     git git://linuxtv.org/media_tree.git
 W:     https://linuxtv.org
-W:     http://www.ivtvdriver.org/index.php/Cx18
 S:     Maintained
-F:     Documentation/media/v4l-drivers/cx18*
 F:     drivers/media/pci/cx18/
 F:     include/uapi/linux/ivtv*
 
 
 IVTV VIDEO4LINUX DRIVER
 M:     Andy Walls <awalls@md.metrocast.net>
-L:     ivtv-devel@ivtvdriver.org (subscribers-only)
 L:     linux-media@vger.kernel.org
 T:     git git://linuxtv.org/media_tree.git
-W:     http://www.ivtvdriver.org
+W:     https://linuxtv.org
 S:     Maintained
 F:     Documentation/media/v4l-drivers/ivtv*
 F:     drivers/media/pci/ivtv/
 
        .type = CX18_CARD_YUAN_MPC718,
        .name = "Yuan MPC718 MiniPCI DVB-T/Analog",
        .comment = "Experimenters needed for device to work well.\n"
-                 "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
+                 "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
        .v4l2_capabilities = CX18_CAP_ENCODER,
        .hw_audio_ctrl = CX18_HW_418_AV,
        .hw_muxer = CX18_HW_GPIO_MUX,
        .type = CX18_CARD_GOTVIEW_PCI_DVD3,
        .name = "GoTView PCI DVD3 Hybrid",
        .comment = "Experimenters needed for device to work well.\n"
-                 "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
+                 "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
        .v4l2_capabilities = CX18_CAP_ENCODER,
        .hw_audio_ctrl = CX18_HW_418_AV,
        .hw_muxer = CX18_HW_GPIO_MUX,
        .type = CX18_CARD_TOSHIBA_QOSMIO_DVBT,
        .name = "Toshiba Qosmio DVB-T/Analog",
        .comment = "Experimenters and photos needed for device to work well.\n"
-                 "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
+                 "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
        .v4l2_capabilities = CX18_CAP_ENCODER,
        .hw_audio_ctrl = CX18_HW_418_AV,
        .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_RESET_CTRL,
        .type = CX18_CARD_LEADTEK_PVR2100,
        .name = "Leadtek WinFast PVR2100",
        .comment = "Experimenters and photos needed for device to work well.\n"
-                 "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
+                 "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
        .v4l2_capabilities = CX18_CAP_ENCODER,
        .hw_audio_ctrl = CX18_HW_418_AV,
        .hw_muxer = CX18_HW_GPIO_MUX,
 
                         cx->pci_dev->subsystem_device);
                CX18_ERR("Defaulting to %s card\n", cx->card->name);
                CX18_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n");
-               CX18_ERR("card you have to the ivtv-devel mailinglist (www.ivtvdriver.org)\n");
+               CX18_ERR("card you have to the linux-media mailinglist (www.linuxtv.org)\n");
                CX18_ERR("Prefix your subject line with [UNKNOWN CX18 CARD].\n");
        }
        cx->v4l2_cap = cx->card->v4l2_capabilities;
 
          PCI personal video recorder devices.
 
          This is used in devices such as the Hauppauge PVR-150/250/350/500
-         cards. There is a driver homepage at <http://www.ivtvdriver.org>.
+         cards.
 
          To compile this driver as a module, choose M here: the
          module will be called ivtv.
          This is a framebuffer driver for the Conexant cx23415 MPEG
          encoder/decoder.
 
-         This is used in the Hauppauge PVR-350 card. There is a driver
-         homepage at <http://www.ivtvdriver.org>.
+         This is used in the Hauppauge PVR-350 card.
 
          To compile this driver as a module, choose M here: the
          module will be called ivtvfb.
 
  * Driver for the Conexant CX23415/CX23416 chip.
  * Author: Kevin Thayer (nufan_wfk at yahoo.com)
  * License: GPL
- * http://www.ivtvdriver.org
  *
  * -----
  * MPG600/MPG160 support by  T.Adachi <tadachi@tadachi-net.com>
                IVTV_ERR("              %s based\n", chipname);
                IVTV_ERR("Defaulting to %s card\n", itv->card->name);
                IVTV_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n");
-               IVTV_ERR("card you have to the ivtv-devel mailinglist (www.ivtvdriver.org)\n");
+               IVTV_ERR("card you have to the linux-media mailinglist (www.linuxtv.org)\n");
                IVTV_ERR("Prefix your subject line with [UNKNOWN IVTV CARD].\n");
        }
        itv->v4l2_cap = itv->card->v4l2_capabilities;
 
  * Driver for the cx23415/6 chip.
  * Author: Kevin Thayer (nufan_wfk at yahoo.com)
  * License: GPL
- * http://www.ivtvdriver.org
  *
  * -----
  * MPG600/MPG160 support by  T.Adachi <tadachi@tadachi-net.com>