Re: 3Com 3C940

2004-04-15 Thread Mark
- Original Message - 
From: Matthew Seaman [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: Toni Heinonen [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Saturday, March 27, 2004 11:23 AM
Subject: Re: 3Com 3C940

 On Sat, Mar 27, 2004 at 08:10:48AM +, Mark wrote:
  Toni Heinonen wrote:

  The 3Com 3C940 does not appear on either the 5.x or 4.9 hardware list.

   Why don't you just try and install?
 
  Because the LAN is onboard a K8V ASUS motherboard I plan to install
  FreeBSD 4.9R on. And I'd like to know whether FreeBSD can handle it.

 That should be supported -- see sk(4)

Thanks for your reply, as always. :)

At the SYNOPSIS, I read:

 device miibus
 device sk

Does that mean I need to recompile the kernel? Because device sk is not
part of my kernel config, it seems.

Thanks,

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3Com 3C940

2004-03-27 Thread Mark
Toni Heinonen wrote:

 Hello,

 Does FreeBSD 4.9R-p3 support the 3Com 3C940 LAN card?

 Thanks,

 - Mark

 Good morning,

 this was two links from the front page of freebsd.org:
 http://www.freebsd.org/releases/5.2.1R/hardware-i386.html

The 3Com 3C940 does not appear on either the 5.x or 4.9 hardware list.

 Why don't you just try and install?

Because the LAN is onboard a K8V ASUS motherboard I plan to install FreeBSD
4.9R on. And I'd like to know whether FreeBSD can handle it.

Thanks,

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3Com 3C940

2004-03-27 Thread Matthew Seaman
On Sat, Mar 27, 2004 at 08:10:48AM +, Mark wrote:
 Toni Heinonen wrote:

 The 3Com 3C940 does not appear on either the 5.x or 4.9 hardware list.
 
  Why don't you just try and install?
 
 Because the LAN is onboard a K8V ASUS motherboard I plan to install FreeBSD
 4.9R on. And I'd like to know whether FreeBSD can handle it.

That should be supported -- see sk(4)

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


3Com 3C940

2004-03-26 Thread Mark
Hello,

Does FreeBSD 4.9R-p3 support the 3Com 3C940 LAN card?

Thanks,

- Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: 3Com 3C940

2004-03-26 Thread Toni Heinonen
Good morning, 

this was two links from the front page of freebsd.org: 
http://www.freebsd.org/releases/5.2.1R/hardware-i386.html

Why don't you just try and install?

-- 
TONI HEINONEN
 TELEWARE OY
 +358 40 836 1815 / +358 (9) 3434 9110
 Itkeskuksen Maamerkki
 00930 Helsinki, Finland
 [EMAIL PROTECTED] / www.teleware.fi


 -Original Message-
 From: Mark [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 27, 2004 4:08 AM
 To: [EMAIL PROTECTED]
 Subject: 3Com 3C940
 
 
 Hello,
 
 Does FreeBSD 4.9R-p3 support the 3Com 3C940 LAN card?
 
 Thanks,
 
 - Mark
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.1 on ASUS P4C800 (onboard NIC problems, 3Com 3C940) (a solution)

2003-11-21 Thread Krad Yusuf KONU
I know there is no support 3c940 nic with FreeBSD 5.1 version. But
it is added later. I look at the CVS. In FreeBSD 5.1 the driver version
of the sk is 1.59 (if_sk.c). But 3c940 support added to sk with version
1.65. So i take the 1.65.
then i put these files to kernel and i compile itl. Now i am happy with
my 3c940 on FreeBSD 5.1.

you can download if_sk.c  1.65 version from
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_sk.c . But it
depend to 2 other files (if_skreg.h and yukonreg.h) so you must download
they also.

Steps
---
   (+)download if_sk.c version 1.65 -
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/pci/if_sk.c?rev=1.64content-type=text/plain

(+)download if_skreg.h version 1.16 -
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/pci/if_skreg.h?rev=1.16content-type=text/plain

(+)download yukonreg.h version 1.1 -
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/pci/yukonreg.h?rev=1.1content-type=text/plain

   (+) backup your orginal files which are in /usr/src/sys/pci/
mv  /usr/src/sys/pci/if_sk.c /usr/src/sys/pci/if_sk.c.orig
mv  /usr/src/sys/pci/if_skreg.c /usr/src/sys/pci/if_skreg.h.orig

mv  /usr/src/sys/pci/yukonreg.h /usr/src/sys/pci/yukonreg.h.orig

(+) copy your downloaded files to /usr/src/sys/pci/
cd
/floppy/ #I
guess that
cp if_sk.c if_skreg.h yukonreg.h /usr/src/sys/pci/

(+) Now you can compile kernel
cd /usr/src/sys/i386/conf/
config GENERIC
cd ../compile/GENERIC
make depend
make
make install

(+) reboot the system
reboot
(+) if everything ok you can see your sk driver with 3c940


Krad Yusuf KONU

KYK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


3com 3C940 support...

2003-07-22 Thread Damian
I own an Abit IS7-G which includes an intergrated 3Com 3C940 card currently not 
supported in any FreeBSD branch to my knowledge. Some people said that the nic could 
world with the Tigon III driver but I haven't been able to get it to work with it 
during install. Are there any plans or projects to get this card supported in the near 
future? Thanks in advance for your time.

-Damian
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.1 on ASUS P4C800 (onboard NIC problems, 3Com 3C940)

2003-07-04 Thread Han Hwei Woo
I don't believe the 3C940 is currently supported in FreeBSD (nothing about
it in hardware notes for 5.1 i386). So, you can try googling to see if
anyone's working on a driver for it. Chances are however that you'll have to
use another NIC.

- Original Message - 
From: Gab [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 8:31 AM
Subject: FreeBSD 5.1 on ASUS P4C800 (onboard NIC problems, 3Com 3C940)


 Hello,

 I successfully installed FreeBSD 5.1 on my ASUS P4C800 motherboard. The
 only remaining problem is that sysinstall did not find any ethernet
 device during the installation. The onboard NIC is a 3Com 3C940.

 What should I exactly do in order to make the system detect this 3Com
 3C940 ethernet device and make it work properly?

 Many thanks for your help.

 Gab

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.1 on ASUS P4C800 (onboard NIC problems, 3Com 3C940)

2003-07-01 Thread Gab
Hello,

I successfully installed FreeBSD 5.1 on my ASUS P4C800 motherboard. The
only remaining problem is that sysinstall did not find any ethernet
device during the installation. The onboard NIC is a 3Com 3C940.

What should I exactly do in order to make the system detect this 3Com
3C940 ethernet device and make it work properly?

Many thanks for your help.

Gab

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3Com 3C940 Gigabit

2003-06-28 Thread Chuck Swiger
Pedram PD Messri wrote:
 Do you guy's think you can add support or for this network card?
 And if so, when do you think that will be?
That card is probably an on-motherboard integrated NIC similar to the 3C90x, and 
might work with the xl driver.  What does the 'pciconf -v -l' entry for the card 
look like?

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


3Com 3C940 Gigabit

2003-06-27 Thread Pedram PD Messri
Do you guy's think you can add support or for this network card? And if so, when do 
you think that will be?

Thanks,

Pedram PD Messri
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]