This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Misc documentation things


This brings together some previously unreferenced doc pages into the new (albeit imperfect) doc system. It also fixes up all the "doc" directives in CDL, including adding new ones where they didn't already exist but should have. The ecos reference guide is now known as ecos-ref.*, not just ecos.*. And I reordered the docs a little to a functional grouping that made a little more sense (to me).

There's a bunch of other doc fixes thrown in for good measure, but the only one worth commenting on is that I've removed all references to EL/IX from the POSIX docs now, including changing the title of the docs. EL/IX has passed on, it is no more, it has ceased to be, kicked the bucket, shuffled off its mortal coil. EL/IX is an ex-standard.

This is going into trunk and v2 branch.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine
? doc.diff
Index: doc/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/doc/ChangeLog,v
retrieving revision 1.13
diff -u -5 -p -r1.13 ChangeLog
--- doc/ChangeLog	3 Feb 2003 16:35:33 -0000	1.13
+++ doc/ChangeLog	24 Feb 2003 06:46:05 -0000
@@ -1,5 +1,22 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* sgml/doclist: Reorder in a slightly more logical order with
+	related bits grouped together.
+	Add docs for power management, USB (slave, eth slave, and SA11x0
+	and NEC uPD8985xx drivers), and synthetic target HAL, eth and
+	watchdog drivers.
+
+	* sgml/.cvsignore: Add gifs and rename ecos.* to ecos-ref.*
+
+	* sgml/makemakefile: Rename ecos.sgml/html/etc. to ecos-ref.
+	Copy over GIFs where they exist.
+	Don't treat porting guide specially at the top... treat it only as
+	specially as the other special cases.
+	Update (C) holders.
+	Update licence/warranty blurb.
+
 2003-01-30  Andrew Lunn  <andrew dot lunn at ascom dot ch>
 
 	* sgml/doclist: Added snmp-manpages.sgml 
 	* sgml/makemakefile: Extend the kludge to include snmp-manpages.sgml
 	
Index: doc/sgml/.cvsignore
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/.cvsignore,v
retrieving revision 1.2
diff -u -5 -p -r1.2 .cvsignore
--- doc/sgml/.cvsignore	22 Dec 2002 11:18:55 -0000	1.2
+++ doc/sgml/.cvsignore	24 Feb 2003 06:46:05 -0000
@@ -1,8 +1,9 @@
-ecos.sgml
-ecos.tex
-ecos.log
-ecos.aux
-ecos.out
-ecos.pdf
+ecos-ref.sgml
+ecos-ref.tex
+ecos-ref.log
+ecos-ref.aux
+ecos-ref.out
+ecos-ref.pdf
 makefile
-*.html
\ No newline at end of file
+*.html
+*.gif
Index: doc/sgml/doclist
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/doclist,v
retrieving revision 1.7
diff -u -5 -p -r1.7 doclist
--- doc/sgml/doclist	3 Feb 2003 16:35:33 -0000	1.7
+++ doc/sgml/doclist	24 Feb 2003 06:46:05 -0000
@@ -1,26 +1,35 @@
 kernel/current/doc/kernel.sgml
-compat/uitron/current/doc/uitron.sgml
-hal/common/current/doc/hal.sgml
-io/common/current/doc/io.sgml
-io/pci/current/doc/pci.sgml
-language/c/libc/common/current/doc/libc.sgml
-compat/posix/current/doc/posix.sgml
-io/fileio/current/doc/fileio.sgml
 redboot/current/doc/redboot.sgml
 redboot/current/doc/redboot_cmds.sgml
 redboot/current/doc/redboot_rebuilding.sgml
 redboot/current/doc/redboot_installing.sgml
 redboot/current/doc/redboot_epilogue.sgml
+hal/common/current/doc/hal.sgml
+hal/common/current/doc/porting.sgml
+language/c/libc/common/current/doc/libc.sgml
+io/common/current/doc/io.sgml
+io/fileio/current/doc/fileio.sgml
+io/pci/current/doc/pci.sgml
+compat/posix/current/doc/posix.sgml
+compat/uitron/current/doc/uitron.sgml
 net/common/current/doc/tcpip.sgml
 net/common/current/doc/tcpip-manpages.sgml
-net/tcpip/current/doc/openbsd.sgml
 net/bsd_tcpip/current/doc/freebsd.sgml
+net/tcpip/current/doc/openbsd.sgml
+net/ns/dns/current/doc/dns.sgml
 io/eth/current/doc/ethdrv.sgml
 net/snmp/agent/current/doc/snmp.sgml
 net/snmp/agent/current/doc/snmp-manpages.sgml
-net/ns/dns/current/doc/dns.sgml
 net/httpd/current/doc/httpd.sgml
 net/ftpclient/current/doc/ftpclient.sgml
 services/crc/current/doc/crc.sgml
 services/cpuload/current/doc/cpuload.sgml
 services/profile/gprof/current/doc/profile.sgml
+services/power/common/current/doc/power.sgml
+io/usb/slave/current/doc/usbs.sgml
+io/usb/eth/slave/current/doc/usbseth.sgml
+hal/synth/arch/current/doc/synth.sgml
+devs/usb/sa11x0/current/doc/usbs_sa11x0.sgml
+devs/usb/nec_upd985xx/current/doc/usbs_upd985xx.sgml
+devs/eth/synth/ecosynth/current/doc/syntheth.sgml
+devs/watchdog/synth/current/doc/synth_watchdog.sgml
Index: doc/sgml/makemakefile
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/makemakefile,v
retrieving revision 1.9
diff -u -5 -p -r1.9 makemakefile
--- doc/sgml/makemakefile	3 Feb 2003 16:35:33 -0000	1.9
+++ doc/sgml/makemakefile	24 Feb 2003 06:46:05 -0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 
-touch ecos.sgml
+touch ecos-ref.sgml
 touch makefile
-chmod +w ecos.sgml 
+chmod +w ecos-ref.sgml 
 chmod +w makefile
 
 cat > makefile <<EOF
 #=============================================================================
 #
@@ -15,10 +15,11 @@ cat > makefile <<EOF
 #=============================================================================
 #####ECOSGPLCOPYRIGHTBEGIN####
 # -------------------------------------------
 # This file is part of eCos, the Embedded Configurable Operating System.
 # Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+# Copyright (C) 2003 Jonathan Larmour
 #
 # eCos is free software; you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free
 # Software Foundation; either version 2 or (at your option) any later version.
 #
@@ -53,14 +54,14 @@ cat > makefile <<EOF
 #####DESCRIPTIONEND####
 #=============================================================================
 
 TOPLEVEL   := ../../packages
 EOF
-/bin/echo MAIN_SGML   := ecos.sgml >> makefile
+/bin/echo MAIN_SGML   := ecos-ref.sgml >> makefile
 /bin/echo -n OTHER_SGML   :=  >> makefile
 
-cat >ecos.sgml <<EOF
+cat >ecos-ref.sgml <<EOF
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
 
 <!-- Begin Document Specific Declarations -->
 <!ENTITY ui "&micro;ITRON">
 <!ENTITY versiondir CDATA "v2_0">
@@ -73,39 +74,54 @@ PACKAGEVER=${1:-'current'}
 for i in `cat doclist`; do
   line="`echo $i | sed 's/#.*//;'`"
   if (test ! -z $line); then
    /bin/echo -n " ../../packages/$i" | sed "s@/current/@/${PACKAGEVER}/@g" >> makefile
    entityi="`echo $i | sed 's@/@- at g; s at \ dot @- at g; s at _@- at g; s at -current-doc@@g; s at -current@@g'`"
-   echo "<!ENTITY $entityi SYSTEM \"../../packages/$i\">" | sed "s@/current/@/${PACKAGEVER}/@g" >> ecos.sgml
+   echo "<!ENTITY $entityi SYSTEM \"../../packages/$i\">" | sed "s@/current/@/${PACKAGEVER}/@g" >> ecos-ref.sgml
+  fi
+done
+
+# Go through again but find GIFs to copy
+for i in `for j in \`cat doclist\` ; do dirname $j ; done | sort | uniq` ; do
+  diri=`echo ../../packages/$i | sed "s@/current/@/${PACKAGEVER}/@g"`
+  dirigifs=`ls $diri/*.gif 2>/dev/null | tr '\n' ' '`
+  if [ x"$dirigifs" != x ]; then
+        copyfiles="$copyfiles $dirigifs"
   fi
 done
-echo "<!ENTITY hal-common-current-doc-porting-sgml SYSTEM \"../../packages/hal/common/${PACKAGEVER}/doc/porting.sgml\">" >> ecos.sgml
 
 cat >> makefile <<EOF
 
-MAIN_HTML  := ecos.html
-MAIN_PDF   := ecos.pdf
+MAIN_HTML  := ecos-ref.html
+MAIN_PDF   := ecos-ref.pdf
 PICTURES   :=
+COPYFILES  := $copyfiles
 
 include \$(TOPLEVEL)/pkgconf/rules.doc
 EOF
 
-cat >> ecos.sgml <<EOF
+cat >> ecos-ref.sgml <<EOF
 <!-- End Document Specific Declarations -->
 ]>
 
-<BOOK ID="ECOS">
+<BOOK ID="ECOS-REF">
   <bookinfo>
-    <TITLE>eCos</TITLE>
+    <TITLE>eCos Reference Manual</TITLE>
 
     <copyright>
       <year>1998</year>
       <year>1999</year>
       <year>2000</year>
       <year>2001</year>
       <year>2002</year>
+      <year>2003</year>
       <holder>Red Hat, Inc.</holder>
+      <holder>Nick Garnett (eCosCentric)</holder>
+      <holder>Jonathan Larmour (eCosCentric)</holder>
+      <holder>Andrew Lunn (Ascom)</holder>
+      <holder>Gary Thomas (MLB Associates)</holder>
+      <holder>Bart Veer (eCosCentric)</holder>
     </copyright>
 
     <legalnotice>
 	<title>Documentation licensing terms</title>
 <para>This material may be distributed only subject to the terms
@@ -151,16 +167,18 @@ of Microsoft Corporation, Inc. </para>
 <para>All other brand and product names, trademarks, and copyrights are the
 property of their respective owners. </para>
       </legalnotice>
       <legalnotice>
 <title>Warranty</title>
-<para>eCos and RedBoot are open source software, covered by the Red Hat eCos Public License,
+<para>eCos and RedBoot are open source software, covered by a
+modified version of the <ulink url="http://www.gnu.org/copyleft/gpl.html";>GNU
+General Public Licence</ulink>,
 and you are welcome to change it and/or distribute copies of it under certain
-conditions. The supplied version of eCos and/or RedBoot is supported for customers of Red Hat. See <ulink
+conditions. See <ulink
 url="http://sources.redhat.com/ecos/license-overview.html";>http://sources.redhat.com/ecos/license-overview.html
-</ulink></para>
-<para>For non-customers, eCos and RedBoot software has NO WARRANTY. </para>
+</ulink> for more information about the license.</para>
+<para>eCos and RedBoot software have NO WARRANTY. </para>
 <para>Because this software is licensed free of charge, there are no warranties
 for it, to the extent permitted by applicable law. Except when otherwise stated
 in writing, the copyright holders and/or other parties provide the software
 &ldquo;as is&rdquo; without warranty of any kind, either expressed or implied,
 including, but not limited to, the implied warranties of merchantability and
@@ -184,14 +202,12 @@ EOF
 for i in `cat doclist`; do
   line="`echo $i | sed 's/#.*//;'`"
   if (test ! -z $line); then
    entityi="`echo $i | sed 's@/@- at g; s at \ dot @- at g; s at _@- at g; s at -current-doc@@g; s at -current@@g'`"
    # special kludge
-   if [ "`basename $i`" != "tcpip-manpages.sgml" -a "`basename $i`" != "snmp-manpages.sgml" ]; then
-     echo "&$entityi;" >> ecos.sgml
+   if [ "`basename $i`" != "tcpip-manpages.sgml" -a "`basename $i`" != "snmp-manpages.sgml" -a "`basename $i`" != "porting.sgml" ]; then
+     echo "&$entityi;" >> ecos-ref.sgml
    fi
   fi
 done
 
-echo '</book>' >> ecos.sgml
-
-
+echo '</book>' >> ecos-ref.sgml
Index: packages/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.99
diff -u -5 -p -r1.99 ChangeLog
--- packages/ChangeLog	21 Feb 2003 18:17:32 -0000	1.99
+++ packages/ChangeLog	24 Feb 2003 06:46:07 -0000
@@ -1,5 +1,11 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* pkgconf/rules.doc: Allow support for copying files directly from
+	source doc dir to build dir. Primarily intended for copying over
+	pre-built GIFs for the moment.
+
 2003-02-20  Gary Thomas  <gary at mind dot be>
 
 	* ecos.db: New platform - NMI uE250 (ARM Xscale PXA250)
 
 2003-02-14  Tim Michals  <t dot michals at attbi dot com>
