Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

udav(4) [freebsd man page]

UDAV(4) 						   BSD Kernel Interfaces Manual 						   UDAV(4)

NAME
udav -- Davicom DM9601 USB Ethernet driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device miibus device udav Alternatively, to load the driver as a module 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 o ShanTou ST268 USB NIC 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
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), usb(4), ifconfig(8) Davicom DM9601 data sheet, http://ptm2.cc.utu.fi/ftp/network/cards/DM9601/From_NET/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>. BSD
July 16, 2005 BSD

Check Out this Related Man Page

SMSC(4) 						   BSD 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 following lines in your kernel configuration file: device uhci device ohci device usb device miibus 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>. BSD
September 26, 2014 BSD
Man Page

6 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Mounting a USB device with a predetermined name

When I attach a USB storage device to my Solaris server, the mount point is coming up as /rmdisk/unnamed_rmdisk Is there anyway I can have this device come up as a mounted device with a predetermined mount name eg /morespace rather than unnamed_rmdisk ? (0 Replies)
Discussion started by: jimthompson
0 Replies

2. SCO

IRQ conflict between USB and NIC SCO 5.0.7

I have a SCO 5.0.7 server.As there is no parellel port ,printing is done via USB port. After loading the Network Card driver ,during booting the server gets hanged and the NIC driver is not loaded.If the USB ports are disabled the NIC driver gets loaded. As both USB and NIC driver are essential... (0 Replies)
Discussion started by: vikramviky
0 Replies

3. OS X (Apple)

Not mounted, no-driver USB device in terminal (how to access?)

hi, i am on a quest to access and even mount if possible a drive on os x. there is no driver for the device, but it lists fine in the system profiler. can i access its location from the terminal? how? here is what i get on the system profiler: Speed: Up to 480 Mb/sec Manufacturer: SAMSUNG ... (3 Replies)
Discussion started by: sontarieh
3 Replies

4. SCO

Any device driver sample for SCO ?!

Hi I'm looking for a simple and nice sample for writing a device driver in SCO OpenServer 5.0.7. I'm asked to write a device driver for some usb printer. I have already the linux version of the driver but it won't get compiled. I have some basic knowledge of device drivers phenomena such as kernel... (4 Replies)
Discussion started by: k.a.docpp
4 Replies

5. UNIX for Advanced & Expert Users

Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive

I'm writing a simple USB driver to drive a stepper motor based on USB Skeleton 2.2 Driver, kernel 3.8. The basic version is running properly. As a advancement, I introduced KTHREAD to call the DEVICE_WRITE (skel_write) (), so that the driver will be available for other tasks & requests. Calling... (0 Replies)
Discussion started by: miteshgaware
0 Replies

6. AIX

AIX - NIC device explanation need

Hello, I have some doubt about the NIC device on my AIX box. When using lsdev command / > lsdev -Cc adapter | grep en ent0 Available 03-00 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003) ent1 Available 03-01 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003) ent2... (11 Replies)
Discussion started by: Phat
11 Replies