Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
418 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. data.h
  5. Abstract:
  6. This module provides the definitions for controller types
  7. Author(s):
  8. Neil Sandlin (neilsa)
  9. Revisions:
  10. --*/
  11. #ifndef _SDBUS_DATA_H_
  12. #define _SDBUS_DATA_H_
  13. //
  14. // Vendor/Device Ids for sd controllers we're interested in
  15. //
  16. #define PCI_TOSHIBA_VENDORID 0x1179
  17. #endif // _SDBUS_DATA_H_