Mercurial > flash_v2
changeset 871:4f1b647b74e0
IXDP425/GRG tweak
| author | msalter |
|---|---|
| date | Wed, 26 Mar 2003 22:17:39 +0000 |
| parents | 67a8feb8144a |
| children | 597965679adf |
| files | packages/devs/eth/arm/grg/i82559/current/ChangeLog packages/devs/eth/arm/grg/i82559/current/cdl/grg_i82559_eth_driver.cdl packages/devs/eth/arm/grg/i82559/current/include/grg_i82559.inl packages/devs/eth/arm/ixdp425/i82559/current/ChangeLog packages/devs/eth/arm/ixdp425/i82559/current/cdl/ixdp425_i82559_eth_driver.cdl packages/devs/eth/arm/ixdp425/i82559/current/include/ixdp425_i82559.inl |
| diffstat | 6 files changed, 80 insertions(+), 66 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/arm/grg/i82559/current/ChangeLog +++ b/packages/devs/eth/arm/grg/i82559/current/ChangeLog @@ -1,3 +1,10 @@ +2003-03-26 Mark Salter <msalter@redhat.com> + + * cdl/grg_i82559_eth_driver.cdl: Default to off for + CYGPKG_DEVS_ETH_I82559_ETH_REDBOOT_HOLDS_ESA. + + * include/grg_i82559.inl: Fix commenting of copyright. + 2003-03-24 Mark Salter <msalter@redhat.com> * cdl/grg_i82559_eth_driver.cdl: Fix copyright notice.
--- a/packages/devs/eth/arm/grg/i82559/current/cdl/grg_i82559_eth_driver.cdl +++ b/packages/devs/eth/arm/grg/i82559/current/cdl/grg_i82559_eth_driver.cdl @@ -101,7 +101,7 @@ cdl_package CYGPKG_DEVS_ETH_ARM_GRG_I825 cdl_component CYGPKG_DEVS_ETH_I82559_ETH_REDBOOT_HOLDS_ESA { display "RedBoot manages ESA initialization data" flavor bool - default_value 1 + default_value 0 active_if CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
--- a/packages/devs/eth/arm/grg/i82559/current/include/grg_i82559.inl +++ b/packages/devs/eth/arm/grg/i82559/current/include/grg_i82559.inl @@ -5,38 +5,38 @@ // GRG ethernet I/O definitions. // //========================================================================== -#####ECOSGPLCOPYRIGHTBEGIN#### -## ------------------------------------------- -## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. -## -## 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. -## -## eCos is distributed in the hope that it will be useful, but WITHOUT ANY -## WARRANTY; without even the implied warranty of MERCHANTABILITY or -## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -## for more details. -## -## You should have received a copy of the GNU General Public License along -## with eCos; if not, write to the Free Software Foundation, Inc., -## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -## -## As a special exception, if other files instantiate templates or use macros -## or inline functions from this file, or you compile this file and link it -## with other works to produce a work based on this file, this file does not -## by itself cause the resulting work to be covered by the GNU General Public -## License. However the source code for this file must still be made available -## in accordance with section (3) of the GNU General Public License. -## -## This exception does not invalidate any other reasons why a work based on -## this file might be covered by the GNU General Public License. -## -## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -## at http://sources.redhat.com/ecos/ecos-license/ -## ------------------------------------------- -#####ECOSGPLCOPYRIGHTEND#### +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. +// +// 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. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### //========================================================================== //#####DESCRIPTIONBEGIN#### //
--- a/packages/devs/eth/arm/ixdp425/i82559/current/ChangeLog +++ b/packages/devs/eth/arm/ixdp425/i82559/current/ChangeLog @@ -1,3 +1,10 @@ +2003-03-26 Mark Salter <msalter@redhat.com> + + * cdl/ixdp425_i82559_eth_driver.cdl: Default to off for + CYGPKG_DEVS_ETH_I82559_ETH_REDBOOT_HOLDS_ESA. + + * include/ixdp425_i82559.inl: Fix commenting of copyright. + 2003-03-24 Mark Salter <msalter@redhat.com> * cdl/ixdp425_i82559_eth_driver.cdl: Fix copyright notice.
--- a/packages/devs/eth/arm/ixdp425/i82559/current/cdl/ixdp425_i82559_eth_driver.cdl +++ b/packages/devs/eth/arm/ixdp425/i82559/current/cdl/ixdp425_i82559_eth_driver.cdl @@ -101,7 +101,7 @@ cdl_package CYGPKG_DEVS_ETH_ARM_IXDP425_ cdl_component CYGPKG_DEVS_ETH_I82559_ETH_REDBOOT_HOLDS_ESA { display "RedBoot manages ESA initialization data" flavor bool - default_value 1 + default_value 0 active_if CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
--- a/packages/devs/eth/arm/ixdp425/i82559/current/include/ixdp425_i82559.inl +++ b/packages/devs/eth/arm/ixdp425/i82559/current/include/ixdp425_i82559.inl @@ -5,38 +5,38 @@ // IXDP425 ethernet I/O definitions. // //========================================================================== -#####ECOSGPLCOPYRIGHTBEGIN#### -## ------------------------------------------- -## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. -## -## 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. -## -## eCos is distributed in the hope that it will be useful, but WITHOUT ANY -## WARRANTY; without even the implied warranty of MERCHANTABILITY or -## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -## for more details. -## -## You should have received a copy of the GNU General Public License along -## with eCos; if not, write to the Free Software Foundation, Inc., -## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -## -## As a special exception, if other files instantiate templates or use macros -## or inline functions from this file, or you compile this file and link it -## with other works to produce a work based on this file, this file does not -## by itself cause the resulting work to be covered by the GNU General Public -## License. However the source code for this file must still be made available -## in accordance with section (3) of the GNU General Public License. -## -## This exception does not invalidate any other reasons why a work based on -## this file might be covered by the GNU General Public License. -## -## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -## at http://sources.redhat.com/ecos/ecos-license/ -## ------------------------------------------- -#####ECOSGPLCOPYRIGHTEND#### +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. +// +// 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. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### //========================================================================== //#####DESCRIPTIONBEGIN#### //
