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]

Serial - be more selective on QUICC devices


Index: devs/serial/powerpc/quicc/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/serial/powerpc/quicc/current/ChangeLog,v
retrieving revision 1.11
diff -u -5 -p -r1.11 ChangeLog
--- devs/serial/powerpc/quicc/current/ChangeLog	23 May 2002 23:01:22 -0000	1.11
+++ devs/serial/powerpc/quicc/current/ChangeLog	10 Dec 2002 15:39:38 -0000
@@ -1,5 +1,10 @@
+2002-12-10  Gary Thomas  <gthomas@ecoscentric.com>
+
+	* cdl/ser_quicc_smc.cdl: Only enable devices which exist - as described
+	by the HAL/CDL interfaces.
+
 2001-11-30  Jonathan Larmour  <jlarmour@redhat.com>
 2001-11-29  Christoph Csebits  <christoph.csebits@frequentis.com>
 
 	* src/quicc_smc_serial.c:
         aligning buffer to cache lines,
Index: devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ser_quicc_smc.cdl
--- devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl	23 May 2002 23:01:22 -0000	1.5
+++ devs/serial/powerpc/quicc/current/cdl/ser_quicc_smc.cdl	10 Dec 2002 15:39:38 -0000
@@ -7,10 +7,11 @@
 # ====================================================================
 #####ECOSGPLCOPYRIGHTBEGIN####
 ## -------------------------------------------
 ## This file is part of eCos, the Embedded Configurable Operating System.
 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+## Copyright (C) 2002 Gary Thomas
 ##
 ## eCos is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free
 ## Software Foundation; either version 2 or (at your option) any later version.
 ##
@@ -74,10 +75,11 @@ cdl_package CYGPKG_IO_SERIAL_POWERPC_QUI
     }
 
 cdl_component CYGPKG_IO_SERIAL_POWERPC_QUICC_SMC_SMC1 {
     display       "PowerPC QUICC/SMC serial port 1 driver"
     flavor        bool
+    requires      CYGNUM_HAL_QUICC_SMC1
     default_value 1
     description   "
         This option includes the serial device driver for the PowerPC 
         QUICC/SMC port 1."
 
@@ -164,10 +166,11 @@ cdl_component CYGPKG_IO_SERIAL_POWERPC_Q
 }
 
 cdl_component CYGPKG_IO_SERIAL_POWERPC_QUICC_SMC_SMC2 {
     display       "PowerPC QUICC/SMC serial port 2 driver"
     flavor        bool
+    requires      CYGNUM_HAL_QUICC_SMC2
     default_value 1
     description   "
         This option includes the serial device driver for the PowerPC 
         QUICC/SMC port 2."
 


-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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