Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Non-PCI gigabit Ethernet controller

There are 16 messages in this thread.

You are currently looking at messages 0 to 10.

Non-PCI gigabit Ethernet controller - DigitalSignal - 18:41 14-04-05

Hello there,

I wonder whether somebody provide non-PCI gigabit Ethernet controller.

I mean a Ethernet transceiver with PHY and MAC that can interface a
DSP, or a microcontroller to Ethernet communication.

It seems most gigabit Ethernet controller are communicating to PCI bus.

Thanks for the help,

DS




Re: Non-PCI gigabit Ethernet controller - Oliver Hannaford-Day - 19:07 14-04-05

Hi,

> I wonder whether somebody provide non-PCI gigabit Ethernet controller.

Not sure but doesnt Xilinx have an IP core for their CPLD/FPGA's for Gigabit 
Ethernet?
Worth a look.
As for an off the shelf chip, I havent seen one but that doesnt mean they 
dont exist. :-)

Oliver Hannaford-Day
www.cdtv.org.uk 



Re: Non-PCI gigabit Ethernet controller - Scott Moore - 21:10 14-04-05

DigitalSignal wrote:
> Hello there,
> 
> I wonder whether somebody provide non-PCI gigabit Ethernet controller.
> 
> I mean a Ethernet transceiver with PHY and MAC that can interface a
> DSP, or a microcontroller to Ethernet communication.
> 
> It seems most gigabit Ethernet controller are communicating to PCI bus.
> 
> Thanks for the help,
> 
> DS
> 

There are plenty of chipsets that do that.

Of course, one chip of the set is a PCI controller :)

Seriously, I have seen plenty of applications where they just threw a
PCI interface chip next to the controller chip and went to town.


Re: Non-PCI gigabit Ethernet controller - DigitalSignal - 12:21 15-04-05

Thanks for the reply. Could you give me an example of the PCI interface
chip? My DSP is TMS320C67xx. It is a "standard" 32 bit DSP.


Re: Non-PCI gigabit Ethernet controller - Scott Moore - 14:01 15-04-05

DigitalSignal wrote:
> Thanks for the reply. Could you give me an example of the PCI interface
> chip? My DSP is TMS320C67xx. It is a "standard" 32 bit DSP.
> 

We used to use the Galileo Technologies chip. A quick search to their
web page, wwww.galileot.com, shows that they apparently have been
eaten by a company called marvell. Try their communications
controller family, or perhaps call them and ask what they did
with the Galileo products. The last PCI stuff I worked on was a PC
chipset from AMD (build into the Opteron CPU). I am sure there are
other vendors as well.

Luck !

PS. I am a software guy, but you could do worse than to use the PCI system
as a bridge in any case. It is not just a bus, but an entire pheriperal
management system, with an organized method to discover and retrive
information on devices, and the means to configure and address them.


Re: Non-PCI gigabit Ethernet controller - Steve Calfee - 14:41 15-04-05

On 14 Apr 2005 15:41:46 -0700, "DigitalSignal"
<d...@yahoo.com> wrote:

>Hello there,
>
>I wonder whether somebody provide non-PCI gigabit Ethernet controller.
>
>I mean a Ethernet transceiver with PHY and MAC that can interface a
>DSP, or a microcontroller to Ethernet communication.
>
>It seems most gigabit Ethernet controller are communicating to PCI bus.
>
>Thanks for the help,
>
>DS

I know this just adds a different problem, but you can get USB 1.1 or
USB 2.0 dongles that interface to gigabit ethernet.

There is no "x" in my email address.

Re: Non-PCI gigabit Ethernet controller - Rene - 16:33 16-04-05

Steve Calfee wrote:
> On 14 Apr 2005 15:41:46 -0700, "DigitalSignal"
> <d...@yahoo.com> wrote:
> 
> 
>>Hello there,
>>
>>I wonder whether somebody provide non-PCI gigabit Ethernet controller.
>>
>>I mean a Ethernet transceiver with PHY and MAC that can interface a
>>DSP, or a microcontroller to Ethernet communication.
>>
>>It seems most gigabit Ethernet controller are communicating to PCI bus.
>>
>>Thanks for the help,
>>
>>DS

Look for any of the standard PC/ISA-bus chips (i.e. SMSC 91C111 or
Realtek xyz)

- Rene

Re: Non-PCI gigabit Ethernet controller - 11:29 17-04-05

On Saturday, in article
     <42617699$0$1154$5...@news.sunrise.ch> s...@see5.ch
     "Rene" wrote:

>Steve Calfee wrote:
>> On 14 Apr 2005 15:41:46 -0700, "DigitalSignal"
>> <d...@yahoo.com> wrote:
>> 
>> 
>>>Hello there,
>>>
>>>I wonder whether somebody provide non-PCI gigabit Ethernet controller.
>>>
>>>I mean a Ethernet transceiver with PHY and MAC that can interface a
>>>DSP, or a microcontroller to Ethernet communication.
>>>
>>>It seems most gigabit Ethernet controller are communicating to PCI bus.
>>>
>>>Thanks for the help,
>>>
>>>DS
>
>Look for any of the standard PC/ISA-bus chips (i.e. SMSC 91C111 or
>Realtek xyz)

What the poster was looking for was Gigabit chips not 10baseT.

-- 
Paul Carpenter          | p...@pcserviceselectronics.co.uk
<http://www.pcserviceselectronics.co.uk/>;    PC Services
<http://www.gnuh8.org.uk/>;              GNU H8 & mailing list info
<http://www.badweb.org.uk/>;             For those web sites you hate


Re: Non-PCI gigabit Ethernet controller - Sander Vesik - 10:42 18-04-05

DigitalSignal <d...@yahoo.com> wrote:
> Hello there,
> 
> I wonder whether somebody provide non-PCI gigabit Ethernet controller.
> 
> I mean a Ethernet transceiver with PHY and MAC that can interface a
> DSP, or a microcontroller to Ethernet communication.
> 
> It seems most gigabit Ethernet controller are communicating to PCI bus.
> 
> Thanks for the help,
> 
> DS
> 

-- 
	Sander

+++ Out of cheese error +++

Re: Non-PCI gigabit Ethernet controller - DigitalSignal - 17:34 19-04-05

The speed is critical to my application. In addition I thought "giga"
sounds more advanced than "mega".


| 1 | 2 | next