1 '\" te
   2 .\" Copyright (c) 2009, Sun Microsystems, Inc.  All Rights Reserved
   3 .\" 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.
   4 .\" 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.
   5 .\" 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]
   6 .TH SDA 7D "Jan 8, 2009"
   7 .SH NAME
   8 sda \- SD/MMC architecture
   9 .SH DESCRIPTION
  10 .sp
  11 .LP
  12 The \fBsda\fR module provides support services for Secure Digital (SD) and
  13 MultiMediaCard (MMC) slot and card device drivers.
  14 .SH FILES
  15 .sp
  16 .ne 2
  17 .na
  18 \fB\fB/kernel/misc/sda\fR\fR
  19 .ad
  20 .RS 28n
  21 32-bit ELF kernel module (x86).
  22 .RE
  23 
  24 .sp
  25 .ne 2
  26 .na
  27 \fB\fB/kernel/misc/amd64/sda\fR\fR
  28 .ad
  29 .RS 28n
  30 64-bit ELF kernel module (x86).
  31 .RE
  32 
  33 .sp
  34 .ne 2
  35 .na
  36 \fB\fB/kernel/misc/sparcv9/sda\fR\fR
  37 .ad
  38 .RS 28n
  39 64-bit ELF kernel module (SPARC).
  40 .RE
  41 
  42 .SH ATTRIBUTES
  43 .sp
  44 .LP
  45 See \fBattributes\fR(5) for a description of the following attributes:
  46 .sp
  47 
  48 .sp
  49 .TS
  50 box;
  51 c | c
  52 l | l .
  53 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  54 _
  55 Architecture    SPARC, x86
  56 .TE
  57 
  58 .SH SEE ALSO
  59 .sp
  60 .LP
  61 \fBcfgadm_sdcard\fR(1M), \fBattributes\fR(5), \fBblk2scsa\fR(7D), \fBsd\fR(7D),
  62 \fBsdcard\fR(7D), \fBsdhost\fR(7D), \fBscsa2usb\fR(7D), \fBwbsd\fR(7D)
  63 .sp
  64 .LP
  65 \fISystem Administration Guide, Volume I\fR
  66 .sp
  67 .LP
  68 \fISystem Administration Guide: Basic Administration\fR
  69 .SH NOTES
  70 .sp
  71 .LP
  72 The \fBsda\fR module provides support only for SD/MMC devices that are
  73 connected via a supported slot driver. Notably, slots that are on USB busses
  74 are normally treated as USB mass storage devices and are serviced by the
  75 \fBscsa2usb\fR(7D) driver.