Date: Tue, 25 Feb 2003 16:43:18 -0800 From: Jerry Toung <jtoung@mindspring.com> To: "Srinivas V." <srinivas85@hotmail.com>, freebsd-config@freebsd.org Subject: Re: national semiconductor ethernet card Message-ID: <3E5C0DA6.DA47DF6@mindspring.com> References: <BAY2-F1384WnQAn77fc00041792@hotmail.com> <3E5C0CCC.3DDCB7A4@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
You may also wanna check :
NGE(4) FreeBSD Kernel Interfaces Manual NGE(4)
NAME
nge - National Semiconductor PCI gigabit ethernet adapter driver
SYNOPSIS
device miibus
device nge
DESCRIPTION
The nge driver provides support for various NICs based on the National
Semiconductor DP83820 and DP83821 gigabit ethernet controller chips,
including the following:
o SMC EZ Card 1000 (SMC9462TX)
o D-Link DGE-500T
o Asante FriendlyNet GigaNIX 1000TA and 1000TPC
o Addtron AEG320T
o LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
o Surecom Technology EP-320G-TX
o Netgear GA622T
o Netgear GA621
o Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
o Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
All of these NICs are capable of 10, 100 and 1000mbps speeds over CAT5
copper cable. The DP83820 supports TBI (ten bit interface) and GMII
transceivers, which means it can be used with either copper or 1000baseX
fiber applications. The DP83820 supports TCP/IP checksum offload and
VLAN tagging/insertion as well as a 2048-bit multicast hash filter and up
to 4 pattern match buffers.
Most cards also use the DP83861 10/100/1000 copper gigabit transceiver
chip, which supports autonegotiation of 10, 100 and 1000mbps modes in
full or half duplex.
The DP83820 also supports jumbo frames, which can be configured via the
interface MTU setting. Selecting an MTU larger than 1500 bytes with the
ifconfig(8) utility configures the adapter to receive and transmit jumbo
frames. Using jumbo frames can greatly improve performance for certain
tasks, such as file transfers and data streaming.
.......................................................................................
Jerry Toung wrote:
> Hello,
> based on the man page (man cs), I would say cs0 for the national semiconductor
> card.
>
> CS(4) FreeBSD/i386 Kernel Interfaces Manual CS(4)
>
> NAME
> cs - ethernet device driver
>
> SYNOPSIS
> device cs
>
> In /boot/device.hints:
> hint.cs.0.at="isa"
> hint.cs.0.port="0x300"
> hint.cs.0.irq="10"
> hint.cs.0.maddr="0xd000"
>
> DESCRIPTION
> The cs driver provides support for ISA ethernet adapters based on the
> Crystal Semiconductor CS8900 and CS8920 NICs. These devices are used on
> the IBM EtherJet ISA adapters and in many embedded applications where the
> high integration, small size and low cost of the CS89x0 family compensate
> for their drawbacks.
>
> The cs driver will obtain configuration parameters either from
> /boot/device.hints or from the card. At least the I/O port number must
> be specified. Other parameters specified in /boot/device.hints will be
> used if present; the card may be soft-configured so these may be any
> valid value. Adapters based on the CS8920 normally offer PnP configura-
> tion and the driver will detect the IBM EtherJet and the CSC6040 adapters
> automatically.
>
> Note that the CS8900 is limited to 4 IRQ values; these are normally
> implemented as 5, 10, 11 and 12. The CS8920 has no such limitation.
>
> Memory-mapped and DMA operation are not supported at this time.
>
> DIAGNOSTICS
> cs%d: full/half duplex negotiation timeout The attempt to negotiate
> duplex settings with the hub timed out. This may indicate a cabling
> problem or a faulty or incompatible hub.
>
> cs%d: failed to enable <media> The CS89x0 failed to select the nominated
> media, either because it is not present or not operating correctly.
> --------------------------------
>
> "Srinivas V." wrote:
>
> > Hello
> >
> > I am new to freebsd and was hoping someone could help me. I am setting up
> > freebsd 4.5 in a PC with a National Semiconductor DP83815 Fast Ethernet
> > card. I looked up the h/w compatibility list for freebsd 4.5 and it says
> > that the card is supported with the sis driver.
> >
> > When i boot the install CD and reach the kernel configuration stage, I get a
> > few conflicts (since the PC actually has 2 other intel ethernet cards; i
> > can't pull them out). specifically, under the network section, the following
> > devices show up as having a conflict:
> >
> > cs0, ed0, fe0, ie0, lnc0, sn0
> >
> > Is there anyway I can figure out which of these drives is the right one to
> > use with the national semi ethernet card ??
> >
> > thanx
> >
> > srinivas
> >
> > _________________________________________________________________
> > MSN 8 with e-mail virus protection service: 2 months FREE*
> > http://join.msn.com/?page=features/virus
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-config" in the body of the message
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-config" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-config" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E5C0DA6.DA47DF6>
