Changeset 205 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r204 r205 1 /** ****************************************************************************1 /** 2 2 * os2ahci.c - main file for os2ahci driver 3 3 * 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Copyright (c) 2013-20 18 David Azarewicz6 * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net> 7 7 * 8 8 * Authors: Christian Mueller, Markus Thielen … … 30 30 #include "version.h" 31 31 #include "devhdr.h" 32 33 /* -------------------------- macros and constants ------------------------- */34 32 35 33 /* set two-dimensional array of port options */ … … 55 53 #define TYPE_KRNL_EXIT_INT13 0x0004 /* enable int13 IO */ 56 54 57 /* ------------------------ typedefs and structures ------------------------ */58 59 /* -------------------------- function prototypes -------------------------- */60 61 55 extern int SetPsdPutc(void); 62 56 static int add_unit_info(IORB_CONFIGURATION *iorb_conf, int dt_ai, int a, int p, int d, int scsi_id); 63 57 64 /* ------------------------ global/static variables ------------------------ */65 58 int thorough_scan = 1; /* if != 0, perform thorough PCI scan */ 66 59 int init_reset = 1; /* if != 0, reset ports during init */ … … 106 99 107 100 char BldLevel[] = BLDLEVEL; 108 109 /* ----------------------------- start of code ----------------------------- */110 101 111 102 /****************************************************************************** … … 1550 1541 1551 1542 Timer_CancelTimer(timer_handle); 1552 dprintf(0,"timeout for IORB %x \n", vIorb);1543 dprintf(0,"timeout for IORB %x port=%x\n", vIorb, p); 1553 1544 1554 1545 /* Move the timed-out IORB to the abort queue. Since it's possible that the
Note:
See TracChangeset
for help on using the changeset viewer.