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]

Re: Serial device driver


On Fri, Nov 04, 2005 at 04:02:15PM -0500, Wang, Liu (Liu) wrote:
> 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>";
> ------------------------------------------------------------------------

packages/devs/serial/generic/16x5x/current/

        Andrew

-- 
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]