1 '\" te 2 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved 3 .\" Copyright 2011 Nexenta Systems, Inc. All rights reserved. 4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 7 .TH NV_SATA 7D "Sep 25, 2011" 8 .SH NAME 9 nv_sata \- NVIDIA CK804/MCP04/MCP51/MCP55/MCP61 SATA controller driver 10 .SH SYNOPSIS 11 .LP 12 .nf 13 \fBsata@unit-address\fR 14 .fi 15 16 .SH DESCRIPTION 17 .sp 18 .LP 19 The \fBnv_sata\fR driver is a SATA HBA driver that supports NVIDIA CK804/MCP04 20 and MCP51/MCP55/MCP61 SATA HBA controllers. Note that while these controllers 21 support standard SATA features including SATA-II drives, NCQ, hotplug and ATAPI 22 drives, the driver currently does not support NCQ features. 23 .SH CONFIGURATION 24 .sp 25 .LP 26 The \fBnv_sata\fR module contains no user configurable parameters. 27 .SH FILES 28 .sp 29 .ne 2 30 .na 31 \fB\fB/kernel/drv/nv_sata\fR\fR 32 .ad 33 .sp .6 34 .RS 4n 35 32-bit \fBELF\fR kernel module (x86). 36 .RE 37 38 .sp 39 .ne 2 40 .na 41 \fB\fB/kernel/drv/amd64/nv_sata\fR\fR 42 .ad 43 .sp .6 44 .RS 4n 45 64-bit \fBELF\fR kernel module (x86). 46 .RE 47 48 .SH ATTRIBUTES 49 .sp 50 .LP 51 See \fBattributes\fR(5) for descriptions of the following attribute: 52 .sp 53 54 .sp 55 .TS 56 box; 57 c | c 58 l | l . 59 ATTRIBUTE TYPE ATTRIBUTE VALUE 60 _ 61 Architecture x86 62 .TE 63 64 .SH SEE ALSO 65 .sp 66 .LP 67 \fBcfgadm\fR(1M), \fBcfgadm_sata\fR(1M), \fBprtconf\fR(1M), \fBsata\fR(7D), 68 \fBsd\fR(7D) 69 .sp 70 .LP 71 \fIWriting Device Drivers\fR