Mercurial > flash_v2
changeset 1614:7c0a7354a758
* ecos.db: New Packages:
CYGPKG_DEVS_ETH_DREAMCAST_RLTK8139 - SEGA Dreamcast Broadband Adapter support
| author | jlarmour |
|---|---|
| date | Thu, 29 Apr 2004 04:13:42 +0000 |
| parents | dac7a13ce86e |
| children | 5118f42e7e62 |
| files | packages/ChangeLog packages/ecos.db |
| diffstat | 2 files changed, 16 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2004-04-21 Yoshinori Sato <ysato@users.sourceforge.jp> + + * ecos.db: New Packages: + CYGPKG_DEVS_ETH_DREAMCAST_RLTK8139 - SEGA Dreamcast Broadband Adapter support + 2004-04-14 Nick Garnett <nickg@calivar.com> * ecos.db: Added PPP package. @@ -2394,7 +2399,7 @@ 1998-07-23 Bart Veer <bartv@cygnus.co. //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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 @@ -2418,9 +2423,6 @@ 1998-07-23 Bart Veer <bartv@cygnus.co. // // 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#### //===========================================================================
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -4341,6 +4341,8 @@ target dreamcast { CYGPKG_HAL_SH_SH4 CYGPKG_HAL_SH_SH7750_DREAMCAST CYGPKG_IO_PCI + CYGPKG_DEVS_ETH_RLTK_8139 + CYGPKG_DEVS_ETH_SH_DREAMCAST_RLTK8139 CYGPKG_IO_SERIAL_SH_SCIF } description " The sh7750 target provides the packages needed to run @@ -5404,6 +5406,14 @@ package CYGPKG_DEVS_ETH_I386_PC_RLTK8139 description "Intel PC using Realtek 8139 (PCI) card." } +package CYGPKG_DEVS_ETH_SH_DREAMCAST_RLTK8139 { + alias { "SEGA Dreamcast with BroadBandAdapter driver" dreamcast_rltk8139_eth_driver } + hardware + directory devs/eth/sh/dreamcast + script sh_dreamcast_rltk8139_eth_drivers.cdl + description "SEGA Dreamcast with BroadBandAdapter." +} + target pc_rltk8139 { alias { "i386 PC target using Realtek 8139 networking" } packages { CYGPKG_HAL_I386
