diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2026-05-04 15:27:05 +0300 |
|---|---|---|
| committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2026-05-18 12:16:29 +0300 |
| commit | e321561b915378d2e9eacd1bc4d7fb2338d09961 (patch) | |
| tree | 6827fd974a0904205ba301065109c0ce9285a47e /include | |
| parent | 334cad0401514611ecdd468a54c1bc902c3c30a6 (diff) | |
| download | linux-e321561b915378d2e9eacd1bc4d7fb2338d09961.tar.xz | |
dio: Update DIO_SCMAX comment
DIO-II support was added in 2004, update a comment to reflect this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://patch.msgid.link/5aa3901baaa5d145804e1a836dd8ee3fb07ea144.1777897387.git.geert@linux-m68k.org
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/dio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/dio.h b/include/linux/dio.h index 464331c4c4a7..894e50b91792 100644 --- a/include/linux/dio.h +++ b/include/linux/dio.h @@ -112,9 +112,7 @@ struct dio_driver { #define DIOII_END 0x20000000 /* end of DIO-II space */ #define DIOII_DEVSIZE 0x00400000 /* size of a DIO-II device */ -/* Highest valid select code. If we add DIO-II support this should become - * 256 for everything except HP320, which only has DIO. - */ +/* highest valid select code */ #define DIO_SCMAX (hp300_model == HP_320 ? 32 : 256) #define DIOII_SCBASE 132 /* lowest DIO-II select code */ #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE)) |
