ATA over Ethernet Tools 23 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ATA over Ethernet Tools 23 (Default branch)
# 1  
Old 01-11-2008
ATA over Ethernet Tools 23 (Default branch)

The ATA over Ethernet Tools are intended for use in conjunction with an ATA over Ethernet (AoE) driver for a Linux 2.6 kernel. They perform simple tasks like listing available devices, triggering device discovery, and restricting the network interfaces on which AoE is performed. License: GNU General Public License (GPL) Changes:
Support was added for the new payload size information exported by aoe6-57 and up. The aoe-flush command in aoetools-22 had a regression that caused it not to work properly without arguments. That bug was fixed. The aoecfg man page had a typo in the options section that was fixed.Image

More...
Login or Register to Ask a Question

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

NAME
artsata -- Intel i31244 Serial ATA disk controller driver SYNOPSIS
artsata* at pci? dev ? function ? flags 0x0000 options PCIIDE_I31244_DISABLEDMA DESCRIPTION
The artsata driver supports the Intel i31244 Serial ATA and controllers, and provides the interface with the hardware for the ata(4) driver. The 0x0002 flag forces the artsata driver to disable DMA on chipsets for which DMA would normally be enabled. This can be used as a debug- ging aid, or to work around problems where the SATA controller is wired up to the system incorrectly. SEE ALSO
ata(4), atapi(4), intro(4), pci(4), pciide(4), wd(4), wdc(4) BUGS
Early samples of the Intel i31244 Serial ATA controller revision 0 had a bug affecting DMA data transfers. Full production samples have been fixed, but have the same revision number. The PCIIDE_I31244_DISABLEDMA option can be used to disable DMA on the buggy revisions. BSD
February 12, 2005 BSD