RTnet 0.9.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News RTnet 0.9.10 (Default branch)
# 1  
Old 09-05-2008
RTnet 0.9.10 (Default branch)

RTnet is an hard real-time network protocol stack for Xenomai and RTAI (real-time Linux extensions). It makes use of standard Ethernet hardware and supports several popular NIC chip sets, including Gigabit Ethernet. Moreover, Ethernet-over-1394 support is available based on the RT-FireWire protocol stack. It implements UDP/IP, ICMP, and ARP in a deterministic way and provides a POSIX socket API to real-time user space processes and kernel modules. License: GNU General Public License (GPL) Changes:
Updated to RTDM API revision 6. Support for Linux kernels up to 2.6.24. The rt_at91_ether driver has been added. Support for SIOCGIFADDR and udev. A workaround for rt_e1000 start-up laziness. Updated rt_8139too PCI IDs. Linux netdev creation on latest kernels has been fixed for RTmac VNICs and RTcap tap devices. Memory corruption in ICMP code has been fixed. There are minor build system fixes. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MY(4)							   BSD Kernel Interfaces Manual 						     MY(4)

NAME
my -- Myson Technology Ethernet PCI driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device my Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_my_load="YES" DESCRIPTION
The my driver provides support for various NICs based on the Myson chipset. The Myson chipset is a variant of the DEC Tulip NIC chipset. The driver will work with almost any MII-compliant PHY, thus failure to positively identify the chip is not a fatal error. HARDWARE
The my driver provides support for various NICs based on the Myson chipset. Supported models include: o Myson MTD800 PCI Fast Ethernet chip o Myson MTD803 PCI Fast Ethernet chip o Myson MTD89X PCI Gigabit Ethernet chip SEE ALSO
altq(4), de(4), netintro(4), pci(4), ifconfig(8) HISTORY
The my driver first appeared in FreeBSD 4.6. AUTHORS
The my driver was written by Myson Technology Inc. This manual page was written by Hiten M. Pandya <hmp@FreeBSD.org>. BUGS
The my driver does not support Power Management Events (PME). BSD
March 11, 2007 BSD