Ignore:
Timestamp:
Dec 23, 2010, 11:06:03 PM (15 years ago)
Author:
chris
Message:
  • Added code to dprintf TF_DATA register in restart_ctxhook
  • Cleaned up aws_free() calls; in a nutshell, aws_free() will always be called when IORBs complete (successfully or with an error) and this is now verified; redundant invocations of aws_free() have been removed.
  • atapi_req_sense_pp() now sets the iorb_workspace(iorb)->complete = 1
File:
1 edited

Legend:

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

    r37 r66  
    9595/******************************************************************************
    9696 * Initialize COM1 to 115200,n,8,1
     97 *
     98 * NOTE: Something is wrong with this code, or the init sequence, but we never
     99 *       got around to fixing it because it works fine on Virtualbox, and on
     100 *       physical machines we tend to have the kernel debugger running on the
     101 *       same port simply because serial ports are not that plenty on PCs
     102 *       these days, thus KDB will set port parameters for us. This is going
     103 *       to be fixed eventually...
    97104 */
    98105void init_com1(void)
Note: See TracChangeset for help on using the changeset viewer.