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

FreeBSD Manual Pages

  
 
  

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

NAME
     udav -- Davicom DM9601 USB	Ethernet driver

SYNOPSIS
     To	compile	support	for the
     udav driver into your kernel, place the following lines in	your kernel
	  configuration	file:

	   device uhci
	   device ohci
	   device usb
	   device miibus
	   device udav

	  Alternatively, to load the
     udav driver at boot time, place the following line	in loader.conf(5):

		if_udav_load="YES"

HARDWARE
     The udav driver supports the following adapters:

     +o	 Corega	FEther USB-TXC

DESCRIPTION
     The udav driver provides support for USB Ethernet adapters	based on the
     Davicom DM9601 chipset.

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

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

     Davicom DM9601 data sheet,
     http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-
     P01-930914.pdf.

HISTORY
     The udav device driver first appeared in NetBSD 2.0.

AUTHORS
     The udav driver was written by Shingo WATANABE <nabe@nabechan.org>.

FreeBSD	6.0			 July 16, 2005			   FreeBSD 6.0

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

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

home | help