Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IEEE1394_OHCI1394
has multiple definitions:
drivers/ieee1394/Kconfig
The configuration item CONFIG_IEEE1394_OHCI1394:
( CONFIG_PCI && CONFIG_IEEE1394 ) && ( CONFIG_IEEE1394 && CONFIG_I2C = CONFIG_n )
ohci1394
Enable this driver if you have an IEEE 1394 controller based on the OHCI-1394 specification. The current driver is only tested with OHCI chipsets made by Texas Instruments and NEC. Most third-party vendors use one of these chipsets. It should work with any OHCI-1394 compliant card, however.
To compile this driver as a module, say M here: the module will be called ohci1394.
NOTE: ohci1394 is superseded by the newer firewire-ohci driver. See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for further information on how to switch to the new FireWire drivers.
If you want to install firewire-ohci and ohci1394 together, you should configure them only as modules and blacklist the driver(s) which you don't want to have auto-loaded. Add either
blacklist ohci1394 blacklist video1394 blacklist dv1394 or blacklist firewire-ohci
to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf depending on your distribution.
drivers/ieee1394/Kconfig
The configuration item CONFIG_IEEE1394_OHCI1394:
( CONFIG_PCI && CONFIG_IEEE1394 ) && ( CONFIG_IEEE1394 )
ohci1394
Enable this driver if you have an IEEE 1394 controller based on the OHCI-1394 specification. The current driver is only tested with OHCI chipsets made by Texas Instruments and NEC. Most third-party vendors use one of these chipsets. It should work with any OHCI-1394 compliant card, however.
To compile this driver as a module, say M here: the module will be called ohci1394.
Numeric ID (from LKDDb) and names (from pci.ids) of recognized devices:
0c
("Serial bus controller"), subclass: 00
("FireWire (IEEE 1394)"), prog-if: 10
("OHCI")0c
("Serial bus controller"), subclass: 00
("FireWire (IEEE 1394)"), prog-if: 10
("OHCI")Raw data from LKDDb:
lkddb module ohci1394 CONFIG_IEEE1394_OHCI1394 : drivers/ieee1394/Kconfig : "OHCI-1394 controllers" # in 2.5.45–2.5.75, 2.6.0–2.6.36
lkddb pci .... .... .... .... 0c0010 : CONFIG_IEEE1394 CONFIG_IEEE1394_OHCI1394 : drivers/ieee1394/ohci1394.c # in 2.5.45–2.5.75, 2.6.0–2.6.24
lkddb pci .... .... .... .... 0c0010 : CONFIG_IEEE1394_OHCI1394 : drivers/ieee1394/ohci1394.c # in 2.6.25–2.6.36
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab