1 |
27 |
unneback |
2002-09-20 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* src/ipaq_pcmcia.c: Additional setup required for Compaq dual
|
4 |
|
|
PCMCIA sleeve. Add card reset which is necessary for some older cards.
|
5 |
|
|
|
6 |
|
|
2002-04-12 Gary Thomas
|
7 |
|
|
|
8 |
|
|
* src/ipaq_pcmcia.c: Clean up warnings.
|
9 |
|
|
|
10 |
|
|
2001-07-13 Gary Thomas
|
11 |
|
|
|
12 |
|
|
* src/ipaq_pcmcia.c (cf_hwr_change_state): Use VERS_1 instead of
|
13 |
|
|
MANID since some cards don't seem to support that.
|
14 |
|
|
|
15 |
|
|
2001-03-14 Gary Thomas
|
16 |
|
|
|
17 |
|
|
* src/ipaq_pcmcia.c (cf_hwr_init): Leave GPIO/timing setup to HAL code.
|
18 |
|
|
|
19 |
|
|
2001-03-01 Gary Thomas
|
20 |
|
|
|
21 |
|
|
* src/ipaq_pcmcia.c (cf_hwr_init): Remove [illegal] delay which caused
|
22 |
|
|
this code to be unreliable when run in non-ROM mode.
|
23 |
|
|
|
24 |
|
|
2001-02-24 Gary Thomas
|
25 |
|
|
|
26 |
|
|
* src/ipaq_pcmcia.c:
|
27 |
|
|
* cdl/pcmcia_ipaq.cdl: New file(s) - initial import of
|
28 |
|
|
iPAQ support, contributed by Richard Panton, 3G Labs.
|
29 |
|
|
|
30 |
|
|
//===========================================================================
|
31 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
32 |
|
|
// -------------------------------------------
|
33 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
34 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
35 |
|
|
//
|
36 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
37 |
|
|
// the terms of the GNU General Public License as published by the Free
|
38 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
39 |
|
|
//
|
40 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
41 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
42 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
43 |
|
|
// for more details.
|
44 |
|
|
//
|
45 |
|
|
// You should have received a copy of the GNU General Public License along
|
46 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
47 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
48 |
|
|
//
|
49 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
50 |
|
|
// or inline functions from this file, or you compile this file and link it
|
51 |
|
|
// with other works to produce a work based on this file, this file does not
|
52 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
53 |
|
|
// License. However the source code for this file must still be made available
|
54 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
55 |
|
|
//
|
56 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
57 |
|
|
// this file might be covered by the GNU General Public License.
|
58 |
|
|
//
|
59 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
60 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
61 |
|
|
// -------------------------------------------
|
62 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
63 |
|
|
//===========================================================================
|