diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2026-01-30 19:47:59 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-04-02 16:49:39 +0300 |
| commit | 588b6ffa7775ed90d4afd4d2903fd49a6bb3cfbb (patch) | |
| tree | 9cd8f693d5af5c9afe8613f3a38de060387c1e5a /include/linux/rolling_buffer.h | |
| parent | b9723ebe043b49a93f4777173e202c2be5b53dcd (diff) | |
| download | linux-588b6ffa7775ed90d4afd4d2903fd49a6bb3cfbb.tar.xz | |
comedi: pcl726: Add sanity checks for I/O base address
The "pcl726" driver uses an admin-supplied configuration option
(`it->options[0]`) to configure the I/O port base address of various
analog output ISA boards from Advantech (PCL-726/727/728) and ADLINK
(ACL-6126/6128). (Most of them also have digital I/O.) It currently
allows any base address to be configured but the hardware only supports
base addresses (configured by on-board DIP switches) from 0 or 0x200 up
to nearly 0x3FF, depending on the model.
Store the minimum and maximum supported I/O address ranges in the static
board information array elements (the required alignment is already
stored in the `io_len` member), and add a sanity check to ensure the
device is not configured at an unsupported base address.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://patch.msgid.link/20260130170416.49994-35-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/rolling_buffer.h')
0 files changed, 0 insertions, 0 deletions
