Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SMSC(4)		       FreeBSD Kernel Interfaces Manual		       SMSC(4)

NAME
     smsc -- USB SMSC LAN9xxx Fast Ethernet driver

SYNOPSIS
     To	load the driver	as a module at boot time, place	the following line in
     loader.conf(5):

	   if_smsc_load="YES"

     Alternatively, to compile this driver into	the kernel, place the follow-
     ing lines in your kernel configuration file:

	   device uhci
	   device ohci
	   device usb
	   device miibus
	   device uether
	   device smsc

DESCRIPTION
     The smsc device driver provides support for USB Fast Ethernet adapters
     based on the SMSC LAN9xxx chipsets.

     For more information on configuring this device, see ifconfig(8).

HARDWARE
     The following devices are supported by the	smsc driver:

     o	 SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters
     o	 SMSC LAN89530,	LAN9530	and LAN9730 based Ethernet adapters
     o	 SMSC LAN951x Ethernet adapters	with integrated	USB hub

SEE ALSO
     arp(4), intro(4), miibus(4), netintro(4), usb(4), ifconfig(8)

HISTORY
     The smsc device driver first appeared in FreeBSD 10.0.

AUTHORS
     The smsc driver was written by Ben	Gray <bgray@FreeBSD.org>.

FreeBSD	13.0		       November	24, 2015		  FreeBSD 13.0

NAME | SYNOPSIS | DESCRIPTION | HARDWARE | SEE ALSO | HISTORY | AUTHORS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=smsc&sektion=4&manpath=FreeBSD+13.1-RELEASE+and+Ports>

home | help