blob: 55f16b340332ea96149039f96825866b70581db1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
page_type: sample
description: "An adapter driver for use with Parallel SCSI Host Bus Adapters or on-motherboard solutions that use the LSI 53C1010 SCSI ASIC."
languages:
- cpp
products:
- windows
- windows-wdk
---
# LSI\_U3 StorPort Miniport Driver
The LSI\_U3 sample is an adapter driver for use with Parallel SCSI Host Bus Adapters or on-motherboard solutions that use the LSI 53C1010 SCSI ASIC.
These sources are presented for your education and use with these generally available LSI SCSI-class adapters. The intended use of this sample driver is for this purpose only.
## Universal Windows Driver Compliant
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
## Installation and Operation
The operation of this sample requires one of the following hardware items:
- Parallel SCSI Host Bus Adapter
- On-motherboard solution that uses the LSI 53C1010 SCSI ASIC
For more information, see [Storport Miniport Drivers](https://docs.microsoft.com/windows-hardware/drivers/storage/storport-miniport-drivers) in the storage technologies design guide.
|