Index: packages/compat/posix/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/posix/current/ChangeLog,v
retrieving revision 1.37
diff -u -5 -p -r1.37 ChangeLog
--- packages/compat/posix/current/ChangeLog	13 Feb 2003 14:34:04 -0000	1.37
+++ packages/compat/posix/current/ChangeLog	24 Feb 2003 06:46:07 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* doc/posix.sgml: Expunge EL/IX. Dead standard.
+
 2003-02-13  Jonathan Larmour  <jifl at eCosCentric dot com>
 
 	* src/mutex.cxx: Include sched.hxx for scheduler lock/unlock primitives.
 	Reported by Jani Monoses.
 
Index: packages/compat/posix/current/cdl/posix.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/posix/current/cdl/posix.cdl,v
retrieving revision 1.10
diff -u -5 -p -r1.10 posix.cdl
--- packages/compat/posix/current/cdl/posix.cdl	31 Jan 2003 11:53:14 -0000	1.10
+++ packages/compat/posix/current/cdl/posix.cdl	24 Feb 2003 06:46:08 -0000
@@ -50,10 +50,11 @@
 
 cdl_package CYGPKG_POSIX {
     display        "POSIX compatibility layer"
     description    "This package enables the POSIX compatibility
                     layer that implements IEEE 1003.1."
+    doc            ref/posix-compatibility.html
     include_dir    cyg/posix
     
     requires       CYGPKG_KERNEL
     requires       CYGPKG_ISOINFRA
     requires       CYGPKG_ERROR
Index: packages/compat/posix/current/doc/posix.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/posix/current/doc/posix.sgml,v
retrieving revision 1.3
diff -u -5 -p -r1.3 posix.sgml
--- packages/compat/posix/current/doc/posix.sgml	13 Jan 2003 05:49:43 -0000	1.3
+++ packages/compat/posix/current/doc/posix.sgml	24 Feb 2003 06:46:09 -0000
@@ -27,22 +27,21 @@
 <!-- ####DESCRIPTIONEND####                                          -->
 <!-- =============================================================== -->
 
 <!-- }}} -->
 
