.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * pata_pcmcia.c - PCMCIA PATA controller driver. |
---|
3 | 4 | * Copyright 2005-2006 Red Hat Inc, all rights reserved. |
---|
4 | 5 | * PCMCIA ident update Copyright 2006 Marcin Juszkiewicz |
---|
5 | 6 | * <openembedded@hrw.one.pl> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License as published by |
---|
9 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
10 | | - * any later version. |
---|
11 | | - * |
---|
12 | | - * This program is distributed in the hope that it will be useful, |
---|
13 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
15 | | - * GNU General Public License for more details. |
---|
16 | | - * |
---|
17 | | - * You should have received a copy of the GNU General Public License |
---|
18 | | - * along with this program; see the file COPYING. If not, write to |
---|
19 | | - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
20 | 7 | * |
---|
21 | 8 | * Heavily based upon ide-cs.c |
---|
22 | 9 | * The initial developer of the original code is David A. Hinds |
---|
.. | .. |
---|
322 | 309 | PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */ |
---|
323 | 310 | PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d), |
---|
324 | 311 | PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000), /* Samsung */ |
---|
| 312 | + PCMCIA_DEVICE_MANF_CARD(0x00f1, 0x0101), /* SanDisk High (>8G) CFA */ |
---|
325 | 313 | PCMCIA_DEVICE_MANF_CARD(0x0319, 0x0000), /* Hitachi */ |
---|
326 | 314 | PCMCIA_DEVICE_MANF_CARD(0x2080, 0x0001), |
---|
327 | 315 | PCMCIA_DEVICE_MANF_CARD(0x4e01, 0x0100), /* Viking CFA */ |
---|