.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * low-level functions for the SWIM floppy controller |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * |
---|
9 | 10 | * based on Alastair Bridgewater SWIM analysis, 2001 |
---|
10 | 11 | * based on netBSD IWM driver (c) 1997, 1998 Hauke Fath. |
---|
11 | | - * |
---|
12 | | - * This program is free software; you can redistribute it and/or |
---|
13 | | - * modify it under the terms of the GNU General Public License |
---|
14 | | - * as published by the Free Software Foundation; either version |
---|
15 | | - * 2 of the License, or (at your option) any later version. |
---|
16 | 12 | * |
---|
17 | 13 | * 2004-08-21 (lv) - Initial implementation |
---|
18 | 14 | * 2008-11-05 (lv) - add get_swim_mode |
---|