<!--
{
  "availability" : [
    "DriverKit: 20.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SCSIControllerDriverKit",
  "identifier" : "/documentation/SCSIControllerDriverKit",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "SCSIControllerDriverKit"
    ],
    "preciseIdentifier" : "SCSIControllerDriverKit"
  },
  "title" : "SCSIControllerDriverKit"
}
-->

# SCSIControllerDriverKit

Develop drivers for SCSI protocol-based devices.

## Overview

The SCSIControllerDriverKit framework supports the development of DriverKit extension (dext) drivers for devices that communicate using SCSI protocols.

Develop your driver by subclassing [`IOUserSCSIParallelInterfaceController`](/documentation/SCSIControllerDriverKit/IOUserSCSIParallelInterfaceController), overriding all methods the framework declares as pure virtual. Then package your driver in an app that uses the <doc://com.apple.documentation/documentation/SystemExtensions> framework to install and upgrade the driver on the user’s Mac.

> Note:
> SCSIControllerDriverKit is available on macOS.

## Topics

### Essentials

  <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.driverkit.family.scsicontroller>

### Samples

  <doc://com.apple.documentation/documentation/DriverKit/driverkit-sample-code>

### Driver Interfaces

[`IOUserSCSIParallelInterfaceController`](/documentation/SCSIControllerDriverKit/IOUserSCSIParallelInterfaceController)

A DriverKit provider object that manages communications with SCSI-based devices.

### Macros

[Macros](/documentation/SCSIControllerDriverKit/SCSIControllerDriverKit-macros)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)