Ignore:
Timestamp:
Jan 2, 2021, 1:06:02 AM (5 years ago)
Author:
David Azarewicz
Message:

Fixed ADD RM id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r204 r205  
    1 /******************************************************************************
     1/**
    22 * os2ahci.c - main file for os2ahci driver
    33 *
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
    6  * Copyright (c) 2013-2018 David Azarewicz
     6 * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net>
    77 *
    88 * Authors: Christian Mueller, Markus Thielen
     
    3030#include "version.h"
    3131#include "devhdr.h"
    32 
    33 /* -------------------------- macros and constants ------------------------- */
    3432
    3533/* set two-dimensional array of port options */
     
    5553#define TYPE_KRNL_EXIT_INT13      0x0004  /* enable int13 IO */
    5654
    57 /* ------------------------ typedefs and structures ------------------------ */
    58 
    59 /* -------------------------- function prototypes -------------------------- */
    60 
    6155extern int SetPsdPutc(void);
    6256static int add_unit_info(IORB_CONFIGURATION *iorb_conf, int dt_ai, int a, int p, int d, int scsi_id);
    6357
    64 /* ------------------------ global/static variables ------------------------ */
    6558int thorough_scan = 1; /* if != 0, perform thorough PCI scan */
    6659int init_reset = 1;    /* if != 0, reset ports during init */
     
    10699
    107100char BldLevel[] = BLDLEVEL;
    108 
    109 /* ----------------------------- start of code ----------------------------- */
    110101
    111102/******************************************************************************
     
    15501541
    15511542  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);
    15531544
    15541545  /* 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.