1 |
27 |
unneback |
2001-07-13 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* src/assabet_pcmcia.c (cf_hwr_change_state): Check for VERS_1
|
4 |
|
|
field instead of MANID since some cards don't seem to have that one.
|
5 |
|
|
Suggested by I-Jui Sung .
|
6 |
|
|
|
7 |
|
|
2000-09-17 Gary Thomas
|
8 |
|
|
|
9 |
|
|
* src/assabet_pcmcia.c: Change interrupt functions to have same
|
10 |
|
|
calling convention as DSR.
|
11 |
|
|
|
12 |
|
|
2000-09-12 Gary Thomas
|
13 |
|
|
|
14 |
|
|
* src/assabet_pcmcia.c: Fix build problem when built for eCos.
|
15 |
|
|
|
16 |
|
|
2000-08-28 Gary Thomas
|
17 |
|
|
|
18 |
|
|
* src/assabet_pcmcia.c (cf_irq_dsr): Support [shared] network
|
19 |
|
|
debug situation where "IF" functions need to see device interrupts.
|
20 |
|
|
This is used to detect ^C over the connection. This also requires
|
21 |
|
|
additional care when setting up the bus initially.
|
22 |
|
|
|
23 |
|
|
2000-08-24 Gary Thomas
|
24 |
|
|
|
25 |
|
|
* src/assabet_pcmcia.c: Add hardware function to clear interrupts.
|
26 |
|
|
|
27 |
|
|
2000-07-16 Gary Thomas
|
28 |
|
|
|
29 |
|
|
* src/assabet_pcmcia.c: Remove dependency in generic I/O package.
|
30 |
|
|
|
31 |
|
|
2000-07-15 Gary Thomas
|
32 |
|
|
|
33 |
|
|
* src/assabet_pcmcia.c: Support new slot-oriented interrupts.
|
34 |
|
|
|
35 |
|
|
2000-07-14 Gary Thomas
|
36 |
|
|
|
37 |
|
|
* src/assabet_pcmcia.c: Support running in non-kernel (stand-alone)
|
38 |
|
|
environments.
|
39 |
|
|
|
40 |
|
|
//===========================================================================
|
41 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
42 |
|
|
// -------------------------------------------
|
43 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
44 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
45 |
|
|
//
|
46 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
47 |
|
|
// the terms of the GNU General Public License as published by the Free
|
48 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
49 |
|
|
//
|
50 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
51 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
52 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
53 |
|
|
// for more details.
|
54 |
|
|
//
|
55 |
|
|
// You should have received a copy of the GNU General Public License along
|
56 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
57 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
58 |
|
|
//
|
59 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
60 |
|
|
// or inline functions from this file, or you compile this file and link it
|
61 |
|
|
// with other works to produce a work based on this file, this file does not
|
62 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
63 |
|
|
// License. However the source code for this file must still be made available
|
64 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
65 |
|
|
//
|
66 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
67 |
|
|
// this file might be covered by the GNU General Public License.
|
68 |
|
|
//
|
69 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
70 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
71 |
|
|
// -------------------------------------------
|
72 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
73 |
|
|
//===========================================================================
|