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]

new packages


Add synthetic target ethernet and watchdog support to the database

Bart

Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.70
diff -u -u -r1.70 ecos.db
--- ecos.db	3 Sep 2002 16:56:13 -0000	1.70
+++ ecos.db	15 Sep 2002 17:10:20 -0000
@@ -1321,6 +1321,14 @@
 }
 
 
+package CYGPKG_DEVS_ETH_ECOSYNTH {
+        alias           { "Synthetic target ethernet driver" ecosyntheth ecosynth_eth_driver }
+        directory       devs/eth/synth/ecosynth
+        script          syntheth.cdl
+        hardware
+        description     "Ethernet driver for the synthetic target"
+}
+
 package CYGPKG_IO_PCI	{
 	alias		{ "PCI configuration library" io_pci }
 	directory	io/pci
@@ -1479,6 +1487,16 @@
            Hitachi H8/300H chip."
 }
 
+package CYGPKG_DEVS_WATCHDOG_SYNTH {
+	alias		{ "Watchdog driver for the synthetic target" devices_watchdog_synth device_watchdog_synth }
+	directory	devs/watchdog/synth
+	script          synth_watchdog.cdl
+	hardware
+        description "
+           This package provides a watchdog driver for the eCos
+           synthetic target."
+}
+
 package CYGPKG_IO_WATCHDOG {
 	alias		{ "Watchdog IO device" watchdog io_watchdog }
 	directory	io/watchdog
@@ -3460,6 +3478,8 @@
 	packages        { CYGPKG_HAL_SYNTH
                           CYGPKG_HAL_SYNTH_I386
                           CYGPKG_DEVS_FLASH_SYNTH
+			  CYGPKG_DEVS_ETH_ECOSYNTH
+                          CYGPKG_DEVS_WATCHDOG_SYNTH
         }
         description "
     	    The linux target provides the 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]