1; 2; iologmsg.mc MESSAGE resources for iologmsg.dll 3; 4 5MessageIdTypedef=NTSTATUS 6 7SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS 8 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL 9 Warning=0x2:STATUS_SEVERITY_WARNING 10 Error=0x3:STATUS_SEVERITY_ERROR 11 ) 12 13FacilityNames=(RpcRuntime=0x2:FACILITY_RPC_RUNTIME 14 RpcStubs=0x3:FACILITY_RPC_STUBS 15 IO=0x4:FACILITY_IO_ERROR_CODE 16 MCA=0x5:FACILITY_MCA_ERROR_CODE 17 ) 18 19LanguageNames=(English=0x409:MSG00409) 20 21 22; 23; message definitions 24; 25 26; Facility=IO 27 28; IO Error messages 29 30MessageId=1 31Severity=Success 32Facility=IO 33SymbolicName=IO_ERR_RETRY_SUCCEEDED 34Language=English 35A retry succeeded. 36. 37 38MessageId=2 39Severity=Error 40Facility=IO 41SymbolicName=IO_ERR_INSUFFICIENT_RESOURCES 42Language=English 43Insufficient resources. 44. 45 46MessageId=3 47Severity=Error 48Facility=IO 49SymbolicName=IO_ERR_CONFIGURATION_ERROR 50Language=English 51Driver or device is incorrectly configured for %1. 52. 53 54MessageId=4 55Severity=Error 56Facility=IO 57SymbolicName=IO_ERR_DRIVER_ERROR 58Language=English 59Driver detected an internal error in its data structures for %1. 60. 61 62MessageId=5 63Severity=Error 64Facility=IO 65SymbolicName=IO_ERR_PARITY 66Language=English 67A parity error was detected on %1. 68. 69 70MessageId=6 71Severity=Error 72Facility=IO 73SymbolicName=IO_ERR_SEEK_ERROR 74Language=English 75The device, %1, had a seek error. 76. 77 78MessageId=7 79Severity=Error 80Facility=IO 81SymbolicName=IO_ERR_BAD_BLOCK 82Language=English 83The device, %1, has a bad block. 84. 85 86MessageId=8 87Severity=Error 88Facility=IO 89SymbolicName=IO_ERR_OVERRUN_ERROR 90Language=English 91An overrun occurred on %1. 92. 93 94MessageId=9 95Severity=Error 96Facility=IO 97SymbolicName=IO_ERR_TIMEOUT 98Language=English 99The device, %1, did not respond within the timeout period. 100. 101 102MessageId=10 103Severity=Error 104Facility=IO 105SymbolicName=IO_ERR_SEQUENCE 106Language=English 107The driver detected an unexpected sequence by the device, %1. 108. 109 110MessageId=11 111Severity=Error 112Facility=IO 113SymbolicName=IO_ERR_CONTROLLER_ERROR 114Language=English 115The driver detected a controller error on %1. 116. 117 118MessageId=12 119Severity=Error 120Facility=IO 121SymbolicName=IO_ERR_INTERNAL_ERROR 122Language=English 123The driver detected an internal driver error on %1. 124. 125 126MessageId=13 127Severity=Error 128Facility=IO 129SymbolicName=IO_ERR_INCORRECT_IRQL 130Language=English 131The driver was configured with an incorrect interrupt for %1. 132. 133 134MessageId=14 135Severity=Error 136Facility=IO 137SymbolicName=IO_ERR_INVALID_IOBASE 138Language=English 139The driver was configured with an invalid I/O base address for %1. 140. 141 142MessageId=15 143Severity=Error 144Facility=IO 145SymbolicName=IO_ERR_NOT_READY 146Language=English 147Insufficient resources. 148. 149 150MessageId=16 151Severity=Error 152Facility=IO 153SymbolicName=IO_ERR_INVALID_REQUEST 154Language=English 155The request is incorrectly formatted for %1. 156. 157 158MessageId=17 159Severity=Error 160Facility=IO 161SymbolicName=IO_ERR_VERSION 162Language=English 163The wrong version of the driver has been loaded. 164. 165 166MessageId=18 167Severity=Error 168Facility=IO 169SymbolicName=IO_ERR_LAYERED_FAILURE 170Language=English 171The driver beneath this one has failed in some way for %1. 172. 173 174MessageId=19 175Severity=Error 176Facility=IO 177SymbolicName=IO_ERR_RESET 178Language=English 179The device, %1, has been reset. 180. 181 182MessageId=20 183Severity=Error 184Facility=IO 185SymbolicName=IO_ERR_PROTOCOL 186Language=English 187A transport driver received a frame which violated the protocol. 188. 189 190MessageId=21 191Severity=Error 192Facility=IO 193SymbolicName=IO_ERR_MEMORY_CONFLICT_DETECTED 194Language=English 195A conflict has been detected between two drivers which claimed two overlapping 196memory regions. 197Driver %2, with device <%3>, claimed a memory range with starting address 198in data address 0x28 and 0x2c, and length in data address 0x30. 199. 200 201MessageId=22 202Severity=Error 203Facility=IO 204SymbolicName=IO_ERR_PORT_CONFLICT_DETECTED 205Language=English 206A conflict has been detected between two drivers which claimed two overlapping 207Io port regions. 208Driver %2, with device <%3>, claimed an IO port range with starting address 209in data address 0x28 and 0x2c, and length in data address 0x30. 210. 211 212MessageId=23 213Severity=Error 214Facility=IO 215SymbolicName=IO_ERR_DMA_CONFLICT_DETECTED 216Language=English 217A conflict has been detected between two drivers which claimed equivalent DMA 218channels. 219Driver %2, with device <%3>, claimed the DMA Channel in data address 0x28, with 220optinal port in data address 0x2c. 221. 222 223MessageId=24 224Severity=Error 225Facility=IO 226SymbolicName=IO_ERR_IRQ_CONFLICT_DETECTED 227Language=English 228A conflict has been detected between two drivers which claimed equivalent IRQs. 229Driver %2, with device <%3>, claimed an interrupt with Level in data address 2300x28, vector in data address 0x2c and Affinity in data address 0x30. 231. 232 233MessageId=25 234Severity=Error 235Facility=IO 236SymbolicName=IO_ERR_BAD_FIRMWARE 237Language=English 238Insufficient resources. 239The driver has detected a device with old or out-of-date firmware. The 240device will not be used. 241. 242 243MessageId=26 244Severity=Warning 245Facility=IO 246SymbolicName=IO_WRN_BAD_FIRMWARE 247Language=English 248The driver has detected that device %1 has old or out-of-date firmware. 249Reduced performance may result. 250. 251 252MessageId=27 253Severity=Error 254Facility=IO 255SymbolicName=IO_ERR_DMA_RESOURCE_CONFLICT 256Language=English 257The device could not allocate one or more required resources due to conflicts 258with other devices. The device DMA setting of '%2' could not be 259satisified due to a conflict with Driver '%3'. 260. 261 262MessageId=28 263Severity=Error 264Facility=IO 265SymbolicName=IO_ERR_INTERRUPT_RESOURCE_CONFLICT 266Language=English 267The device could not allocate one or more required resources due to conflicts 268with other devices. The device interrupt setting of '%2' could not be 269satisified due to a conflict with Driver '%3'. 270. 271 272MessageId=29 273Severity=Error 274Facility=IO 275SymbolicName=IO_ERR_MEMORY_RESOURCE_CONFLICT 276Language=English 277The device could not allocate one or more required resources due to conflicts 278with other devices. The device memory setting of '%2' could not be 279satisified due to a conflict with Driver '%3'. 280. 281 282MessageId=30 283Severity=Error 284Facility=IO 285SymbolicName=IO_ERR_PORT_RESOURCE_CONFLICT 286Language=English 287The device could not allocate one or more required resources due to conflicts 288with other devices. The device port setting of '%2' could not be 289satisified due to a conflict with Driver '%3'. 290. 291 292MessageId=31 293Severity=Error 294Facility=IO 295SymbolicName=IO_BAD_BLOCK_WITH_NAME 296Language=English 297The file %2 on device %1 contains a bad disk block. 298. 299 300MessageId=32 301Severity=Warning 302Facility=IO 303SymbolicName=IO_WRITE_CACHE_ENABLED 304Language=English 305The driver detected that the device %1 has its write cache enabled. Data corruption may occur. 306. 307 308MessageId=33 309Severity=Warning 310Facility=IO 311SymbolicName=IO_RECOVERED_VIA_ECC 312Language=English 313Data was recovered using error correction code on device %1. 314. 315 316MessageId=34 317Severity=Warning 318Facility=IO 319SymbolicName=IO_WRITE_CACHE_DISABLED 320Language=English 321The driver disabled the write cache on device %1. 322. 323 324MessageId=36 325Severity=Informational 326Facility=IO 327SymbolicName=IO_FILE_QUOTA_THRESHOLD 328Language=English 329A user hit their quota threshold on volume %2. 330. 331 332MessageId=37 333Severity=Informational 334Facility=IO 335SymbolicName=IO_FILE_QUOTA_LIMIT 336Language=English 337A user hit their quota limit on volume %2. 338. 339 340MessageId=38 341Severity=Informational 342Facility=IO 343SymbolicName=IO_FILE_QUOTA_STARTED 344Language=English 345The system has started rebuilding the user disk quota information on 346device %1 with label "%2". 347. 348 349MessageId=39 350Severity=Informational 351Facility=IO 352SymbolicName=IO_FILE_QUOTA_SUCCEEDED 353Language=English 354The system has successfully rebuilt the user disk quota information on 355device %1 with label "%2". 356. 357 358MessageId=40 359Severity=Warning 360Facility=IO 361SymbolicName=IO_FILE_QUOTA_FAILED 362Language=English 363The system has encounted an error rebuilding the user disk quota 364information on device %1 with label "%2". 365. 366