diff packages/ecos.db @ 164:f7999c3a5f21

Merge from eCos master repository on 2001-06-25-18:05:25-BST
author jlarmour
date Mon, 25 Jun 2001 18:24:34 +0000
parents 0d2b193a635f
children d63db767121d
line wrap: on
line diff
--- a/packages/ecos.db
+++ b/packages/ecos.db
@@ -560,7 +560,7 @@ package CYGPKG_FS_ROM {
 }
 
 package CYGPKG_IO_ETH_DRIVERS {
-	alias 		{ "Common ethernet support" net_drivers eth_drivers }
+	alias 		{ "Common ethernet support" net_drivers eth_drivers CYGPKG_NET_ETH_DRIVERS }
 	directory	io/eth
 	script		eth_drivers.cdl
         description     "Platform independent ethernet support."
@@ -697,6 +697,14 @@ package CYGPKG_DEVS_ETH_MIPS_ATLAS {
         description     "Ethernet driver for MIPS Atlas with onboard SAA9730 NIC."
 }
 
+package CYGPKG_DEVS_ETH_NS_DP83902A {
+	alias 		{ "NS DP83902A ethernet driver" dp83902a_eth_driver }
+	hardware
+	directory	devs/eth/ns/dp83902a
+	script		ns_dp83902a_eth_drivers.cdl
+        description     "Ethernet driver for NS DP83902A controller."
+}
+
 # Not sure whether this should be "hardware"; if so, it should be mentioned
 # in all targets that can use it.
 package CYGPKG_DEVS_ETH_CF {