comparison packages/ecos.db @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 0ec04793409a
children eb9fd8c04db3
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
264 directory devs/serial/i386/pc 264 directory devs/serial/i386/pc
265 script ser_i386_pc.cdl 265 script ser_i386_pc.cdl
266 description "PC serial device drivers" 266 description "PC serial device drivers"
267 } 267 }
268 268
269 package CYGPKG_IO_SERIAL_GENERIC_16X5X {
270 alias { "16x5x compatible serial device drivers"
271 devs_serial_generic_16x5x 16x5x_serial_driver }
272 hardware
273 directory devs/serial/generic/16x5x
274 script ser_generic_16x5x.cdl
275 description "16x5x compatible serial device drivers"
276 }
277
269 package CYGPKG_IO_SERIAL_SH_SCI { 278 package CYGPKG_IO_SERIAL_SH_SCI {
270 alias { "SH SCI serial device drivers" 279 alias { "SH SCI serial device drivers"
271 devs_serial_sh_sci sci_serial_driver } 280 devs_serial_sh_sci sci_serial_driver }
272 hardware 281 hardware
273 directory devs/serial/sh/sci 282 directory devs/serial/sh/sci
339 description " 348 description "
340 This package contains a RAM resident filesystem." 349 This package contains a RAM resident filesystem."
341 } 350 }
342 351
343 package CYGPKG_IO_ETH_DRIVERS { 352 package CYGPKG_IO_ETH_DRIVERS {
344 alias { "Common ethernet support" net_drivers } 353 alias { "Common ethernet support" net_drivers eth_drivers }
345 directory io/eth 354 directory io/eth
346 script eth_drivers.cdl 355 script eth_drivers.cdl
347 description "Platform independent ethernet support." 356 description "Platform independent ethernet support."
348 } 357 }
349 358
1148 1157
1149 target pid { 1158 target pid {
1150 alias { "ARM development board (PID)" PID } 1159 alias { "ARM development board (PID)" PID }
1151 packages { CYGPKG_HAL_ARM 1160 packages { CYGPKG_HAL_ARM
1152 CYGPKG_HAL_ARM_PID 1161 CYGPKG_HAL_ARM_PID
1162 CYGPKG_IO_SERIAL_GENERIC_16X5X
1153 CYGPKG_IO_SERIAL_ARM_PID 1163 CYGPKG_IO_SERIAL_ARM_PID
1154 } 1164 }
1155 description " 1165 description "
1156 The pid target provides the packages needed to run eCos on an ARM 1166 The pid target provides the packages needed to run eCos on an ARM
1157 development board (formerly known as PID)." 1167 development board (formerly known as PID)."