ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

data.c
Go to the documentation of this file.
00001 /*++
00002 
00003 Copyright (C) Microsoft Corporation, 1991 - 1999
00004 
00005 Module Name:
00006 
00007     disk.c
00008 
00009 Abstract:
00010 
00011     SCSI disk class driver
00012 
00013 Environment:
00014 
00015     kernel mode only
00016 
00017 Notes:
00018 
00019 Revision History:
00020 
00021 --*/
00022 
00023 #include "classp.h"
00024 
00025 #ifdef ALLOC_DATA_PRAGMA
00026 #pragma data_seg("PAGE")
00027 #endif
00028 
00029 /*
00030 #define FDO_HACK_CANNOT_LOCK_MEDIA (0x00000001)
00031 #define FDO_HACK_GESN_IS_BAD       (0x00000002)
00032 */
00033 
00034 CLASSPNP_SCAN_FOR_SPECIAL_INFO ClassBadItems[] = {
00035     { ""        , "MITSUMI CD-ROM FX240"           , NULL,   0x02 },
00036     { ""        , "MITSUMI CD-ROM FX320"           , NULL,   0x02 },
00037     { ""        , "MITSUMI CD-ROM FX322"           , NULL,   0x02 },
00038     { ""        , "COMPAQ CRD-8481B"               , NULL,   0x04 },
00039     { NULL      , NULL                             , NULL,   0x0  }
00040 };
00041 
00042 
00043 GUID ClassGuidQueryRegInfoEx = GUID_CLASSPNP_QUERY_REGINFOEX;
00044 
00045 #ifdef ALLOC_DATA_PRAGMA
00046 #pragma data_seg()
00047 #endif
00048 

Generated on Fri May 25 2012 04:26:16 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.