Netra T1 and Dual Gigabit Ethernet

View: New views
5 Messages — Rating Filter:   Alert me  

Netra T1 and Dual Gigabit Ethernet

by Abhishake Pathak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello All, I have a netra t1 with openbsd 4.5 installed.  i wanted to install
a dual gigabit nic on the single available slot.  there is a card available
for the netra t1: dual gigabit nic + ultra scsi.  the product is X4422A.  
Would anyone happen to know if this card will work with openbsd?  Thank you in
advance.
cheers,abs


Re: Netra T1 and Dual Gigabit Ethernet

by Alexandre Gauthier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

abs a icrit :
> Hello All, I have a netra t1 with openbsd 4.5 installed.  i wanted to install
> a dual gigabit nic on the single available slot.  there is a card available
> for the netra t1: dual gigabit nic + ultra scsi.  the product is X4422A.  
> Would anyone happen to know if this card will work with openbsd?  Thank you in
> advance.
> cheers,abs
>
>  
Doesn't seem to be case, according to the sparc64 hardware support list:

http://www.openbsd.org/sparc64.html#hardware

--
Alexandre Gauthier
Network Analyst / Analyste Riseau
Services Informatiques


Re: Netra T1 and Dual Gigabit Ethernet

by Jonathan Gray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Sep 13, 2009 at 09:02:25PM -0400, Alexandre Gauthier wrote:

> abs a icrit :
>> Hello All, I have a netra t1 with openbsd 4.5 installed.  i wanted to install
>> a dual gigabit nic on the single available slot.  there is a card available
>> for the netra t1: dual gigabit nic + ultra scsi.  the product is
>> X4422A.  Would anyone happen to know if this card will work with
>> openbsd?  Thank you in
>> advance.
>> cheers,abs
>>
>>  
> Doesn't seem to be case, according to the sparc64 hardware support list:
>
> http://www.openbsd.org/sparc64.html#hardware

Actually this appears to be a cassini/cas(4) and is listed on that page
as "PCI GigaSwift Ethernet".


Re: Netra T1 and Dual Gigabit Ethernet

by Mark Kettenis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Date: Sun, 13 Sep 2009 16:12:52 -0700 (PDT)
> From: abs <abhishake00@...>
>
> Hello All, I have a netra t1 with openbsd 4.5 installed.  i wanted to install
> a dual gigabit nic on the single available slot.  there is a card available
> for the netra t1: dual gigabit nic + ultra scsi.  the product is X4422A.  
> Would anyone happen to know if this card will work with openbsd?

The card will work with OpenBSD; the ethernet ports are supported by
the cas(4) driver and the scsi ports are handled by siop(4).

That said, unless you really want/need the scsi+ethernet combo, if you
want to be able to boot your machine over gigabit ethernet, or if you
want the hardware to be supported in Solaris, the X4422A is probably
not the optional choice.  The ethernet chip on the board is very
smart, but the way it handles packets doesn't fit very well into the
way OpenBSD handles packets.  As a result the cas(4) driver needs to
do memory copies of packet data that most other drivers don't have to
do.

Almost all gigabit network drivers supported by OpenBSD will work on
sparc64.  If you just want two gigabit ethernet ports, a dual em(4)
(Intel) will probably be a better choice than the X4422A you're
looking at.  Other possibilities are dual bge(4) (Broadcom) or msk(4)
(Marvell/SysKonnect) cards.


Re: Netra T1 and Dual Gigabit Ethernet

by Abhishake Pathak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you for the response. I don't need the ethernet + scsi combo,  dual gig
nic.  I was unaware that other dual gig nics you mentioned would work with the
netra t1.  Is there a particular model that works?  once again thank you very
mcuh.

cheers,
abs

--- On Mon, 9/14/09, Mark Kettenis <mark.kettenis@...> wrote:

From: Mark Kettenis <mark.kettenis@...>
Subject: Re: Netra T1 and Dual Gigabit Ethernet
To: abhishake00@...
Cc: sparc@...
Date: Monday, September 14, 2009, 4:04 AM

> Date: Sun, 13 Sep 2009 16:12:52 -0700 (PDT)
> From: abs <abhishake00@...>
>
> Hello All, I have a netra t1 with openbsd 4.5 installed.  i wanted to
install
> a dual gigabit nic on the single available slot.  there is a card available
> for the netra t1: dual gigabit nic + ultra scsi.  the product is X4422A.
> Would anyone happen to know if this card will work with openbsd?

The card will work with OpenBSD; the ethernet ports are supported by
the cas(4) driver and the scsi ports are handled by siop(4).

That said, unless you really want/need the scsi+ethernet combo, if you
want to be able to boot your machine over gigabit ethernet, or if you
want the hardware to be supported in Solaris, the X4422A is probably
not the optional choice.  The ethernet chip on the board is very
smart, but the way it handles packets doesn't fit very well into the
way OpenBSD handles packets.  As a result the cas(4) driver needs to
do memory copies of packet data that most other drivers don't have to
do.

Almost all gigabit network drivers supported by OpenBSD will work on
sparc64.  If you just want two gigabit ethernet ports, a dual em(4)
(Intel) will probably be a better choice than the X4422A you're
looking at.  Other possibilities are dual bge(4) (Broadcom) or msk(4)
(Marvell/SysKonnect) cards.