This is the mail archive of the ecos-discuss@sourceware.org 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]

Serial device driver


Would someone tell where I can find the serial port device drivers
referenced in the file "ser_arm_aim711.cdl" as following:
------------------------------------------------------------------------
--------------------------------------------
        puts $::cdl_system_header "/***** serial driver proc output
start *****/"
        puts $::cdl_system_header "#ifndef
CYGDAT_IO_SERIAL_DEVICE_HEADER"
        puts $::cdl_system_header "#define
CYGDAT_IO_SERIAL_DEVICE_HEADER <pkgconf/io_serial_arm_lup1.h>"
        puts $::cdl_system_header "#define
CYGDAT_IO_SERIAL_GENERIC_16X5X_INL <cyg/io/ser_arm_lup1_16x5x.inl>"
        puts $::cdl_system_header "#define
CYGDAT_IO_SERIAL_GENERIC_16X5X_CFG <pkgconf/io_serial_arm_lup1.h>"
        puts $::cdl_system_header "#define
CYGDAT_IO_SERIAL_ARM_S3C4510_INL <cyg/io/ser_arm_lup1_s3c4510.inl>"
        puts $::cdl_system_header "#define
CYGDAT_IO_SERIAL_ARM_S3C4510_CFG <pkgconf/io_serial_arm_lup1.h>"
        puts $::cdl_system_header "#endif"
        puts $::cdl_system_header "/*****  serial driver proc output end
*****/"
        puts $::cdl_header "#include <pkgconf/system.h>";
        puts $::cdl_header "#include <pkgconf/io_serial_arm_s3c4510.h>";
        puts $::cdl_header "#include
<pkgconf/io_serial_generic_16x5x.h>";
------------------------------------------------------------------------
---------------------------------------------

Regards,

Liu Wang
Software/Firmware Engineer
10C-359B LVC
1110 American Pkwy, Allentown
PA 18109, USA
(610)712-3472(o)
liuwang@agere.com




--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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