Changeset 112 for trunk/src/os2ahci/pci.c
- Timestamp:
- Jul 6, 2011, 10:02:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r111 r112 183 183 184 184 static char s_generic[] = "Generic"; 185 186 /******************************************************************************187 * other strings188 */189 static char s_already_claimed[] = "Warning: device already claimed by another driver.\n";190 185 191 186 … … 937 932 } 938 933 939 dddphex(parm, sizeof(*parm), TRACE_MINOR_OEMHLP_PARM,"oemhlp_parm: ");940 dddphex(data, sizeof(*data), TRACE_MINOR_OEMHLP_DATA,"oemhlp_data: ");934 dddphex(parm, sizeof(*parm), "oemhlp_parm: "); 935 dddphex(data, sizeof(*data), "oemhlp_data: "); 941 936 942 937 if (ioctl.rph.Status & STERR) {
Note:
See TracChangeset
for help on using the changeset viewer.