-<part id="elix-compatibility">
-<title>eCos EL/IX compatibility layer</title>
+<part id="posix-compatibility">
+<title>eCos POSIX compatibility layer</title>
 
 <chapter id="posix-standard-support">
 <title>POSIX Standard Support</title>
 
 <!-- {{{ Intro  -->
 
     <para>
       eCos contains support for the POSIX Specification (ISO&sol;IEC
-      9945-1)&lsqb;POSIX&rsqb;. This support follows EL&sol;IX level 1
-      in the functionality supplied &lsqb;ELIX&rsqb;.
+      9945-1)&lsqb;POSIX&rsqb;.
     </para>
     <para>
       POSIX support is divided between the POSIX and the FILEIO
       packages. The POSIX package provides support for threads,
       signals, synchronization, timers and message queues. The FILEIO
@@ -1461,17 +1460,10 @@ int shutdown( int s, int how);
 <!-- {{{ Bibliography -->
 
 <bibliography id="posix-references-and-bibliography">
 <title>References and Bibliography</title>
 
-    <bibliomixed>
-      <bibliomisc>[ELIX]</bibliomisc>
-      <title>Embedded Linux API Specification</title>
-      <bibliomisc><ulink
-	  url="http://sources.redhat.com/elix/";>http://sources.redhat.com/elix/
-	</ulink></bibliomisc>
-    </bibliomixed>
     <bibliomixed>
       <bibliomisc>&lsqb;Lewine&rsqb;</bibliomisc>
       <author>
 	<firstname>Donald</firstname>
 	<othername>A.</othername>
Index: packages/compat/uitron/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/uitron/current/ChangeLog,v
retrieving revision 1.23
diff -u -5 -p -r1.23 ChangeLog
--- packages/compat/uitron/current/ChangeLog	29 May 2002 18:28:04 -0000	1.23
+++ packages/compat/uitron/current/ChangeLog	24 Feb 2003 06:46:09 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/uitron.cdl: Update doc link.
+
 2002-05-27  Jesper Skov  <jskov at redhat dot com>
 
 	* cdl/uitron.cdl: Don't build C tests when C++ options selected.
 
 2002-05-22  Nick Garnett  <nickg at redhat dot com>
Index: packages/compat/uitron/current/cdl/uitron.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/uitron/current/cdl/uitron.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 uitron.cdl
--- packages/compat/uitron/current/cdl/uitron.cdl	29 May 2002 18:28:05 -0000	1.6
+++ packages/compat/uitron/current/cdl/uitron.cdl	24 Feb 2003 06:46:09 -0000
@@ -50,11 +50,11 @@
 # ====================================================================
 
 cdl_package CYGPKG_UITRON {
     display       "uITRON compatibility layer"
     include_dir   cyg/compat/uitron
-    doc           redirect/micro-itron-api.html
+    doc           ref/compat-uitron.html
     requires      CYGPKG_KERNEL
     description   "
         eCos supports a uITRON Compatibility Layer, providing
         full Level S (Standard) compliance with Version 3.02 of
         the uITRON Standard, plus many Level E (Extended) features.
Index: packages/devs/eth/synth/ecosynth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/synth/ecosynth/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- packages/devs/eth/synth/ecosynth/current/ChangeLog	13 Feb 2003 22:22:03 -0000	1.6
+++ packages/devs/eth/synth/ecosynth/current/ChangeLog	24 Feb 2003 06:46:11 -0000
@@ -1,5 +1,14 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/syntheth.cdl: Add doc link.
+
+	* doc/syntheth.sgml: Comment out DOCTYPE for now to allow building
+	with standard doc build.
+	Add an enclosing <reference> so it's structured better with standard
+	doc build.
+
 2003-02-13  Bart Veer  <bartv at ecoscentric dot com>
 
 	* src/syntheth.c, cdl/syntheth.cdl: add dependency on errno.h for
 	error codes, and avoid memset() warning
 
Index: packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 syntheth.cdl
--- packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl	13 Feb 2003 22:24:14 -0000	1.3
+++ packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl	24 Feb 2003 06:46:11 -0000
@@ -57,10 +57,11 @@ cdl_package CYGPKG_DEVS_ETH_ECOSYNTH {
         ethernet device as provided by the Linux kernel's tunnel/tap
         support. The eCos code interacts with a suitable Linux application
         through the I/O auxiliary. Up to four ethernet devices are
         supported, and the host-side target definition file controls how
         each device will perform its I/O."
+    doc         ref/devs-eth-synth-ecosynth.html
     
     parent      CYGPKG_IO_ETH_DRIVERS
     active_if   CYGPKG_IO_ETH_DRIVERS
     active_if   CYGPKG_HAL_SYNTH
 
Index: packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml,v
retrieving revision 1.2
diff -u -5 -p -r1.2 syntheth.sgml
--- packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml	25 Sep 2002 19:54:42 -0000	1.2
+++ packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml	24 Feb 2003 06:46:11 -0000
@@ -1,6 +1,6 @@
-<!DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
+<!-- DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN" -->
 
 <!-- {{{ Banner                         -->
 
 <!-- =============================================================== -->
 <!--                                                                 -->
@@ -31,10 +31,13 @@
 <!-- ####DESCRIPTIONEND####                                          -->
 <!-- =============================================================== -->
 
 <!-- }}} -->
 
+<reference id="devs-eth-synth-ecosynth-ref">
+  <title>Synthetic Target Ethernet Driver</title>
+
 <refentry id="devs-eth-synth-ecosynth">
   <refmeta>
     <refentrytitle>Synthetic Target Ethernet Driver</refentrytitle>
   </refmeta>
   <refnamediv>
@@ -510,5 +513,6 @@ This procedure returns a list of the eth
 instantiated, for example <literal>{eth0 eth1}</literal>.
     </para>
   </refsect1>
 
 </refentry>
+</reference>
Index: packages/devs/serial/arm/aaed2000/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/aaed2000/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/arm/aaed2000/current/ChangeLog	23 May 2002 23:01:08 -0000	1.2
+++ packages/devs/serial/arm/aaed2000/current/ChangeLog	24 Feb 2003 06:46:16 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_aaed2000.cdl: Remove irrelevant doc link.
+
 2001-11-14  Jesper Skov  <jskov at redhat dot com>
 
 	* src/aaed2000_serial.c	(aaed2000_serial_DSR): Reworked a little
 	to fill/empty FIFO.
 
Index: packages/devs/serial/arm/aaed2000/current/cdl/ser_arm_aaed2000.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/aaed2000/current/cdl/ser_arm_aaed2000.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_arm_aaed2000.cdl
--- packages/devs/serial/arm/aaed2000/current/cdl/ser_arm_aaed2000.cdl	23 May 2002 23:01:08 -0000	1.2
+++ packages/devs/serial/arm/aaed2000/current/cdl/ser_arm_aaed2000.cdl	24 Feb 2003 06:46:16 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_AAED200
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            Agilent AAED2000."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   aaed2000_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/aeb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/aeb/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- packages/devs/serial/arm/aeb/current/ChangeLog	23 May 2002 23:01:08 -0000	1.8
+++ packages/devs/serial/arm/aeb/current/ChangeLog	24 Feb 2003 06:46:17 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_aeb.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_arm_aeb.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/arm/aeb/current/cdl/ser_arm_aeb.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/aeb/current/cdl/ser_arm_aeb.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_arm_aeb.cdl
--- packages/devs/serial/arm/aeb/current/cdl/ser_arm_aeb.cdl	23 May 2002 23:01:08 -0000	1.6
+++ packages/devs/serial/arm/aeb/current/cdl/ser_arm_aeb.cdl	24 Feb 2003 06:46:17 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_AEB {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            ARM AEB-1."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   aeb_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/at91/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/at91/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- packages/devs/serial/arm/at91/current/ChangeLog	23 May 2002 23:01:08 -0000	1.6
+++ packages/devs/serial/arm/at91/current/ChangeLog	24 Feb 2003 06:46:17 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_at91.cdl: Remove irrelevant doc link.
+
 2001-09-20  Jesper Skov  <jskov at redhat dot com>
 
 	* src/at91_serial.c (at91_serial_init): Use valid interrupt priority.
 
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
Index: packages/devs/serial/arm/at91/current/cdl/ser_arm_at91.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/at91/current/cdl/ser_arm_at91.cdl,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ser_arm_at91.cdl
--- packages/devs/serial/arm/at91/current/cdl/ser_arm_at91.cdl	23 May 2002 23:01:09 -0000	1.4
+++ packages/devs/serial/arm/at91/current/cdl/ser_arm_at91.cdl	24 Feb 2003 06:46:17 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_AT91 {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            Atmel AT91 (EB40)."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   at91_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/cerfpda/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/cerfpda/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/arm/cerfpda/current/ChangeLog	23 May 2002 23:01:09 -0000	1.2
+++ packages/devs/serial/arm/cerfpda/current/ChangeLog	24 Feb 2003 06:46:17 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_cerfpda.cdl: Remove irrelevant doc link.
+
 2002-02-04  Gary Thomas  <gthomas at redhat dot com>
 
 	* include/arm_sa1110_cerfpda_ser.inl: 
 	* cdl/ser_arm_cerfpda.cdl: New file(s) - port to Intrinsyc CerfPDA.
 
Index: packages/devs/serial/arm/cerfpda/current/cdl/ser_arm_cerfpda.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/cerfpda/current/cdl/ser_arm_cerfpda.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_arm_cerfpda.cdl
--- packages/devs/serial/arm/cerfpda/current/cdl/ser_arm_cerfpda.cdl	23 May 2002 23:01:09 -0000	1.2
+++ packages/devs/serial/arm/cerfpda/current/cdl/ser_arm_cerfpda.cdl	24 Feb 2003 06:46:17 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_CERFPDA
     include_dir   cyg/io
 
     description   "
            This option enables the serial 16x5x device drivers for the
            Cerfpda."
-    doc           redirect/ecos-device-drivers.html
 
     # FIXME: This really belongs in the GENERIC_16X5X package
     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
         display   "Generic 16x5x serial driver required"
     }
Index: packages/devs/serial/arm/cma230/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/cma230/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/arm/cma230/current/ChangeLog	23 May 2002 23:01:09 -0000	1.7
+++ packages/devs/serial/arm/cma230/current/ChangeLog	24 Feb 2003 06:46:17 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_cma230.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_arm_cma230.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/arm/cma230/current/cdl/ser_arm_cma230.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/cma230/current/cdl/ser_arm_cma230.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_arm_cma230.cdl
--- packages/devs/serial/arm/cma230/current/cdl/ser_arm_cma230.cdl	23 May 2002 23:01:09 -0000	1.6
+++ packages/devs/serial/arm/cma230/current/cdl/ser_arm_cma230.cdl	24 Feb 2003 06:46:18 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_CMA230 
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            Cogent ARM/CMA230."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   cma230_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/e7t/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/e7t/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- packages/devs/serial/arm/e7t/current/ChangeLog	23 May 2002 23:01:10 -0000	1.3
+++ packages/devs/serial/arm/e7t/current/ChangeLog	24 Feb 2003 06:46:18 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_e7t.cdl: Remove irrelevant doc link.
+
 2001-10-19  Lars Lindqvist  <Lars dot Lindqvist at combitechsystems dot com>
 2001-10-19  Jonathan Larmour  <jlarmour at redhat dot com>
 
 	* New package.
 
Index: packages/devs/serial/arm/e7t/current/cdl/ser_arm_e7t.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/e7t/current/cdl/ser_arm_e7t.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ser_arm_e7t.cdl
--- packages/devs/serial/arm/e7t/current/cdl/ser_arm_e7t.cdl	23 May 2002 23:01:10 -0000	1.3
+++ packages/devs/serial/arm/e7t/current/cdl/ser_arm_e7t.cdl	24 Feb 2003 06:46:18 -0000
@@ -3,42 +3,42 @@
 #      ser_arm_e7t.cdl
 #
 #      eCos serial ARM/AEB-2 (E7T) configuration data
 #
 # ====================================================================
-#####ECOSGPLCOPYRIGHTBEGIN####
-## -------------------------------------------
-## This file is part of eCos, the Embedded Configurable Operating System.
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
-##
-## eCos is free software; you can redistribute it and/or modify it under
-## the terms of the GNU General Public License as published by the Free
-## Software Foundation; either version 2 or (at your option) any later version.
-##
-## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
-## WARRANTY; without even the implied warranty of MERCHANTABILITY or
-## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-## for more details.
-##
-## You should have received a copy of the GNU General Public License along
-## with eCos; if not, write to the Free Software Foundation, Inc.,
-## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-##
-## As a special exception, if other files instantiate templates or use macros
-## or inline functions from this file, or you compile this file and link it
-## with other works to produce a work based on this file, this file does not
-## by itself cause the resulting work to be covered by the GNU General Public
-## License. However the source code for this file must still be made available
-## in accordance with section (3) of the GNU General Public License.
-##
-## This exception does not invalidate any other reasons why a work based on
-## this file might be covered by the GNU General Public License.
-##
-## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
-## at http://sources.redhat.com/ecos/ecos-license/
-## -------------------------------------------
-#####ECOSGPLCOPYRIGHTEND####
+#####ECOSGPLCOPYRIGHTBEGIN####
+## -------------------------------------------
+## This file is part of eCos, the Embedded Configurable Operating System.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+##
+## eCos is free software; you can redistribute it and/or modify it under
+## the terms of the GNU General Public License as published by the Free
+## Software Foundation; either version 2 or (at your option) any later version.
+##
+## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
+## WARRANTY; without even the implied warranty of MERCHANTABILITY or
+## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+## for more details.
+##
+## You should have received a copy of the GNU General Public License along
+## with eCos; if not, write to the Free Software Foundation, Inc.,
+## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+##
+## As a special exception, if other files instantiate templates or use macros
+## or inline functions from this file, or you compile this file and link it
+## with other works to produce a work based on this file, this file does not
+## by itself cause the resulting work to be covered by the GNU General Public
+## License. However the source code for this file must still be made available
+## in accordance with section (3) of the GNU General Public License.
+##
+## This exception does not invalidate any other reasons why a work based on
+## this file might be covered by the GNU General Public License.
+##
+## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
+## at http://sources.redhat.com/ecos/ecos-license/
+## -------------------------------------------
+#####ECOSGPLCOPYRIGHTEND####
 # ====================================================================
 ######DESCRIPTIONBEGIN####
 #
 # Author(s):      Lars dot Lindqvist at combitechsystems dot com
 # Contributors:   jlarmour
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_E7T {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This package contains serial device drivers for the
            ARM AEB-2 (E7T)."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   e7t_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/ebsa285/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/arm/ebsa285/current/ChangeLog	23 May 2002 23:01:10 -0000	1.7
+++ packages/devs/serial/arm/ebsa285/current/ChangeLog	24 Feb 2003 06:46:18 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_ebsa285.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_arm_ebsa285.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/arm/ebsa285/current/cdl/ser_arm_ebsa285.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/ebsa285/current/cdl/ser_arm_ebsa285.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_arm_ebsa285.cdl
--- packages/devs/serial/arm/ebsa285/current/cdl/ser_arm_ebsa285.cdl	23 May 2002 23:01:10 -0000	1.6
+++ packages/devs/serial/arm/ebsa285/current/cdl/ser_arm_ebsa285.cdl	24 Feb 2003 06:46:18 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_EBSA285
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            StrongARM/EBSA285."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   ebsa285_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/edb7xxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/edb7xxx/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- packages/devs/serial/arm/edb7xxx/current/ChangeLog	23 May 2002 23:01:10 -0000	1.8
+++ packages/devs/serial/arm/edb7xxx/current/ChangeLog	24 Feb 2003 06:46:19 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_edb7xxx.cdl: Remove irrelevant doc link.
+
 2001-10-12  Jonathan Larmour  <jlarmour at redhat dot com>
 
 	* cdl/ser_arm_edb7xxx.cdl: Clarify package description strings.
 
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
Index: packages/devs/serial/arm/edb7xxx/current/cdl/ser_arm_edb7xxx.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/edb7xxx/current/cdl/ser_arm_edb7xxx.cdl,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ser_arm_edb7xxx.cdl
--- packages/devs/serial/arm/edb7xxx/current/cdl/ser_arm_edb7xxx.cdl	23 May 2002 23:01:11 -0000	1.7
+++ packages/devs/serial/arm/edb7xxx/current/cdl/ser_arm_edb7xxx.cdl	24 Feb 2003 06:46:19 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_EDB7XXX
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            Cirrus Logic ARM based development boards."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   edb7xxx_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/integrator/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/integrator/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- packages/devs/serial/arm/integrator/current/ChangeLog	23 May 2002 23:01:11 -0000	1.3
+++ packages/devs/serial/arm/integrator/current/ChangeLog	24 Feb 2003 06:46:19 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_integrator.cdl: Remove irrelevant doc link.
+
 2002-03-06  Nick Garnett  <nickg at redhat dot com>
 
 	* cdl/ser_arm_integrator.cdl:
 	Disable testing of 57600 and 115200 baud rates. The CPUs we are
 	currently using (ARM7TDMI and ARM966E) have no cache and are too
Index: packages/devs/serial/arm/integrator/current/cdl/ser_arm_integrator.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/integrator/current/cdl/ser_arm_integrator.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ser_arm_integrator.cdl
--- packages/devs/serial/arm/integrator/current/cdl/ser_arm_integrator.cdl	23 May 2002 23:01:11 -0000	1.3
+++ packages/devs/serial/arm/integrator/current/cdl/ser_arm_integrator.cdl	24 Feb 2003 06:46:19 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_INTEGRA
     requires      CYGPKG_ERROR
     include_dir   cyg/io
     description   "
            This option enables the serial device drivers for the
            ARM INTEGRATOR."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   integrator_serial_with_ints.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/arm/iop310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/iop310/current/ChangeLog,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ChangeLog
--- packages/devs/serial/arm/iop310/current/ChangeLog	12 Nov 2002 17:38:41 -0000	1.1
+++ packages/devs/serial/arm/iop310/current/ChangeLog	24 Feb 2003 06:46:19 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_iop310.cdl: Remove irrelevant doc link.
+
 2002-11-12  Gary Thomas  <gary at mlbassoc dot com>
 
 	* include/arm_iop310_ser.inl: 
 	* cdl/ser_arm_iop310.cdl: New Xscale platforms layout.
 
Index: packages/devs/serial/arm/iop310/current/cdl/ser_arm_iop310.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/iop310/current/cdl/ser_arm_iop310.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ser_arm_iop310.cdl
--- packages/devs/serial/arm/iop310/current/cdl/ser_arm_iop310.cdl	12 Nov 2002 17:38:41 -0000	1.1
+++ packages/devs/serial/arm/iop310/current/cdl/ser_arm_iop310.cdl	24 Feb 2003 06:46:19 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_XSCALE_
     include_dir   cyg/io
 
     description   "
            This option enables the serial device drivers for the
            Xscale board using the IOP310 chipset."
-    doc           redirect/ecos-device-drivers.html
 
     # FIXME: This really belongs in the GENERIC_16X5X package
     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
         display   "Generic 16x5x serial driver required"
     }
Index: packages/devs/serial/arm/iq80321/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/iq80321/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/arm/iq80321/current/ChangeLog	23 May 2002 23:01:12 -0000	1.2
+++ packages/devs/serial/arm/iq80321/current/ChangeLog	24 Feb 2003 06:46:19 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_iq80321.cdl: Remove irrelevant doc link.
+
 2002-01-25  Nick Garnett  <nickg at redhat dot com>
 
 	* include/arm_iq80321_ser.inl: 
 	* cdl/ser_arm_iq80321.cdl:
 	IQ80321 files created, by copying the IQ80310 versions and editing.
Index: packages/devs/serial/arm/iq80321/current/cdl/ser_arm_iq80321.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/iq80321/current/cdl/ser_arm_iq80321.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_arm_iq80321.cdl
--- packages/devs/serial/arm/iq80321/current/cdl/ser_arm_iq80321.cdl	23 May 2002 23:01:12 -0000	1.2
+++ packages/devs/serial/arm/iq80321/current/cdl/ser_arm_iq80321.cdl	24 Feb 2003 06:46:19 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_IQ80321
     include_dir   cyg/io
 
     description   "
            This option enables the serial device drivers for the
            IQ80321 evaluation board."
-    doc           redirect/ecos-device-drivers.html
 
     # FIXME: This really belongs in the GENERIC_16X5X package
     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
         display   "Generic 16x5x serial driver required"
     }
Index: packages/devs/serial/arm/pid/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/pid/current/ChangeLog,v
retrieving revision 1.9
diff -u -5 -p -r1.9 ChangeLog
--- packages/devs/serial/arm/pid/current/ChangeLog	23 May 2002 23:01:12 -0000	1.9
+++ packages/devs/serial/arm/pid/current/ChangeLog	24 Feb 2003 06:46:20 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_pid.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_arm_pid.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/arm/pid/current/cdl/ser_arm_pid.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/pid/current/cdl/ser_arm_pid.cdl,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ser_arm_pid.cdl
--- packages/devs/serial/arm/pid/current/cdl/ser_arm_pid.cdl	23 May 2002 23:01:14 -0000	1.7
+++ packages/devs/serial/arm/pid/current/cdl/ser_arm_pid.cdl	24 Feb 2003 06:46:20 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_PID {
     include_dir   cyg/io
 
     description   "
            This option enables the serial device drivers for the
            ARM PID."
-    doc           redirect/ecos-device-drivers.html
 
     # FIXME: This really belongs in the GENERIC_16X5X package
     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
         display   "Generic 16x5x serial driver required"
     }
Index: packages/devs/serial/arm/sa11x0/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/sa11x0/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/arm/sa11x0/current/ChangeLog	23 May 2002 23:01:18 -0000	1.7
+++ packages/devs/serial/arm/sa11x0/current/ChangeLog	24 Feb 2003 06:46:20 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_arm_sa11x0.cdl: Remove irrelevant doc link.
+
 2001-10-09  Hugo Tyson  <hmt at redhat dot com>
 
 	* src/sa11x0_serial.c (sa11x0_serial_DSR): Acknowledge the
 	interrupts for start or end of a line break, otherwise messing
 	with the wiring can cause an interrupt loop and hang the target.
Index: packages/devs/serial/arm/sa11x0/current/cdl/ser_arm_sa11x0.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/sa11x0/current/cdl/ser_arm_sa11x0.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_arm_sa11x0.cdl
--- packages/devs/serial/arm/sa11x0/current/cdl/ser_arm_sa11x0.cdl	23 May 2002 23:01:19 -0000	1.5
+++ packages/devs/serial/arm/sa11x0/current/cdl/ser_arm_sa11x0.cdl	24 Feb 2003 06:46:20 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_ARM_SA11X0 
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            StrongARM SA11X0."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   sa11x0_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/generic/16x5x/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/generic/16x5x/current/ChangeLog,v
retrieving revision 1.9
diff -u -5 -p -r1.9 ChangeLog
--- packages/devs/serial/generic/16x5x/current/ChangeLog	23 May 2002 23:01:19 -0000	1.9
+++ packages/devs/serial/generic/16x5x/current/ChangeLog	24 Feb 2003 06:46:20 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_generic_16x5x.cdl: Remove irrelevant doc link.
+
 2001-06-19  Jesper Skov  <jskov at redhat dot com>
 
 	* cdl/ser_generic_16x5x.cdl: Only define
 	CYGDAT_IO_SERIAL_DEVICE_HEADER when necessary.
 
Index: packages/devs/serial/generic/16x5x/current/cdl/ser_generic_16x5x.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/generic/16x5x/current/cdl/ser_generic_16x5x.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_generic_16x5x.cdl
--- packages/devs/serial/generic/16x5x/current/cdl/ser_generic_16x5x.cdl	23 May 2002 23:01:19 -0000	1.5
+++ packages/devs/serial/generic/16x5x/current/cdl/ser_generic_16x5x.cdl	24 Feb 2003 06:46:20 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_GENERIC_16X
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            16x5x compatiple controllers."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   ser_16x5x.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/h8300/h8300h/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/h8300/h8300h/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/h8300/h8300h/current/ChangeLog	23 May 2002 23:01:19 -0000	1.2
+++ packages/devs/serial/h8300/h8300h/current/ChangeLog	24 Feb 2003 06:46:20 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/serial_h8300.cdl: Remove irrelevant doc link.
+
 2002-04-24  Yoshinori Sato  <qzb04471 at nifty dot ne dot jp>
 
 	* New package.
 
 //===========================================================================
Index: packages/devs/serial/h8300/h8300h/current/cdl/serial_h8300.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/h8300/h8300h/current/cdl/serial_h8300.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 serial_h8300.cdl
--- packages/devs/serial/h8300/h8300h/current/cdl/serial_h8300.cdl	23 May 2002 23:01:19 -0000	1.2
+++ packages/devs/serial/h8300/h8300h/current/cdl/serial_h8300.cdl	24 Feb 2003 06:46:20 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_H8300_SCI {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            SCI module in Hitachi H8/300 CPUs."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a h8300_sci_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/i386/pc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/i386/pc/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- packages/devs/serial/i386/pc/current/ChangeLog	23 May 2002 23:01:19 -0000	1.8
+++ packages/devs/serial/i386/pc/current/ChangeLog	24 Feb 2003 06:46:20 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_i386_pc.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_i386_pc.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/i386/pc/current/cdl/ser_i386_pc.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/i386/pc/current/cdl/ser_i386_pc.cdl,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ser_i386_pc.cdl
--- packages/devs/serial/i386/pc/current/cdl/ser_i386_pc.cdl	23 May 2002 23:01:20 -0000	1.7
+++ packages/devs/serial/i386/pc/current/cdl/ser_i386_pc.cdl	24 Feb 2003 06:46:21 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_I386_PC {
     requires      CYGPKG_ERROR
     include_dir   cyg/io
     description   "
            This option enables the serial device drivers for the
            PC."
-    doc           redirect/ecos-device-drivers.html
 
     # FIXME: This really belongs in the GENERIC_16X5X package
     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
         display   "Generic 16x5x serial driver required"
     }
Index: packages/devs/serial/loop/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/loop/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- packages/devs/serial/loop/current/ChangeLog	23 May 2002 23:01:20 -0000	1.5
+++ packages/devs/serial/loop/current/ChangeLog	24 Feb 2003 06:46:21 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_loop.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_loop.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/loop/current/cdl/ser_loop.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/loop/current/cdl/ser_loop.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_loop.cdl
--- packages/devs/serial/loop/current/cdl/ser_loop.cdl	23 May 2002 23:01:20 -0000	1.5
+++ packages/devs/serial/loop/current/cdl/ser_loop.cdl	24 Feb 2003 06:46:21 -0000
@@ -55,11 +55,10 @@ cdl_package CYGPKG_IO_SERIAL_LOOP {
     parent        CYGPKG_IO_SERIAL_DEVICES
     active_if     CYGPKG_IO_SERIAL
     requires      CYGPKG_ERROR
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
-    doc           redirect/ecos-device-drivers.html
 
     description   "
        This package contains the loop serial device driver."
 
     compile       -library=libextras.a loop_serial.c
Index: packages/devs/serial/mcf52xx/mcf5272/current/ChangeLog
===================================================================
RCS file: packages/devs/serial/mcf52xx/mcf5272/current/ChangeLog
diff -N packages/devs/serial/mcf52xx/mcf5272/current/ChangeLog
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ packages/devs/serial/mcf52xx/mcf5272/current/ChangeLog	24 Feb 2003 06:46:21 -0000
@@ -0,0 +1,38 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mcf5272_uart.cdl: Remove irrelevant doc link.
+
+//===========================================================================
+//####ECOSGPLCOPYRIGHTBEGIN####
+// -------------------------------------------
+// This file is part of eCos, the Embedded Configurable Operating System.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+//
+// eCos is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License as published by the Free
+// Software Foundation; either version 2 or (at your option) any later version.
+//
+// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
+// WARRANTY; without even the implied warranty of MERCHANTABILITY or
+// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+// for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with eCos; if not, write to the Free Software Foundation, Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+//
+// As a special exception, if other files instantiate templates or use macros
+// or inline functions from this file, or you compile this file and link it
+// with other works to produce a work based on this file, this file does not
+// by itself cause the resulting work to be covered by the GNU General Public
+// License. However the source code for this file must still be made available
+// in accordance with section (3) of the GNU General Public License.
+//
+// This exception does not invalidate any other reasons why a work based on
+// this file might be covered by the GNU General Public License.
+//
+// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
+// at http://sources.redhat.com/ecos/ecos-license/
+// -------------------------------------------
+//####ECOSGPLCOPYRIGHTEND####
+//===========================================================================
Index: packages/devs/serial/mcf52xx/mcf5272/current/cdl/ser_mcf5272_uart.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mcf52xx/mcf5272/current/cdl/ser_mcf5272_uart.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ser_mcf5272_uart.cdl
--- packages/devs/serial/mcf52xx/mcf5272/current/cdl/ser_mcf5272_uart.cdl	29 May 2002 18:28:06 -0000	1.1
+++ packages/devs/serial/mcf52xx/mcf5272/current/cdl/ser_mcf5272_uart.cdl	24 Feb 2003 06:46:21 -0000
@@ -47,11 +47,10 @@ cdl_package CYGPKG_IO_SERIAL_MCF5272_UAR
     requires      CYGPKG_ERROR
     include_dir   cyg/io
     description   "
            This option enables the serial device drivers for the
            GMPU boards."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   ser_mcf5272_uart.c
 
     #define_proc {
     #    puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/mips/atlas/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/atlas/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- packages/devs/serial/mips/atlas/current/ChangeLog	23 May 2002 23:01:20 -0000	1.4
+++ packages/devs/serial/mips/atlas/current/ChangeLog	24 Feb 2003 06:46:21 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mips_atlas.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_mips_atlas.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/mips/atlas/current/cdl/ser_mips_atlas.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/atlas/current/cdl/ser_mips_atlas.cdl,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ser_mips_atlas.cdl
--- packages/devs/serial/mips/atlas/current/cdl/ser_mips_atlas.cdl	23 May 2002 23:01:20 -0000	1.4
+++ packages/devs/serial/mips/atlas/current/cdl/ser_mips_atlas.cdl	24 Feb 2003 06:46:21 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_MIPS_ATLAS 
     include_dir   cyg/io
 #    include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            MIPS ATLAS."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   atlas_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/mips/idt79s334a/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/idt79s334a/current/ChangeLog,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ChangeLog
--- packages/devs/serial/mips/idt79s334a/current/ChangeLog	14 Feb 2003 01:44:03 -0000	1.1
+++ packages/devs/serial/mips/idt79s334a/current/ChangeLog	24 Feb 2003 06:46:21 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mipsidt_334a.cdl: Remove irrelevant doc link.
+
 2003-02-13  Tim Michals  <t dot michals at attbi dot com>
 2003-02-13  Jonathan Larmour  <jifl at eCosCentric dot com>
 
 	* New package - support for MIPS IDT 79s334a board.
 
Index: packages/devs/serial/mips/idt79s334a/current/cdl/ser_mipsidt_334a.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/idt79s334a/current/cdl/ser_mipsidt_334a.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ser_mipsidt_334a.cdl
--- packages/devs/serial/mips/idt79s334a/current/cdl/ser_mipsidt_334a.cdl	14 Feb 2003 01:44:03 -0000	1.1
+++ packages/devs/serial/mips/idt79s334a/current/cdl/ser_mipsidt_334a.cdl	24 Feb 2003 06:46:21 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_MIPS_IDT79S
     include_dir   cyg/io
 #    include_files ; # none _exported_ whatsoever
     description   "
            This package contains the serial device drivers for the
            MIPS IDT79RC32334 reference platform."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   mipsidt_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/mips/jmr3904/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/jmr3904/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/mips/jmr3904/current/ChangeLog	23 May 2002 23:01:20 -0000	1.7
+++ packages/devs/serial/mips/jmr3904/current/ChangeLog	24 Feb 2003 06:46:21 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mips_jmr3904.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_mips_jmr3904.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/mips/jmr3904/current/cdl/ser_mips_jmr3904.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/jmr3904/current/cdl/ser_mips_jmr3904.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_mips_jmr3904.cdl
--- packages/devs/serial/mips/jmr3904/current/cdl/ser_mips_jmr3904.cdl	23 May 2002 23:01:21 -0000	1.6
+++ packages/devs/serial/mips/jmr3904/current/cdl/ser_mips_jmr3904.cdl	24 Feb 2003 06:46:21 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_TX39_JMR390
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            TX39 JMR3904."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   tx3904_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/mips/ref4955/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/ref4955/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- packages/devs/serial/mips/ref4955/current/ChangeLog	23 May 2002 23:01:21 -0000	1.3
+++ packages/devs/serial/mips/ref4955/current/ChangeLog	24 Feb 2003 06:46:22 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mips_ref4955.cdl: Remove irrelevant doc link.
+
 2000-09-18  Jesper Skov  <jskov at redhat dot com>
 
 	* cdl/ser_mips_ref4955.cdl: Use CDL to specify testing parameters.
 
 	* include/mips_tx49_ref4955_ser.inl: Follow type naming changes in
Index: packages/devs/serial/mips/ref4955/current/cdl/ser_mips_ref4955.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/ref4955/current/cdl/ser_mips_ref4955.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ser_mips_ref4955.cdl
--- packages/devs/serial/mips/ref4955/current/cdl/ser_mips_ref4955.cdl	23 May 2002 23:01:21 -0000	1.3
+++ packages/devs/serial/mips/ref4955/current/cdl/ser_mips_ref4955.cdl	24 Feb 2003 06:46:22 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_MIPS_REF495
     include_dir   cyg/io
 
     description   "
            This option enables the serial device drivers for the
            REF4955."
-    doc           redirect/ecos-device-drivers.html
 
     # FIXME: This really belongs in the GENERIC_16X5X package
     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
         display   "Generic 16x5x serial driver required"
     }
Index: packages/devs/serial/mips/upd985xx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/upd985xx/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/mips/upd985xx/current/ChangeLog	23 May 2002 23:01:21 -0000	1.2
+++ packages/devs/serial/mips/upd985xx/current/ChangeLog	24 Feb 2003 06:46:22 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mips_upd985xx.cdl: Remove irrelevant doc link.
+
 2002-02-11  Jesper Skov  <jskov at redhat dot com>
 
 	* src/upd985xx_serial.c (upd985xx_serial_init): Fix compile error.
 
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
Index: packages/devs/serial/mips/upd985xx/current/cdl/ser_mips_upd985xx.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/upd985xx/current/cdl/ser_mips_upd985xx.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_mips_upd985xx.cdl
--- packages/devs/serial/mips/upd985xx/current/cdl/ser_mips_upd985xx.cdl	23 May 2002 23:01:21 -0000	1.2
+++ packages/devs/serial/mips/upd985xx/current/cdl/ser_mips_upd985xx.cdl	24 Feb 2003 06:46:22 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_MIPS_UPD985
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            NEC MIPS uPD985xx system-on-chip device."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   upd985xx_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/mips/vrc437x/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/vrc437x/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- packages/devs/serial/mips/vrc437x/current/ChangeLog	23 May 2002 23:01:21 -0000	1.4
+++ packages/devs/serial/mips/vrc437x/current/ChangeLog	24 Feb 2003 06:46:22 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mips_vrc437x.cdl: Remove irrelevant doc link.
+
 2001-09-18  Nick Garnett  <nickg at redhat dot com>
 
 	* cdl/ser_mips_vrc437x.cdl: 
 	* src/vrc437x_serial.h:
 	* src/vrc437x_serial.c:
Index: packages/devs/serial/mips/vrc437x/current/cdl/ser_mips_vrc437x.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mips/vrc437x/current/cdl/ser_mips_vrc437x.cdl,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ser_mips_vrc437x.cdl
--- packages/devs/serial/mips/vrc437x/current/cdl/ser_mips_vrc437x.cdl	23 May 2002 23:01:21 -0000	1.4
+++ packages/devs/serial/mips/vrc437x/current/cdl/ser_mips_vrc437x.cdl	24 Feb 2003 06:46:23 -0000
@@ -61,11 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_MIPS_VRC437
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            VRC437X."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   vrc437x_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/mn10300/mn10300/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mn10300/mn10300/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- packages/devs/serial/mn10300/mn10300/current/ChangeLog	23 May 2002 23:01:22 -0000	1.6
+++ packages/devs/serial/mn10300/mn10300/current/ChangeLog	24 Feb 2003 06:46:23 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_mn10300.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_mn10300.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/mn10300/mn10300/current/cdl/ser_mn10300.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/mn10300/mn10300/current/cdl/ser_mn10300.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_mn10300.cdl
--- packages/devs/serial/mn10300/mn10300/current/cdl/ser_mn10300.cdl	23 May 2002 23:01:22 -0000	1.5
+++ packages/devs/serial/mn10300/mn10300/current/cdl/ser_mn10300.cdl	24 Feb 2003 06:46:23 -0000
@@ -64,11 +64,10 @@ cdl_package CYGPKG_IO_SERIAL_MN10300 {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            MN10300."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   mn10300_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/powerpc/cme555/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/cme555/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/powerpc/cme555/current/ChangeLog	23 May 2002 23:01:22 -0000	1.2
+++ packages/devs/serial/powerpc/cme555/current/ChangeLog	24 Feb 2003 06:46:23 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_powerpc_cme555.cdl: Remove irrelevant doc link.
+
 2002-04-24  Bob Koninckx  <bob dot koninckx at mech dot kuleuven dot ac dot be>
 
 	* New package.
 
 //===========================================================================
Index: packages/devs/serial/powerpc/cme555/current/cdl/ser_powerpc_cme555.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/cme555/current/cdl/ser_powerpc_cme555.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_powerpc_cme555.cdl
--- packages/devs/serial/powerpc/cme555/current/cdl/ser_powerpc_cme555.cdl	23 May 2002 23:01:22 -0000	1.2
+++ packages/devs/serial/powerpc/cme555/current/cdl/ser_powerpc_cme555.cdl	24 Feb 2003 06:46:23 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_POWERPC_CME
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            cme555 mpc555 development board."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   cme555_serial_with_ints.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/powerpc/cogent/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/cogent/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/powerpc/cogent/current/ChangeLog	23 May 2002 23:01:22 -0000	1.7
+++ packages/devs/serial/powerpc/cogent/current/ChangeLog	24 Feb 2003 06:46:24 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_powerpc_cogent.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_powerpc_cogent.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/powerpc/cogent/current/cdl/ser_powerpc_cogent.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/cogent/current/cdl/ser_powerpc_cogent.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_powerpc_cogent.cdl
--- packages/devs/serial/powerpc/cogent/current/cdl/ser_powerpc_cogent.cdl	23 May 2002 23:01:22 -0000	1.6
+++ packages/devs/serial/powerpc/cogent/current/cdl/ser_powerpc_cogent.cdl	24 Feb 2003 06:46:24 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_POWERPC_COG
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            Cogent PowerPC."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   cogent_serial_with_ints.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/powerpc/ec555/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/ec555/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/powerpc/ec555/current/ChangeLog	23 May 2002 23:01:22 -0000	1.2
+++ packages/devs/serial/powerpc/ec555/current/ChangeLog	24 Feb 2003 06:46:24 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_powerpc_ec555.cdl: Remove irrelevant doc link.
+
 2002-04-24  Bob Koninckx  <bob dot koninckx at mech dot kuleuven dot ac dot be>
 
 	* New package.
 
 //===========================================================================
Index: packages/devs/serial/powerpc/ec555/current/cdl/ser_powerpc_ec555.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/ec555/current/cdl/ser_powerpc_ec555.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_powerpc_ec555.cdl
--- packages/devs/serial/powerpc/ec555/current/cdl/ser_powerpc_ec555.cdl	23 May 2002 23:01:22 -0000	1.2
+++ packages/devs/serial/powerpc/ec555/current/cdl/ser_powerpc_ec555.cdl	24 Feb 2003 06:46:24 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_POWERPC_EC5
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            ec555 mpc555 development board."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   ec555_serial_with_ints.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/powerpc/quicc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/quicc/current/ChangeLog,v
retrieving revision 1.12
diff -u -5 -p -r1.12 ChangeLog
--- packages/devs/serial/powerpc/quicc/current/ChangeLog	10 Dec 2002 15:40:20 -0000	1.12
+++ packages/devs/serial/powerpc/quicc/current/ChangeLog	24 Feb 2003 06:46:25 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_quicc_smc.cdl: Remove irrelevant doc link.
+
 2002-12-10  Gary Thomas  <gthomas at ecoscentric dot com>
 
 	* cdl/ser_quicc_smc.cdl: Only enable devices which exist - as described
 	by the HAL/CDL interfaces.
 
Index: packages/devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_quicc_smc.cdl
--- packages/devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl	10 Dec 2002 15:40:21 -0000	1.6
+++ packages/devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl	24 Feb 2003 06:46:25 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_POWERPC_QUI
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            PowerPC QUICC/SMC."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   quicc_smc_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/powerpc/quicc2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/quicc2/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/powerpc/quicc2/current/ChangeLog	24 Jan 2003 15:13:25 -0000	1.2
+++ packages/devs/serial/powerpc/quicc2/current/ChangeLog	24 Feb 2003 06:46:25 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_quicc2_scc.cdl: Remove irrelevant doc link.
+
 2003-01-24  Gary Thomas  <gary at mlbassoc dot com> (inspired by)
 2003-01-24  Christoph Csebits <christoph dot csebits at frequentis dot com>	
 
 	* src/quicc2_scc_serial.h: Remove invalid ";" from #defines
 
Index: packages/devs/serial/powerpc/quicc2/current/cdl/ser_quicc2_scc.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/quicc2/current/cdl/ser_quicc2_scc.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ser_quicc2_scc.cdl
--- packages/devs/serial/powerpc/quicc2/current/cdl/ser_quicc2_scc.cdl	12 Dec 2002 21:15:30 -0000	1.1
+++ packages/devs/serial/powerpc/quicc2/current/cdl/ser_quicc2_scc.cdl	24 Feb 2003 06:46:25 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_POWERPC_QUI
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            PowerPC QUICC2/SCC."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   quicc2_scc_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/sh/cq7708/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/cq7708/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- packages/devs/serial/sh/cq7708/current/ChangeLog	23 May 2002 23:01:23 -0000	1.6
+++ packages/devs/serial/sh/cq7708/current/ChangeLog	24 Feb 2003 06:46:25 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_sh_cq7708.cdl: Remove irrelevant doc link.
+
 2002-05-08  Jesper Skov  <jskov at redhat dot com>
 
 	* include/sh_sh3_cq7708_sci.inl: Serial register renaming.
 
 2002-04-23  Jesper Skov  <jskov at redhat dot com>
Index: packages/devs/serial/sh/cq7708/current/cdl/ser_sh_cq7708.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/cq7708/current/cdl/ser_sh_cq7708.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_sh_cq7708.cdl
--- packages/devs/serial/sh/cq7708/current/cdl/ser_sh_cq7708.cdl	23 May 2002 23:01:23 -0000	1.5
+++ packages/devs/serial/sh/cq7708/current/cdl/ser_sh_cq7708.cdl	24 Feb 2003 06:46:25 -0000
@@ -60,12 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_SH_CQ7708 {
     include_dir   cyg/io
 
     description   "
            This option enables the serial device drivers for the
            CQ SH3 cq7708 board, based on the generic SH SCI driver."
-    doc           redirect/ecos-device-drivers.html
-
 
     # FIXME: This really belongs in the SH_SCI package
     cdl_interface CYGINT_IO_SERIAL_SH_SCI_REQUIRED {
         display   "SH SCI driver required"
     }
Index: packages/devs/serial/sh/edk7708/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/edk7708/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/sh/edk7708/current/ChangeLog	23 May 2002 23:01:23 -0000	1.7
+++ packages/devs/serial/sh/edk7708/current/ChangeLog	24 Feb 2003 06:46:26 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_sh_edk7708.cdl: Remove irrelevant doc link.
+
 2002-05-08  Jesper Skov  <jskov at redhat dot com>
 
 	* include/sh_sh3_edk7708_sci.inl: Serial register renaming.
 
 2002-04-23  Jesper Skov  <jskov at redhat dot com>
Index: packages/devs/serial/sh/edk7708/current/cdl/ser_sh_edk7708.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/edk7708/current/cdl/ser_sh_edk7708.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_sh_edk7708.cdl
--- packages/devs/serial/sh/edk7708/current/cdl/ser_sh_edk7708.cdl	23 May 2002 23:01:23 -0000	1.6
+++ packages/devs/serial/sh/edk7708/current/cdl/ser_sh_edk7708.cdl	24 Feb 2003 06:46:26 -0000
@@ -61,12 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_SH_EDK7708 
 
     description   "
         This option enables the serial device drivers for the
         Hitachi SH3 EDK7708 board, based on the generic SH SCI driver."
 
-    doc           redirect/ecos-device-drivers.html
-
     # FIXME: This really belongs in the SH_SCI package
     cdl_interface CYGINT_IO_SERIAL_SH_SCI_REQUIRED {
         display   "SH SCI driver required"
     }
 
Index: packages/devs/serial/sh/sci/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/sci/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- packages/devs/serial/sh/sci/current/ChangeLog	23 May 2002 23:01:23 -0000	1.5
+++ packages/devs/serial/sh/sci/current/ChangeLog	24 Feb 2003 06:46:26 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_sh_sci.cdl: Remove irrelevant doc link.
+
 2002-05-08  Jesper Skov  <jskov at redhat dot com>
 
 	* src/sh_sci_serial.c: Register renaming.
 
 2002-04-23  Jesper Skov  <jskov at redhat dot com>
Index: packages/devs/serial/sh/sci/current/cdl/ser_sh_sci.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/sci/current/cdl/ser_sh_sci.cdl,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ser_sh_sci.cdl
--- packages/devs/serial/sh/sci/current/cdl/ser_sh_sci.cdl	23 May 2002 23:01:23 -0000	1.4
+++ packages/devs/serial/sh/sci/current/cdl/ser_sh_sci.cdl	24 Feb 2003 06:46:26 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_SH_SCI {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            SCI module in Hitachi SH CPUs."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a sh_sci_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/sh/scif/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/scif/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/sh/scif/current/ChangeLog	23 May 2002 23:01:24 -0000	1.7
+++ packages/devs/serial/sh/scif/current/ChangeLog	24 Feb 2003 06:46:26 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_sh_scif.cdl: Remove irrelevant doc link.
+
 2002-05-08  Jesper Skov  <jskov at redhat dot com>
 
 	* src/sh_scif_serial.c: Added SH2 support. Added break interrupt
 	support. Added IrDA support. Added async RX/TX support. Added
 	support for platforms to add config keys and handle flow
Index: packages/devs/serial/sh/scif/current/cdl/ser_sh_scif.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/scif/current/cdl/ser_sh_scif.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_sh_scif.cdl
--- packages/devs/serial/sh/scif/current/cdl/ser_sh_scif.cdl	23 May 2002 23:01:24 -0000	1.5
+++ packages/devs/serial/sh/scif/current/cdl/ser_sh_scif.cdl	24 Feb 2003 06:46:26 -0000
@@ -62,11 +62,10 @@ cdl_package CYGPKG_IO_SERIAL_SH_SCIF {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            SCIF module in Hitachi SH CPUs."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a sh_scif_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/sh/se77x9/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/se77x9/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- packages/devs/serial/sh/se77x9/current/ChangeLog	23 May 2002 23:01:24 -0000	1.2
+++ packages/devs/serial/sh/se77x9/current/ChangeLog	24 Feb 2003 06:46:26 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_sh_se77x9.cdl: Remove irrelevant doc link.
+
 2002-05-08  Jesper Skov  <jskov at redhat dot com>
 
 	* include/sh_sh3_se77x9_scif.inl: CYGINT_IO_SERIAL_SH_SCIF_DMA is
 	now booldata. Rename sh3_scif to sh_scif. Register renaming.
 
Index: packages/devs/serial/sh/se77x9/current/cdl/ser_sh_se77x9.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sh/se77x9/current/cdl/ser_sh_se77x9.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ser_sh_se77x9.cdl
--- packages/devs/serial/sh/se77x9/current/cdl/ser_sh_se77x9.cdl	23 May 2002 23:01:24 -0000	1.2
+++ packages/devs/serial/sh/se77x9/current/cdl/ser_sh_se77x9.cdl	24 Feb 2003 06:46:26 -0000
@@ -61,12 +61,10 @@ cdl_package CYGPKG_IO_SERIAL_SH_SE77X9 {
 
     description   "
         This option enables the serial device drivers for the
         Hitachi SH3 SE77X9 board, based on the generic SH SCI driver."
 
-    doc           redirect/ecos-device-drivers.html
-
 
     # FIXME: This really belongs in the SH_SCIF package
     cdl_interface CYGINT_IO_SERIAL_SH_SCIF_REQUIRED {
         display   "SH SCI driver required"
     }
Index: packages/devs/serial/sparclite/sleb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sparclite/sleb/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/serial/sparclite/sleb/current/ChangeLog	23 May 2002 23:01:24 -0000	1.7
+++ packages/devs/serial/sparclite/sleb/current/ChangeLog	24 Feb 2003 06:46:27 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_sparclite_sleb.cdl: Remove irrelevant doc link.
+
 2001-09-10  Jonathan Larmour  <jlarmour at redhat dot com>
 
         * cdl/ser_sparclite_sleb.cdl:        
         Fix 234000->230400 typo.
 
Index: packages/devs/serial/sparclite/sleb/current/cdl/ser_sparclite_sleb.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/sparclite/sleb/current/cdl/ser_sparclite_sleb.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_sparclite_sleb.cdl
--- packages/devs/serial/sparclite/sleb/current/cdl/ser_sparclite_sleb.cdl	23 May 2002 23:01:25 -0000	1.6
+++ packages/devs/serial/sparclite/sleb/current/cdl/ser_sparclite_sleb.cdl	24 Feb 2003 06:46:27 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_SPARCLITE_S
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            SPARClite SLEB."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   sleb_sdtr.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/serial/v85x/v850/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/v85x/v850/current/ChangeLog,v
retrieving revision 1.10
diff -u -5 -p -r1.10 ChangeLog
--- packages/devs/serial/v85x/v850/current/ChangeLog	23 May 2002 23:01:25 -0000	1.10
+++ packages/devs/serial/v85x/v850/current/ChangeLog	24 Feb 2003 06:46:27 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ser_v85x_v850.cdl: Remove irrelevant doc link.
+
 2001-03-21  Jonathan Larmour  <jlarmour at redhat dot com>
 
 	* cdl/ser_v85x_v850.cdl: Default driver on if CYGPKG_IO_SERIAL_DEVICES
 	enabled - like other drivers.
 	Descriptions should not be specific to SA1.
Index: packages/devs/serial/v85x/v850/current/cdl/ser_v85x_v850.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/v85x/v850/current/cdl/ser_v85x_v850.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ser_v85x_v850.cdl
--- packages/devs/serial/v85x/v850/current/cdl/ser_v85x_v850.cdl	23 May 2002 23:01:25 -0000	1.6
+++ packages/devs/serial/v85x/v850/current/cdl/ser_v85x_v850.cdl	24 Feb 2003 06:46:27 -0000
@@ -60,11 +60,10 @@ cdl_package CYGPKG_IO_SERIAL_V85X_V850 {
     include_dir   cyg/io
     include_files ; # none _exported_ whatsoever
     description   "
            This option enables the serial device drivers for the
            NEC V850."
-    doc           redirect/ecos-device-drivers.html
 
     compile       -library=libextras.a   v85x_v850_serial.c
 
     define_proc {
         puts $::cdl_system_header "/***** serial driver proc output start *****/"
Index: packages/devs/usb/nec_upd985xx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/nec_upd985xx/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- packages/devs/usb/nec_upd985xx/current/ChangeLog	22 Jan 2003 10:52:13 -0000	1.5
+++ packages/devs/usb/nec_upd985xx/current/ChangeLog	24 Feb 2003 06:46:27 -0000
@@ -1,5 +1,14 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/usbs_upd985xx.cdl: Fix doc link.
+
+	* doc/usbs_upd985xx.sgml: Comment out DOCTYPE for now to allow building
+	with standard doc build.
+	Add an enclosing <reference> so it's structured better with standard
+	doc build.
+
 2003-01-22  Anssi Pulkkinen <anssi dot pulkkinen at ascom dot ch>
 
 	* src/usbs_upd985xx.c (ep0_rx_dsr): After sending a stall response
 	on ep0, start a new receive process for the next control message.
 
Index: packages/devs/usb/nec_upd985xx/current/cdl/usbs_upd985xx.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/nec_upd985xx/current/cdl/usbs_upd985xx.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 usbs_upd985xx.cdl
--- packages/devs/usb/nec_upd985xx/current/cdl/usbs_upd985xx.cdl	2 Dec 2002 20:48:25 -0000	1.3
+++ packages/devs/usb/nec_upd985xx/current/cdl/usbs_upd985xx.cdl	24 Feb 2003 06:46:28 -0000
@@ -52,11 +52,11 @@
 cdl_package CYGPKG_DEVS_USB_UPD985XX {
     display     "NEC uPD985xx USB Device Driver"
     include_dir "cyg/io/usb"
     parent      CYGPKG_USB
     implements  CYGHWR_IO_USB_SLAVE
-    doc         devs-usb-nec-upd985xx.html
+    doc         ref/devs-usb-nec-upd985xx.html
     
     # Make sure that we are running on the right hardware.
     requires CYGPKG_HAL_MIPS
     requires CYGPKG_HAL_MIPS_UPD985XX
     
Index: packages/devs/usb/nec_upd985xx/current/doc/usbs_upd985xx.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/nec_upd985xx/current/doc/usbs_upd985xx.sgml,v
retrieving revision 1.3
diff -u -5 -p -r1.3 usbs_upd985xx.sgml
--- packages/devs/usb/nec_upd985xx/current/doc/usbs_upd985xx.sgml	15 Sep 2002 22:09:42 -0000	1.3
+++ packages/devs/usb/nec_upd985xx/current/doc/usbs_upd985xx.sgml	24 Feb 2003 06:46:28 -0000
@@ -1,6 +1,6 @@
-<!DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
+<!-- DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN" -->
 
 <!-- {{{ Banner                         -->
 
 <!-- =============================================================== -->
 <!--                                                                 -->
@@ -34,10 +34,13 @@
 <!-- ####DESCRIPTIONEND####                                          -->
 <!-- =============================================================== -->
 
 <!-- }}} -->
 
+<reference id="devs-usb-nec-upd985xx-ref">
+  <title>NEC uPD985xx USB Device Driver</title>
+
 <refentry id="devs-usb-nec-upd985xx">
 <refmeta>
 <refentrytitle>NEC uPD985xx USB Device Driver</refentrytitle>
 </refmeta>
 <refnamediv>
@@ -249,5 +252,6 @@ current platform defines such a macro, t
 invoke it during the endpoint 0 start-up operation.
 </para>
 </refsect1>
 
 </refentry>
+</reference>
Index: packages/devs/usb/sa11x0/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/sa11x0/current/ChangeLog,v
retrieving revision 1.7
diff -u -5 -p -r1.7 ChangeLog
--- packages/devs/usb/sa11x0/current/ChangeLog	23 May 2002 23:01:26 -0000	1.7
+++ packages/devs/usb/sa11x0/current/ChangeLog	24 Feb 2003 06:46:28 -0000
@@ -1,5 +1,14 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/usbs_sa11x0.cdl: Fix doc link.
+
+	* doc/usbs_sa11x0.sgml: Comment out DOCTYPE for now to allow building
+	with standard doc build.
+	Add an enclosing <reference> so it's structured better with standard
+	doc build.
+
 2002-02-11  Bart Veer  <bartv at redhat dot com>
 
 	* src/usbs_sa11x0.c:
 	Add a handler for the SET_INTERFACE standard control message.
 	This should not be needed, but appears to avoid hardware problems
Index: packages/devs/usb/sa11x0/current/cdl/usbs_sa11x0.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/sa11x0/current/cdl/usbs_sa11x0.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 usbs_sa11x0.cdl
--- packages/devs/usb/sa11x0/current/cdl/usbs_sa11x0.cdl	23 May 2002 23:01:26 -0000	1.3
+++ packages/devs/usb/sa11x0/current/cdl/usbs_sa11x0.cdl	24 Feb 2003 06:46:28 -0000
@@ -51,11 +51,11 @@
 cdl_package CYGPKG_DEVS_USB_SA11X0 {
     display     "SA11X0 USB Device Driver"
     include_dir "cyg/io/usb"
     parent      CYGPKG_USB
     implements  CYGHWR_IO_USB_SLAVE
-    doc         devs-usb-sa11x0.html
+    doc         ref/devs-usb-sa11x0.html
 
     # Make sure that we are running on the right hardware.
     requires CYGPKG_HAL_ARM
     requires CYGPKG_HAL_ARM_SA11X0
 
Index: packages/devs/usb/sa11x0/current/doc/usbs_sa11x0.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/usb/sa11x0/current/doc/usbs_sa11x0.sgml,v
retrieving revision 1.4
diff -u -5 -p -r1.4 usbs_sa11x0.sgml
--- packages/devs/usb/sa11x0/current/doc/usbs_sa11x0.sgml	15 Sep 2002 22:09:53 -0000	1.4
+++ packages/devs/usb/sa11x0/current/doc/usbs_sa11x0.sgml	24 Feb 2003 06:46:28 -0000
@@ -1,6 +1,6 @@
-<!DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
+<!-- DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN" -->
 
 <!-- {{{ Banner                         -->
 
 <!-- =============================================================== -->
 <!--                                                                 -->
@@ -34,10 +34,13 @@
 <!-- ####DESCRIPTIONEND####                                          -->
 <!-- =============================================================== -->
 
 <!-- }}} -->
 
+<reference id="devs-usb-sa11x0-ref">
+  <title>SA11X0 USB Device Driver</title>
+
 <refentry id="devs-usb-sa11x0">
 <refmeta>
 <refentrytitle>SA11X0 USB Device Driver</refentrytitle>
 </refmeta>
 <refnamediv>
@@ -226,5 +229,6 @@ transferred is relatively small, because
 will be raised and performance will suffer accordingly.
 </para>
 </refsect1>
 
 </refentry>
+</reference>
Index: packages/devs/watchdog/synth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/watchdog/synth/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- packages/devs/watchdog/synth/current/ChangeLog	12 Feb 2003 17:22:57 -0000	1.3
+++ packages/devs/watchdog/synth/current/ChangeLog	24 Feb 2003 06:46:29 -0000
@@ -1,5 +1,14 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/synth_watchdog.cdl: Add doc link.
+
+	* doc/synth_watchdog.sgml: Comment out DOCTYPE for now to allow
+	building with standard doc build.
+	Add an enclosing <reference> so it's structured better with standard
+	doc build.
+
 2003-02-12  Bart Veer  <bartv at ecoscentric dot com>
 
 	* host/Makefile.in:
 	Regenerate after toplevel acinclude.m4 update
 
Index: packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 synth_watchdog.cdl
--- packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl	16 Sep 2002 21:59:36 -0000	1.2
+++ packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl	24 Feb 2003 06:46:29 -0000
@@ -54,10 +54,11 @@ cdl_package CYGPKG_DEVS_WATCHDOG_SYNTH {
         The watchdog driver for the eCos synthetic target provides
         emulation of a watchdog device: if the eCos application starts
         the watchdog and fails to reset it regularly then the host-side
         support will detect this and kill the eCos application with a
         SIGPWR signal."
+    doc         ref/devs-watchdog-synth.html
     
     parent      CYGPKG_IO_WATCHDOG
     active_if   CYGPKG_IO_WATCHDOG
     implements  CYGINT_WATCHDOG_HW_IMPLEMENTATIONS
     implements  CYGINT_WATCHDOG_RESETS_ON_TIMEOUT
Index: packages/devs/watchdog/synth/current/doc/synth_watchdog.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/watchdog/synth/current/doc/synth_watchdog.sgml,v
retrieving revision 1.1
diff -u -5 -p -r1.1 synth_watchdog.sgml
--- packages/devs/watchdog/synth/current/doc/synth_watchdog.sgml	15 Sep 2002 17:50:27 -0000	1.1
+++ packages/devs/watchdog/synth/current/doc/synth_watchdog.sgml	24 Feb 2003 06:46:29 -0000
@@ -1,6 +1,6 @@
-<!DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
+<!-- DOCTYPE refentry  PUBLIC "-//OASIS//DTD DocBook V3.1//EN" -->
 
 <!-- {{{ Banner                         -->
 
 <!-- =============================================================== -->
 <!--                                                                 -->
@@ -31,10 +31,13 @@
 <!-- ####DESCRIPTIONEND####                                          -->
 <!-- =============================================================== -->
 
 <!-- }}} -->
 
+<reference id="devs-watchdog-synth-ref">
+  <title>Synthetic Target Watchdog Device</title>
+
 <refentry id="devs-watchdog-synth">
   <refmeta>
     <refentrytitle>Synthetic Target Watchdog Device</refentrytitle>
   </refmeta>
   <refnamediv>
@@ -332,5 +335,6 @@ The watchdog support does not provide an
 variables for use by other scripts.
     </para>
   </refsect1>
 
 </refentry>
+</reference>
Index: packages/fs/jffs2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/jffs2/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- packages/fs/jffs2/current/ChangeLog	5 Feb 2003 02:04:54 -0000	1.6
+++ packages/fs/jffs2/current/ChangeLog	24 Feb 2003 06:46:30 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/jffs2.cdl: Fix doc link.
+
 2003-02-05  Jonathan Larmour  <jifl at eCosCentric dot com>
 
 	* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
 
 2003-02-04  Gary Thomas  <gary at mlbassoc dot com> on behalf of
Index: packages/fs/jffs2/current/cdl/jffs2.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/jffs2/current/cdl/jffs2.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 jffs2.cdl
--- packages/fs/jffs2/current/cdl/jffs2.cdl	5 Feb 2003 02:04:54 -0000	1.6
+++ packages/fs/jffs2/current/cdl/jffs2.cdl	24 Feb 2003 06:46:30 -0000
@@ -49,11 +49,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_FS_JFFS2 {
     display        "JFFS2 filesystem"
-    doc            doc/index.html
+    doc            ref/fileio.html
     include_dir    ""
 
     requires       CYGPKG_IO_FILEIO
     requires       CYGPKG_IO_FLASH
     requires       CYGPKG_COMPRESS_ZLIB
Index: packages/fs/ram/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/ram/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- packages/fs/ram/current/ChangeLog	3 Feb 2003 16:26:04 -0000	1.6
+++ packages/fs/ram/current/ChangeLog	24 Feb 2003 06:46:30 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/ramfs.cdl: Fix doc link.
+
 2002-12-06  Andrew Lunn  <andrew dot lunn at ascom dot ch>
 
 	* cdl/ramfs.cdl: Implements the CYGINT_IO_FILEIO_FS interface
 
 2002-01-25  Jonathan Larmour  <jlarmour at redhat dot com>
Index: packages/fs/ram/current/cdl/ramfs.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/ram/current/cdl/ramfs.cdl,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ramfs.cdl
--- packages/fs/ram/current/cdl/ramfs.cdl	3 Feb 2003 16:26:04 -0000	1.4
+++ packages/fs/ram/current/cdl/ramfs.cdl	24 Feb 2003 06:46:30 -0000
@@ -49,11 +49,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_FS_RAM {
     display        "RAM filesystem"
-    doc            doc/index.html
+    doc            ref/fileio.html
     include_dir    cyg/ramfs
 
     requires       CYGPKG_IO_FILEIO
 
     requires       CYGPKG_ISOINFRA
Index: packages/fs/rom/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/rom/current/ChangeLog,v
retrieving revision 1.9
diff -u -5 -p -r1.9 ChangeLog
--- packages/fs/rom/current/ChangeLog	3 Feb 2003 16:26:04 -0000	1.9
+++ packages/fs/rom/current/ChangeLog	24 Feb 2003 06:46:30 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/romfs.cdl: Fix doc link.
+
 2003-01-30  Andrew Lunn  <andrew dot lunn at ascom dot ch>
 
 	* cdl/romfs.cdl: Implements the CYGINT_IO_FILEIO_FS interface.
 
 2003-01-29  John Dallaway  <jld at ecoscentric dot com>
Index: packages/fs/rom/current/cdl/romfs.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/rom/current/cdl/romfs.cdl,v
retrieving revision 1.7
diff -u -5 -p -r1.7 romfs.cdl
--- packages/fs/rom/current/cdl/romfs.cdl	3 Feb 2003 16:26:04 -0000	1.7
+++ packages/fs/rom/current/cdl/romfs.cdl	24 Feb 2003 06:46:30 -0000
@@ -49,11 +49,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_FS_ROM {
     display        "ROM filesystem"
-    doc            doc/index.html
+    doc            ref/fileio.html
     include_dir    cyg/romfs
 
     requires       CYGPKG_IO_FILEIO
 
     requires       CYGPKG_ISOINFRA
Index: packages/hal/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v
retrieving revision 1.86
diff -u -5 -p -r1.86 ChangeLog
--- packages/hal/common/current/ChangeLog	13 Feb 2003 20:49:57 -0000	1.86
+++ packages/hal/common/current/ChangeLog	24 Feb 2003 06:46:35 -0000
@@ -1,5 +1,12 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/hal.cdl: Fix doc links.
+
+	* doc/hal.sgml: hal-common-current-doc-porting-sgml entity ->
+	hal-common-porting-sgml in line with other docs.
+
 2003-02-13  Mark Salter  <msalter at redhat dot com>
 
 	* src/gdb-fileio.h (FILEIO_O_BINARY): New flag.
 	(FILEIO_O_TEXT): New flag.
 
Index: packages/hal/common/current/cdl/hal.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/cdl/hal.cdl,v
retrieving revision 1.19
diff -u -5 -p -r1.19 hal.cdl
--- packages/hal/common/current/cdl/hal.cdl	4 Dec 2002 14:29:12 -0000	1.19
+++ packages/hal/common/current/cdl/hal.cdl	24 Feb 2003 06:46:35 -0000
@@ -60,11 +60,11 @@ cdl_package CYGPKG_HAL {
         one or more architectures, and for each architecture there
         may be one or more supported platforms. It is necessary to
         select one target architecture and one platform for that
         architecture. There are also a number of configuration
         options that are common to all HAL packages."
-    doc           redirect/the-ecos-hardware-abstraction-layer-hal.html
+    doc           ref/the-ecos-hardware-abstraction-layer.html
 
     compile       drv_api.c
     compile       -library=libextras.a dummy.c
 
     requires      CYGPKG_INFRA
Index: packages/hal/common/current/doc/hal.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/doc/hal.sgml,v
retrieving revision 1.3
diff -u -5 -p -r1.3 hal.sgml
--- packages/hal/common/current/doc/hal.sgml	1 Oct 2002 02:23:22 -0000	1.3
+++ packages/hal/common/current/doc/hal.sgml	24 Feb 2003 06:46:37 -0000
@@ -2935,11 +2935,11 @@ architecture, in particular where interr
 </CHAPTER>
 
 <!-- }}} -->
 <!-- {{{ Porting Guide -->
 
-&hal-common-current-doc-porting-sgml;
+&hal-common-porting-sgml;
 
 <!-- }}} -->
 <!-- {{{ Future Developments -->
 
 <CHAPTER id="hal-future-developments">
Index: packages/hal/synth/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/ChangeLog,v
retrieving revision 1.12
diff -u -5 -p -r1.12 ChangeLog
--- packages/hal/synth/arch/current/ChangeLog	12 Feb 2003 17:23:04 -0000	1.12
+++ packages/hal/synth/arch/current/ChangeLog	24 Feb 2003 06:46:43 -0000
@@ -1,5 +1,13 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* doc/overview.gif, doc/overview.fig: renamed to
+	synth-io-overview.gif and synth-io-overview.fig.
+	* doc/synth.sgml: Add some missing "&gt;"s to header file names.
+	Comment out DOCTYPE for now to allow building with standard doc build.
+	overview.gif renamed as per above.
+
 2003-02-12  Bart Veer  <bartv at ecoscentric dot com>
 
 	* host/Makefile.am, host/Makefile.in, configure:
 	Regenerate after acinclude.m4 update
 
Index: packages/hal/synth/arch/current/doc/overview.fig
===================================================================
RCS file: packages/hal/synth/arch/current/doc/overview.fig
diff -N packages/hal/synth/arch/current/doc/overview.fig
--- packages/hal/synth/arch/current/doc/overview.fig	15 Sep 2002 17:52:19 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,57 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-	 300 300 3300 300 3300 1800 300 1800 300 300
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 2700 300 2700 1800
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 1800 300 1800 1800
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 1800 750 2700 750
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 1800 1350 2700 1350
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 5400 300 5400 1800
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 5400 750 6900 750
-2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
-	 5400 1350 6900 1350
-2 2 0 1 0 7 50 0 -1 4.000 0 0 7 0 0 5
-	 4200 300 6900 300 6900 1800 4200 1800 4200 300
-2 1 0 2 0 7 50 0 -1 6.000 0 0 7 1 1 2
-	1 1 2.00 120.00 240.00
-	1 1 2.00 120.00 240.00
-	 3300 1050 4200 1050
-2 1 0 1 0 7 50 0 -1 4.000 0 0 -1 1 1 2
-	1 1 1.00 60.00 120.00
-	1 1 1.00 60.00 120.00
-	 6900 600 7500 600
-2 1 0 1 0 7 50 0 -1 4.000 0 0 -1 1 1 2
-	1 1 1.00 60.00 120.00
-	1 1 1.00 60.00 120.00
-	 6900 1125 7500 1125
-2 1 0 1 0 7 50 0 -1 4.000 0 0 -1 1 1 2
-	1 1 1.00 60.00 120.00
-	1 1 1.00 60.00 120.00
-	 6900 1650 7500 1650
-4 0 0 50 0 0 12 0.0000 4 135 375 2850 1200 HAL\001
-4 0 0 50 0 0 12 0.0000 4 135 585 1950 1650 console\001
-4 0 0 50 0 0 12 0.0000 4 135 690 1875 1200 /dev/ser0\001
-4 0 0 50 0 0 12 0.0000 4 135 330 2100 600 eth0\001
-4 0 0 50 0 0 12 0.0000 4 135 390 750 825 eCos\001
-4 0 0 50 0 0 12 0.0000 4 180 825 600 1200 application\001
-4 0 0 50 0 0 12 0.0000 4 180 975 4350 1200 I/O Auxiliary\001
-4 0 0 50 0 0 12 0.0000 4 180 690 4500 825 ecosynth\001
-4 0 0 50 0 0 12 0.0000 4 135 870 5775 675 ethernet.tcl\001
-4 0 0 50 0 0 12 0.0000 4 135 660 5775 1200 serial.tcl\001
-4 0 0 50 0 0 12 0.0000 4 135 825 5775 1725 console.tcl\001
-4 0 0 50 0 0 12 0.0000 4 180 795 7575 675 Linux tap3\001
-4 0 0 50 0 0 12 0.0000 4 180 765 7575 1200 /dev/ttyS1\001
-4 0 0 50 0 0 12 0.0000 4 135 135 7575 1725 X\001
Index: packages/hal/synth/arch/current/doc/overview.gif
===================================================================
RCS file: packages/hal/synth/arch/current/doc/overview.gif
diff -N packages/hal/synth/arch/current/doc/overview.gif
Binary files /sourceware/cvs-tmp/cvs1M8ZFL and /dev/null differ
Index: packages/hal/synth/arch/current/doc/synth-io-overview.fig
===================================================================
RCS file: packages/hal/synth/arch/current/doc/synth-io-overview.fig
diff -N packages/hal/synth/arch/current/doc/synth-io-overview.fig
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ packages/hal/synth/arch/current/doc/synth-io-overview.fig	24 Feb 2003 06:46:43 -0000
@@ -0,0 +1,57 @@
+#FIG 3.2
+Landscape
+Center
+Inches
+Letter  
+100.00
+Single
+-2
+1200 2
+2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
+	 300 300 3300 300 3300 1800 300 1800 300 300
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 2700 300 2700 1800
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 1800 300 1800 1800
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 1800 750 2700 750
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 1800 1350 2700 1350
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 5400 300 5400 1800
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 5400 750 6900 750
+2 1 1 1 0 7 50 0 -1 4.000 0 0 -1 0 0 2
+	 5400 1350 6900 1350
+2 2 0 1 0 7 50 0 -1 4.000 0 0 7 0 0 5
+	 4200 300 6900 300 6900 1800 4200 1800 4200 300
+2 1 0 2 0 7 50 0 -1 6.000 0 0 7 1 1 2
+	1 1 2.00 120.00 240.00
+	1 1 2.00 120.00 240.00
+	 3300 1050 4200 1050
+2 1 0 1 0 7 50 0 -1 4.000 0 0 -1 1 1 2
+	1 1 1.00 60.00 120.00
+	1 1 1.00 60.00 120.00
+	 6900 600 7500 600
+2 1 0 1 0 7 50 0 -1 4.000 0 0 -1 1 1 2
+	1 1 1.00 60.00 120.00
+	1 1 1.00 60.00 120.00
+	 6900 1125 7500 1125
+2 1 0 1 0 7 50 0 -1 4.000 0 0 -1 1 1 2
+	1 1 1.00 60.00 120.00
+	1 1 1.00 60.00 120.00
+	 6900 1650 7500 1650
+4 0 0 50 0 0 12 0.0000 4 135 375 2850 1200 HAL\001
+4 0 0 50 0 0 12 0.0000 4 135 585 1950 1650 console\001
+4 0 0 50 0 0 12 0.0000 4 135 690 1875 1200 /dev/ser0\001
+4 0 0 50 0 0 12 0.0000 4 135 330 2100 600 eth0\001
+4 0 0 50 0 0 12 0.0000 4 135 390 750 825 eCos\001
+4 0 0 50 0 0 12 0.0000 4 180 825 600 1200 application\001
+4 0 0 50 0 0 12 0.0000 4 180 975 4350 1200 I/O Auxiliary\001
+4 0 0 50 0 0 12 0.0000 4 180 690 4500 825 ecosynth\001
+4 0 0 50 0 0 12 0.0000 4 135 870 5775 675 ethernet.tcl\001
+4 0 0 50 0 0 12 0.0000 4 135 660 5775 1200 serial.tcl\001
+4 0 0 50 0 0 12 0.0000 4 135 825 5775 1725 console.tcl\001
+4 0 0 50 0 0 12 0.0000 4 180 795 7575 675 Linux tap3\001
+4 0 0 50 0 0 12 0.0000 4 180 765 7575 1200 /dev/ttyS1\001
+4 0 0 50 0 0 12 0.0000 4 135 135 7575 1725 X\001
Index: packages/hal/synth/arch/current/doc/synth-io-overview.gif
===================================================================
RCS file: packages/hal/synth/arch/current/doc/synth-io-overview.gif
diff -N packages/hal/synth/arch/current/doc/synth-io-overview.gif
Binary files /dev/null and synth-io-overview.gif differ
Index: packages/hal/synth/arch/current/doc/synth.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/doc/synth.sgml,v
retrieving revision 1.3
diff -u -5 -p -r1.3 synth.sgml
--- packages/hal/synth/arch/current/doc/synth.sgml	15 Sep 2002 17:52:19 -0000	1.3
+++ packages/hal/synth/arch/current/doc/synth.sgml	24 Feb 2003 06:46:46 -0000
@@ -1,6 +1,6 @@
-<!DOCTYPE part  PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
+<!-- DOCTYPE part  PUBLIC "-//OASIS//DTD DocBook V3.1//EN" -->
 
 <!-- {{{ Banner                         -->
 
 <!-- =============================================================== -->
 <!--                                                                 -->
@@ -133,11 +133,11 @@ functionality is similar to what will be
 hardware for the application being developed.
     </para>
     <informalfigure PgWide=1>
       <mediaobject>
         <imageobject>
-          <imagedata fileref="overview.gif" format="gif" Scalefit=1 Align="Center">
+          <imagedata fileref="synth-io-overview.gif" format="gif" Scalefit=1 Align="Center">
         </imageobject>
       </mediaobject>
     </informalfigure>
     <para>
 A key requirement for synthetic target code is that the embedded
@@ -1281,11 +1281,11 @@ can be used by other scripts.
   </refnamediv>
 
   <refsynopsisdiv>
     <funcsynopsis>
       <funcsynopsisinfo>
-#include &lt;cyg/hal/hal_io.h
+#include &lt;cyg/hal/hal_io.h&gt;
       </funcsynopsisinfo>
       <funcprototype>
         <funcdef>int <function>cyg_hal_sys_xyzzy</function></funcdef>
         <varargs>
       </funcprototype>
@@ -1393,11 +1393,11 @@ GNU C library sources.
   </refnamediv>
 
   <refsynopsisdiv>
     <funcsynopsis>
       <funcsynopsisinfo>
-#include &lt;cyg/hal/hal_io.h
+#include &lt;cyg/hal/hal_io.h&gt;
       </funcsynopsisinfo>
 
       <funcprototype>
         <funcdef>int <function>synth_auxiliary_instantiate</function></funcdef>
         <paramdef>const char* <parameter>package</parameter></paramdef>
Index: packages/io/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/common/current/ChangeLog,v
retrieving revision 1.16
diff -u -5 -p -r1.16 ChangeLog
--- packages/io/common/current/ChangeLog	23 May 2002 23:05:54 -0000	1.16
+++ packages/io/common/current/ChangeLog	24 Feb 2003 06:46:48 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/io.cdl: Fix doc link.
+
 2002-03-12  Nick Garnett  <nickg at redhat dot com>
 
 	* doc/io.sgml: Generally sorted out, reformetted, folded. SMP
 	considerations added to various parts of the document.
 
Index: packages/io/common/current/cdl/io.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/common/current/cdl/io.cdl,v
retrieving revision 1.6
diff -u -5 -p -r1.6 io.cdl
--- packages/io/common/current/cdl/io.cdl	23 May 2002 23:05:56 -0000	1.6
+++ packages/io/common/current/cdl/io.cdl	24 Feb 2003 06:46:48 -0000
@@ -49,11 +49,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_IO {
     display       "I/O sub-system"
-    doc           redirect/ecos-device-drivers.html
+    doc           ref/io.html
     include_dir   cyg/io
     requires      CYGPKG_ERROR
     description   "
         The eCos system is supplied with a number of different
         device drivers.  This option enables the basic I/O system
Index: packages/io/eth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v
retrieving revision 1.39
diff -u -5 -p -r1.39 ChangeLog
--- packages/io/eth/current/ChangeLog	7 Feb 2003 00:27:08 -0000	1.39
+++ packages/io/eth/current/ChangeLog	24 Feb 2003 06:46:48 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/eth_drivers.cdl: Add doc link.
+
 2003-02-07  Jonathan Larmour  <jifl at eCosCentric dot com>
 
 	* src/net/eth_drv.c: If driver can't set multi-cast, indicate it's
 	only a warning.
 
Index: packages/io/eth/current/cdl/eth_drivers.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/cdl/eth_drivers.cdl,v
retrieving revision 1.18
diff -u -5 -p -r1.18 eth_drivers.cdl
--- packages/io/eth/current/cdl/eth_drivers.cdl	14 Aug 2002 13:20:14 -0000	1.18
+++ packages/io/eth/current/cdl/eth_drivers.cdl	24 Feb 2003 06:46:48 -0000
@@ -52,10 +52,11 @@
 cdl_package CYGPKG_IO_ETH_DRIVERS {
     display       "Common ethernet support"
     include_dir   cyg/io/eth
     parent        CYGPKG_IO
     description   "Platform independent ethernet drivers"
+    doc           ref/io-eth-drv-generic.html
 
     implements    CYGPKG_NET_DRIVER_FRAMEWORK
 
     cdl_interface     CYGINT_IO_ETH_MULTICAST {
         display   "Driver supports multicast addressing"
Index: packages/io/fileio/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/fileio/current/ChangeLog,v
retrieving revision 1.27
diff -u -5 -p -r1.27 ChangeLog
--- packages/io/fileio/current/ChangeLog	21 Feb 2003 00:08:08 -0000	1.27
+++ packages/io/fileio/current/ChangeLog	24 Feb 2003 06:46:48 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/fileio.cdl: Add doc link.
+
 2003-02-20  Bart Veer  <bartv at ecoscentric dot com>
 
 	* cdl/fileio.cdl: identify test binaries, not test sources
 
 2003-01-30  Andrew Lunn  <andrew dot lunn at ascom dot ch>
Index: packages/io/fileio/current/cdl/fileio.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/fileio/current/cdl/fileio.cdl,v
retrieving revision 1.11
diff -u -5 -p -r1.11 fileio.cdl
--- packages/io/fileio/current/cdl/fileio.cdl	21 Feb 2003 00:08:11 -0000	1.11
+++ packages/io/fileio/current/cdl/fileio.cdl	24 Feb 2003 06:46:48 -0000
@@ -52,10 +52,11 @@
 cdl_package CYGPKG_IO_FILEIO {
     display        "POSIX File IO compatibility layer"
     description    "This package enables the POSIX compatibility
                     layer that implements IEEE 1003.1 file IO."
     include_dir    cyg/fileio
+    doc            ref/fileio.html
     
     requires       CYGPKG_ISOINFRA
     requires       CYGPKG_ERROR
     requires       CYGINT_ISO_ERRNO
     requires       CYGINT_ISO_ERRNO_CODES
Index: packages/io/flash/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/ChangeLog,v
retrieving revision 1.23
diff -u -5 -p -r1.23 ChangeLog
--- packages/io/flash/current/ChangeLog	23 May 2002 23:06:13 -0000	1.23
+++ packages/io/flash/current/ChangeLog	24 Feb 2003 06:46:48 -0000
@@ -1,5 +1,10 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/io_flash.cdl: Remove irrelevant doc link - default to top
+	level.
+
 2002-01-31  Jonathan Larmour  <jlarmour at redhat dot com>
 
 	* src/flashiodev.c: Fix bounds checking and offsetting.
 
 	* cdl/io_flash.cdl (CYGNUM_IO_FLASH_BLOCK_LENGTH_1): Default to
Index: packages/io/flash/current/cdl/io_flash.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/flash/current/cdl/io_flash.cdl,v
retrieving revision 1.11
diff -u -5 -p -r1.11 io_flash.cdl
--- packages/io/flash/current/cdl/io_flash.cdl	23 May 2002 23:06:14 -0000	1.11
+++ packages/io/flash/current/cdl/io_flash.cdl	24 Feb 2003 06:46:48 -0000
@@ -53,11 +53,10 @@ cdl_package CYGPKG_IO_FLASH {
     display       "FLASH device drivers"
     include_dir   cyg/io
     description   "
         This option enables drivers for basic I/O services on
         flash devices."
-    doc           redirect/ecos-device-drivers.html
     requires CYGPKG_ISOINFRA
     requires CYGINT_ISO_STRING_STRFUNCS
 
     compile       flash.c
  
Index: packages/io/pci/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/pci/current/ChangeLog,v
retrieving revision 1.18
diff -u -5 -p -r1.18 ChangeLog
--- packages/io/pci/current/ChangeLog	21 Feb 2003 18:10:31 -0000	1.18
+++ packages/io/pci/current/ChangeLog	24 Feb 2003 06:46:48 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/io_pci.cdl: Fix doc link.
+
 2003-02-21  Gary Thomas  <gary at mlbassoc dot com>
 
 	* src/pci.c (cyg_pci_get_device_info): While scanning active
 	devices, remember the I/O and memory addresses they use.  This
 	allows for new devices to be added which will not conflict.
Index: packages/io/pci/current/cdl/io_pci.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/pci/current/cdl/io_pci.cdl,v
retrieving revision 1.4
diff -u -5 -p -r1.4 io_pci.cdl
--- packages/io/pci/current/cdl/io_pci.cdl	23 May 2002 23:06:17 -0000	1.4
+++ packages/io/pci/current/cdl/io_pci.cdl	24 Feb 2003 06:46:48 -0000
@@ -48,11 +48,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_IO_PCI {
     display       "PCI configuration library"
-    doc           redirect/ecos-device-drivers.html
+    doc           ref/io-pci.html
     include_dir   cyg/io
     parent        CYGPKG_IO
     description   "
            The PCI configuration library provides initialization of devices
            on the PCI bus. Functions to find and access these devices are
Index: packages/io/pcmcia/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/pcmcia/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- packages/io/pcmcia/current/ChangeLog	23 May 2002 23:06:21 -0000	1.5
+++ packages/io/pcmcia/current/ChangeLog	24 Feb 2003 06:46:48 -0000
@@ -1,5 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* cdl/io_pcmcia.cdl: Fix doc link.
+
 2002-04-12  Gary Thomas  <gthomas at redhat dot com>
 
 	* include/pcmcia.h: Add prototype(s) to remove warnings.
 
 2000-09-17  Gary Thomas  <gthomas at redhat dot com>
Index: packages/io/pcmcia/current/cdl/io_pcmcia.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/pcmcia/current/cdl/io_pcmcia.cdl,v
retrieving revision 1.3
diff -u -5 -p -r1.3 io_pcmcia.cdl
--- packages/io/pcmcia/current/cdl/io_pcmcia.cdl	23 May 2002 23:06:22 -0000	1.3
+++ packages/io/pcmcia/current/cdl/io_pcmcia.cdl	24 Feb 2003 06:46:48 -0000
@@ -53,11 +53,11 @@ cdl_package CYGPKG_IO_PCMCIA {
     display       "PCMCIA device drivers"
     include_dir   cyg/io
     description   "
         This option enables drivers for basic I/O services on
         pcmcia devices."
-    doc           redirect/ecos-device-drivers.html
+    doc           ref/io.html
 
     compile       pcmcia.c
  
     define_proc {
 	puts $::cdl_header "#include <pkgconf/system.h>"
Index: packages/io/serial/current/ChangeLog
===================================================