Mercurial > ecos-v3_0-branch
annotate packages/devs/wallclock/i386/pc/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | a22de7f91661 |
| children |
| rev | line source |
|---|---|
|
2323
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
1 2006-11-23 David Fernandez <dfernandez@cct.co.uk> |
|
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
2 |
|
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
3 * include/devices_wallclock_i386_pc.inl: Added exception for DS_READ |
|
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
4 DS_WRITE. Take into account that in Intel PC platforms the 8Th bit |
|
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
5 in DS_ADDR is used to enable or disable NMI gate, and therefore, |
|
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
6 should be preserved. |
|
a22de7f91661
* include/devices_wallclock_i386_pc.inl: Added exception for DS_READ
jlarmour
parents:
210
diff
changeset
|
7 |
|
184
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
8 2001-09-18 Rajagopalan Thiruvenkatachary <rajt@us.ibm.com> |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
9 |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
10 * include/devices_wallclock_i386_pc.inl: |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
11 * cdl/i386_pc_wallclock_drivers.cdl: |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
12 New package. |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
13 |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
14 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
15 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
16 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
17 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
18 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
19 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
20 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
21 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
22 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
23 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
24 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
25 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
26 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
27 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
28 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
29 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
30 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
31 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
32 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
33 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2323
diff
changeset
|
34 // ####GPLCOPYRIGHTEND#### |
|
184
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
35 |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
diff
changeset
|
36 |
