Sponsored Content
Special Forums Hardware Question on SATA 300 vs SATA 600 Post 302512050 by orange47 on Friday 8th of April 2011 09:14:05 AM
Old 04-08-2011
sata 6Gbps is faster than sata 3Gbps.
ssd should be on 6Gbps, probably.
 

9 More Discussions You Might Find Interesting

1. Solaris

SATA driver for soalris 9

can any one help me look for a driver for SATA harddisk, im installing solaris 9 to it. thanks and regards msouthofheavenk ;) (2 Replies)
Discussion started by: msouthofheavenk
2 Replies

2. UNIX for Advanced & Expert Users

sata support

i have a system which has two hard disks..one is sata and the other one is normal ata hard disk. i wish to install red hat enterprise linux WS(desktop edition) on my sata hard disk..but the installer shows me only my ata hard disk.. i searched the net..it says that a library-- libata will let it... (2 Replies)
Discussion started by: ankit.jss
2 Replies

3. UNIX for Dummies Questions & Answers

Any Linux/Unix work with SATA yet?

i got my computer in 2k, built it myself. top of the line then and better than most still now. one problem however is i was never able to install unix because the old kernels were not compatible with SATA hard drives i dont have any IDE drives nor do i want any I want mine on SATA, but every... (5 Replies)
Discussion started by: GXDeMoNN
5 Replies

4. UNIX for Advanced & Expert Users

Linux o.s on two sata's.

Hi, I have two sata hard-disks. Out of those, one is having RHEL5 operating system, and other is having fedora7 operating system. When I connect the disk with RHEL5 operating system to sata0 port and disk with fedora7 operating system to sata1 port. While booting it shows RHEL5 boot screen,... (3 Replies)
Discussion started by: praveen_b744
3 Replies

5. UNIX for Advanced & Expert Users

trying to setup a sata drive using a sata to scsi adaptor

trying to setup a sata drive using a sata to scsi adaptor I have a sata 1TB Deskstar that I had setup before and during shipment from a facilty to another, the disk failed. The handling was not great, lots of throwing boxes, etc. I have a new disk from Hitachi (thankyou Hitachi) anyway, I don't... (1 Reply)
Discussion started by: mndavies
1 Replies

6. SCO

SATA AHCI Tape on SCO 5.0.7

Dear all, I'm newbie in SCO. I already purchase SCO 5.0.7 and SATA Tape Drive (not SCSI) for IBM server. not a cheap investment :( my problem is: I can't use my sata tape on sco 5.0.7 for backup my data because sco can't detect any sata tape has been plug into o/s. i already running "mkdev... (7 Replies)
Discussion started by: asumatezuka
7 Replies

7. Hardware

SPARC, SCSI -> SATA?

I'm thinking about suggesting my boss to go for sata adapter and SSD, instead of buying new SCSI drives for SPARC. out here, a brand new 70Gb SCSI drive is about 100euros, and 140Gb is 200eur! (for that price, one could probably buy the adapter.) has anyone tried it? how well do modern... (1 Reply)
Discussion started by: orange47
1 Replies

8. Hardware

Connect SATA Laptop HardDrive to Desktop SATA Slots

Hello everybody, I need to connect a laptop 2.5 SATA hard drive to a Desktop board (which uses 3.5' SATA hard drives). I've tried the connectors and they fit excellent in the 2.5 SATA connectors. The problem is that the laptop hard drive uses 5v and the PC's power source sends 12v. So, my... (4 Replies)
Discussion started by: Zykl0n-B
4 Replies

9. Solaris

Sata 2 port not working

I have installed Solaris 11 Express on my machine. On my GA-X58A-UD5 motherboard there are two 6 Gb/s SATA ports (Marvell 9128 chip), but when I connect a hard drive to one of them, the system does not recognize it. However, when I boot from a USB install image (downloaded from here Oracle... (1 Reply)
Discussion started by: RychnD
1 Replies
MVS(4)							   BSD Kernel Interfaces Manual 						    MVS(4)

NAME
mvs -- Marvell Serial ATA Host Controller driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device scbus device mvs Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): mvs_load="YES" The following tunables are settable from the loader(8): hint.mvs.X.msi controls Message Signaled Interrupts (MSI) usage by the specified controller. hint.mvs.X.ccc controls Command Completion Coalescing (CCC) usage by the specified controller. Non-zero value enables CCC and defines maximum time (in us), request can wait for interrupt. CCC reduces number of context switches on systems with many parallel requests, but it can decrease disk per- formance on some workloads due to additional command latency. hint.mvs.X.cccc defines number of completed commands for CCC, which trigger interrupt without waiting for specified coalescing timeout. hint.mvs.X.pm_level controls SATA interface Power Management for the specified channel, allowing some power to be saved at the cost of additional command latency. Possible values: 0 interface Power Management is disabled (default); 1 device is allowed to initiate PM state change, host is passive; 4 driver initiates PARTIAL PM state transition 1ms after port becomes idle; 5 driver initiates SLUMBER PM state transition 125ms after port becomes idle. Note that interface Power Management is not compatible with device presence detection. A manual bus reset is needed on device hot-plug. hint.mvs.X.sata_rev setting to nonzero value limits maximum SATA revision (speed). Values 1, 2 and 3 are respectively 1.5, 3 and 6Gbps. DESCRIPTION
This driver provides the CAM(4) subsystem with native access to the SATA ports of several generations (Gen-I/II/IIe) of Marvell SATA con- trollers. Each SATA port found is represented to CAM as a separate bus with one target, or, if HBA supports Port Multipliers (Gen-II/IIe), 16 targets. Most of the bus-management details are handled by the SATA-specific transport of CAM. Connected ATA disks are handled by the ATA protocol disk peripheral driver ada(4). ATAPI devices are handled by the SCSI protocol peripheral drivers cd(4), da(4), sa(4), etc. Driver features include support for Serial ATA and ATAPI devices, Port Multipliers (including FIS-based switching, when supported), hardware command queues (up to 31 command per port), Native Command Queuing, SATA interface Power Management, device hot-plug and Message Signaled Interrupts. Same hardware is also supported by atamarvell and ataadaptec drivers from ata(4) subsystem. If both drivers are loaded at the same time, this one will be given precedence as the more functional of the two. HARDWARE
The mvs driver supports the following controllers: Gen-I (SATA 1.5Gbps): o 88SX5040 o 88SX5041 o 88SX5080 o 88SX5081 Gen-II (SATA 3Gbps, NCQ, PMP): o 88SX6040 o 88SX6041 (including Adaptec 1420SA) o 88SX6080 o 88SX6081 Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): o 88SX6042 o 88SX7042 (including Adaptec 1430SA) o 88F5182 SoC o 88F6281 SoC o MV78100 SoC Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. SEE ALSO
ada(4), ata(4), cam(4), cd(4), da(4), sa(4) HISTORY
The mvs driver first appeared in FreeBSD 8.1. AUTHORS
Alexander Motin <mav@FreeBSD.org>. BSD
April 27, 2010 BSD
All times are GMT -4. The time now is 01:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy