Re: Dell fast ethernet 3ccfe575bt-d

2003-08-26 Thread M. Warner Losh
In message: [EMAIL PROTECTED]
Sandeep Kumar Davu [EMAIL PROTECTED] writes:
: I was intalling freebsd on laptop and could not find the drivers for 
: 3ccfe575bt-d fast ethernet 10/100base-tx ethernet card. Could anyone please 
: enligten me where can I find the driver for this card.

/usr/src/sys/dev/xl in current.  nowhere on 4.x stable.

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


Re: Dell fast ethernet 3ccfe575bt-d

2003-08-26 Thread Maxime Henrion
M. Warner Losh wrote:
 In message: [EMAIL PROTECTED]
 Sandeep Kumar Davu [EMAIL PROTECTED] writes:
 : I was intalling freebsd on laptop and could not find the drivers for 
 : 3ccfe575bt-d fast ethernet 10/100base-tx ethernet card. Could anyone please 
 : enligten me where can I find the driver for this card.
 
 /usr/src/sys/dev/xl in current.  nowhere on 4.x stable.

The sources for the xl(4) driver live in /usr/src/sys/pci, not in
/usr/src/sys/dev/xl which doesn't exist.  The driver is contained in the
if_xl.c and if_xlreg.h files.

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


Re: Dell fast ethernet 3ccfe575bt-d

2003-08-26 Thread Mike Silbersack

On Tue, 26 Aug 2003, Maxime Henrion wrote:

 M. Warner Losh wrote:
  In message: [EMAIL PROTECTED]
  Sandeep Kumar Davu [EMAIL PROTECTED] writes:
  : I was intalling freebsd on laptop and could not find the drivers for
  : 3ccfe575bt-d fast ethernet 10/100base-tx ethernet card. Could anyone please
  : enligten me where can I find the driver for this card.
 
  /usr/src/sys/dev/xl in current.  nowhere on 4.x stable.

 The sources for the xl(4) driver live in /usr/src/sys/pci, not in
 /usr/src/sys/dev/xl which doesn't exist.  The driver is contained in the
 if_xl.c and if_xlreg.h files.

 Cheers,
 Maxime

 * 3Com 3c575TX 10/100Mbps/RJ-45 (Cardbus, Hurricane ASIC)

No cardbus support in -stable. :)

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