Unix and Linux Discussions Tagged with mos |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
11,930 |
What is on Your Mind? |
|
|
|
0 |
2,282 |
What is on Your Mind? |
|
|
|
0 |
5,155 |
What is on Your Mind? |
|
|
|
5 |
3,622 |
Shell Programming and Scripting |
|
|
|
6 |
1,545 |
What is on Your Mind? |
|
|
|
0 |
2,658 |
Oracle Updates (RSS) |
|
|
|
3 |
2,277 |
Shell Programming and Scripting |
|
|
|
2 |
3,104 |
Solaris |
|
|
|
6 |
9,968 |
Cybersecurity |
|
|
|
0 |
1,351 |
UNIX and Linux RSS News |
|
|
|
0 |
3,305 |
IT Security RSS |
|
|
|
0 |
942 |
Software Releases - RSS News |
|
|
|
1 |
1,760 |
Shell Programming and Scripting |
|
|
|
0 |
1,012 |
Software Releases - RSS News |
|
|
|
0 |
1,380 |
UNIX and Linux RSS News |
|
|
|
16 |
8,095 |
Shell Programming and Scripting |
|
|
|
0 |
3,137 |
Oracle Updates (RSS) |
|
|
|
0 |
1,329 |
Software Releases - RSS News |
|
|
|
0 |
1,840 |
UNIX and Linux RSS News |
|
|
|
0 |
1,153 |
Software Releases - RSS News |
|
|
|
2 |
5,704 |
Ubuntu |
|
|
|
6 |
24,084 |
HP-UX |
|
|
|
3 |
2,488 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,418 |
IP Networking |
|
|
|
3 |
2,801 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,724 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
9,802 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,613 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,717 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
3,646 |
Programming |
|
|
|
1 |
2,670 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,220 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
37,418 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
2,351 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,474 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
18,948 |
Programming |
|
|
|
2 |
8,612 |
Programming |
|
|
|
1 |
33,303 |
Where do I download LINUX & UNIX? |
|
|
|
5 |
14,159 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
7,182 |
Cybersecurity |
MOS(4) BSD Kernel Interfaces Manual MOS(4)
NAME
mos -- Moschip MCS7730/MCS7830/MCS7832 USB Ethernet driver
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device uhci
device ohci
device ehci
device usb
device miibus
device mos
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_mos_load="YES"
DESCRIPTION
The mos driver provides support for USB Ethernet adapters based on the Moschip MCS7730/MCS7830/MCS7832 chipset.
The adapters that contain the Moschip MCS7730/MCS7830/MCS7832 chipset will operate at 100Base-TX and full-duplex.
The Moschip contains a 10/100 Ethernet MAC with MII interface and is designed to work with both Ethernet and HomePNA transceivers. Although
designed to interface with 100Mbps peripherals, this only works with USB 2.0. The existing USB 1.0 standard specifies a maximum transfer
speed of 12Mbps. USB 1.0 Users should therefore not expect to actually achieve 100Mbps speeds with these devices.
The Moschip supports a 64-bit multicast hash table, single perfect filter entry for the station address and promiscuous mode. Packets are
received and transmitted over separate USB bulk transfer endpoints.
For more information on configuring this device, see ifconfig(8).
HARDWARE
Adapters supported by the mos driver include:
o Sitecom LN030
SEE ALSO
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), ifconfig(8)
ADMtek AN986 data sheet, http://www.moschip.com/data/products/MCS7830/Data%20Sheet_7830.pdf.
HISTORY
The mos device driver first appeared in FreeBSD 8.2.
AUTHORS
The mos driver was written by Rick van der Zwet info@rickvanderzwet.nl.
BSD
February 14, 2011 BSD