diff options
| author | Jason <[email protected]> | 2022-10-14 13:50:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-14 13:50:18 -0700 |
| commit | f20a01318ddb570731de91f62e94b37550139b28 (patch) | |
| tree | 365157e9db6bcf272fd8a4397dc6c30b892eab6d /storage | |
| parent | d475c9bca937ddbd72b8b423783a140356306fb0 (diff) | |
Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors (#793)
* Clean up some misc infverif 1203 errors
* Clean up some infverif 1324 (no PnpLockdown=1) errors
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/class/cdrom/src/cdrom.inf | bin | 8312 -> 8366 bytes | |||
| -rw-r--r-- | storage/class/disk/src/diskdev.inf | 1 | ||||
| -rw-r--r-- | storage/miniports/lsi_u3/src/lsi_u3.inf | bin | 6022 -> 6052 bytes | |||
| -rw-r--r-- | storage/sfloppy/src/sfloppy.inf | 1 |
4 files changed, 2 insertions, 0 deletions
diff --git a/storage/class/cdrom/src/cdrom.inf b/storage/class/cdrom/src/cdrom.inf Binary files differindex d74fe65b..47245307 100644 --- a/storage/class/cdrom/src/cdrom.inf +++ b/storage/class/cdrom/src/cdrom.inf diff --git a/storage/class/disk/src/diskdev.inf b/storage/class/disk/src/diskdev.inf index 73a26b23..4db49829 100644 --- a/storage/class/disk/src/diskdev.inf +++ b/storage/class/disk/src/diskdev.inf @@ -15,6 +15,7 @@ ClassGUID={4d36e967-e325-11ce-bfc1-08002be10318} Class=DiskDrive DriverVer=08/27/1999,5.2.1425.0 ;CatalogFile=your_cat_here.cat ; Supply your own catalog file here. +PnpLockdown=1 [DestinationDirs] DefaultDestDir = 12 diff --git a/storage/miniports/lsi_u3/src/lsi_u3.inf b/storage/miniports/lsi_u3/src/lsi_u3.inf Binary files differindex 8d631d41..821c9555 100644 --- a/storage/miniports/lsi_u3/src/lsi_u3.inf +++ b/storage/miniports/lsi_u3/src/lsi_u3.inf diff --git a/storage/sfloppy/src/sfloppy.inf b/storage/sfloppy/src/sfloppy.inf index 5eb2f79a..2f5c4bbd 100644 --- a/storage/sfloppy/src/sfloppy.inf +++ b/storage/sfloppy/src/sfloppy.inf @@ -11,6 +11,7 @@ ClassGuid={4D36E980-E325-11CE-BFC1-08002BE10318} Provider=%ProviderString% CatalogFile=ddk_sample.cat DriverVer=05/17/2002,5.2.3635.0 +PnpLockdown=1 ;You must specify which platform is supported by each SourceDisksNames section ;Valid platform identifiers include .x86, .ia64, .alpha, .axp64 |
