hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/ata/pata_pcmcia.c
....@@ -1,22 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * pata_pcmcia.c - PCMCIA PATA controller driver.
34 * Copyright 2005-2006 Red Hat Inc, all rights reserved.
45 * PCMCIA ident update Copyright 2006 Marcin Juszkiewicz
56 * <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.
207 *
218 * Heavily based upon ide-cs.c
229 * The initial developer of the original code is David A. Hinds
....@@ -322,6 +309,7 @@
322309 PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */
323310 PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
324311 PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000), /* Samsung */
312
+ PCMCIA_DEVICE_MANF_CARD(0x00f1, 0x0101), /* SanDisk High (>8G) CFA */
325313 PCMCIA_DEVICE_MANF_CARD(0x0319, 0x0000), /* Hitachi */
326314 PCMCIA_DEVICE_MANF_CARD(0x2080, 0x0001),
327315 PCMCIA_DEVICE_MANF_CARD(0x4e01, 0x0100), /* Viking CFA */