MVSATA(4) BSD Kernel Interfaces Manual MVSATA(4)NAME
mvsata -- Marvell Hercules-I and Hercules-II SATA controllers driver
SYNOPSIS
mvsata* at pci? dev ? function ?
DESCRIPTION
The mvsata driver supports the Marvell Hercules-I and Hercules-II family of SATA controllers, interfacing the hardware with the ata(4) and
atapi(4) subsystems.
The following controllers are supported by the mvsata driver:
Adaptec RAID 1420SA
Adaptec RAID 1430SA
Marvell 88SX50xx Hercules-I
Marvell 88SX60xx Hercules-II
Marvell 88SX70xx Hercules-II
Triones Technologies RocketRAID 2310 RAID card
The 88SX60xx and later support Native Command Queuing. The 88SX70xx also supports ATAPI.
SEE ALSO ata(4), atapi(4), pci(4), wd(4)HISTORY
The mvsata driver first appeared in NetBSD 6.0.
AUTHORS
The mvsata driver was written by KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>.
BUGS
SATA Native Command Queuing is not yet supported.
Device hot swapping is not yet supported.
ATAPI is not yet tested.
Marvell's Software RAID is not yet supported by the
ataraid(4) driver. raid(4) can be used instead.
BSD July 19, 2009 BSD
Check Out this Related Man Page
AHCISATA(4) BSD Kernel Interfaces Manual AHCISATA(4)NAME
ahcisata -- AHCI 1.0 and 1.1 compliant SATA controllers driver
SYNOPSIS
ahcisata* at pci? dev ? function ? flags 0x0000
DESCRIPTION
The ahcisata driver supports SATA controllers compliant with the Serial ATA Advanced Host Controller Interface Revision 1.0 or 1.1 specifica-
tion, and provides the interface to the hardware for the ata(4) driver.
The ahcisata driver will only attach if the controller has been put in AHCI mode by the BIOS; if the controller is in pciide-compatible mode,
it will be handled by the appropriate driver (piixide(4) for Intel AHCI controllers).
SEE ALSO ata(4), atapi(4), intro(4), pci(4), pciide(4), wd(4), wdc(4)
Intel Corporation, Serial ATA Advanced Host Controller Interface (AHCI), Revision 1.3,
http://download.intel.com/technology/serialata/pdf/rev1_3.pdf, June 26, 2008.
BUGS
Native Command Queuing is not yet supported.
BSD March 18, 2011 BSD
I don't understood why on SPARC-Platforms have not present RAID-Controller ? Sorry for my bad english, but it's crazy always setup software RAID !!! I whanna Hardware RAID and when i can find solution ? (7 Replies)
Hi guys,
I'm trying to write a small script that sets up RAID using MDADM without asking user for any input.
Here's what I'm doing:
start=`mdadm --create $2 --level=$3 --raid-devices=$4 $5 $6 << MAYDAY
y
MAYDAY`
When I it, I get this
./redundancy -setup /dev/md0 1 2 /dev/files/test0... (3 Replies)
Hello all
We've just bought a T2000. It has two disks and I'm trying to figure out how to create a mirror of the boot disk. I understand that I have to boot into single user mode from DVD and then use the raidctl command to set up the mirror and label the volume afterwards.
Format returns... (4 Replies)
hi all...sudhansu here............ i need some help..........
what is RAID 0+1 and RAID 1+0.............what is the difference between them................
suppose i have 80 gb disk space,then which RAID level i follow n why......... i need redundancy n maximum storage..........please help (3 Replies)
Hey,
I have worked with Linux for some time, but have not gotten into the specifics of hard drive tuning or software RAID. This is about to change. I have a Dell PowerEdge T105 at home and I am purchasing the following:
1GBx4 DDR2 ECC PC6400 RAM
Rosewill RSV-5 E-Sata 5 bay disk enclosure... (6 Replies)
Hi all,
Has anyone experience with proting a Linux driver (C-code) to Solaris 10?
I have a Sunix SATA card with a inicio1622 chipset, but no driver available. From the website of inicio I downloaded the drivercode for Linux 2.4.
Having done some investigation I found a Solaris driver... (4 Replies)
Hi, i had search through this forum about the RAID 5 configurations on HPUX server (model RP5470) but only find this thread:
https://www.unix.com/hp-ux/23910-raid-0-unix.html
.. there are two way to configure the RAID that provided from this thread
RAID 0
****************
#!/bin/sh... (7 Replies)
Hello, recently I worked about RAID (soft Raid), I use mdadm command. There are some questions, for example:
1, I make a RAID named /dev/md0.
mdadm -C -v /dev/md0 -l1 -n2 -x1 /dev/hda1 /dev/hdb1 /dev/hdc1
2, Then I stop it.
mdadm -S /dev/md0
3, Then I make another RAID also named /dev/md0,... (3 Replies)
hello
my centOS newly installed system loading dmraid modules on startup
I did remove all LVM/raid things from system installation menus and after installation too but dmraid is still there
and he says: no raid disks found
also I did modprobe -r dm_raid45 and it do remove it but only until... (7 Replies)
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)
I have an upgrade path in mind for a new computer that will be stocked with a 2TB SATA 300 hard disk. This is a choice based on information that SATA 300 is not necessarily faster than SATA 600. The upgrade path in a year time or so would then involve the purchase of an SSD that would contain the... (4 Replies)
Hi,
I went to a computer store and the salesman sold me a SATA cable and told me that all SATA cables are the same. Another salesman at a different store told me a cable rated for SATA 2, which I bought, MIGHT work as well as one rate for SATA 3 but it is not guaranteed. I decided to run a... (3 Replies)
I am new to the AIX operating system and am seeking out some advice. We recently have had a drive go bad on our AIX server that is in a RAID 10 array. We have a replacement on the way. I was wondering what the correct steps are to swap out this drive. Does the server need to be powered off? Or can... (5 Replies)