.. | .. |
---|
18 | 18 | * the source code for the Windows driver. |
---|
19 | 19 | * |
---|
20 | 20 | * The FPGA on the board requires firmware, which is available from |
---|
21 | | - * http://www.comedi.org in the comedi_nonfree_firmware tarball. |
---|
| 21 | + * https://www.comedi.org in the comedi_nonfree_firmware tarball. |
---|
22 | 22 | * |
---|
23 | 23 | * Configuration options: not applicable, uses PCI auto config |
---|
24 | 24 | */ |
---|
.. | .. |
---|
665 | 665 | db2k_initialize_tmrs(dev); |
---|
666 | 666 | } |
---|
667 | 667 | |
---|
668 | | -static void db2k_initialize_dac(struct comedi_device *dev) |
---|
669 | | -{ |
---|
670 | | - db2k_dac_disarm(dev); |
---|
671 | | -} |
---|
672 | | - |
---|
673 | 668 | static int db2k_8255_cb(struct comedi_device *dev, int dir, int port, int data, |
---|
674 | 669 | unsigned long iobase) |
---|
675 | 670 | { |
---|
.. | .. |
---|
719 | 714 | return result; |
---|
720 | 715 | |
---|
721 | 716 | db2k_initialize_adc(dev); |
---|
722 | | - db2k_initialize_dac(dev); |
---|
| 717 | + db2k_dac_disarm(dev); |
---|
723 | 718 | |
---|
724 | 719 | s = &dev->subdevices[0]; |
---|
725 | 720 | /* ai subdevice */ |
---|
.. | .. |
---|
786 | 781 | }; |
---|
787 | 782 | module_comedi_pci_driver(db2k_driver, db2k_pci_driver); |
---|
788 | 783 | |
---|
789 | | -MODULE_AUTHOR("Comedi http://www.comedi.org"); |
---|
| 784 | +MODULE_AUTHOR("Comedi https://www.comedi.org"); |
---|
790 | 785 | MODULE_DESCRIPTION("Comedi low-level driver"); |
---|
791 | 786 | MODULE_LICENSE("GPL"); |
---|
792 | 787 | MODULE_FIRMWARE(DB2K_FIRMWARE); |
---|