Ignore:
Timestamp:
Sep 7, 2013, 5:52:45 PM (12 years ago)
Author:
David Azarewicz
Message:

Enhanced debug output
Fixed a long time PCI ID bug.

File:
1 edited

Legend:

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

    r170 r171  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
     6 * Copyright (c) 2013 David Azarewicz
    67 *
    78 * Authors: Christian Mueller, Markus Thielen
     
    376377
    377378  u32           port_map;              /* bitmap of active ports */
     379  u16           pci_vendor;
     380  u16           pci_device;
    378381
    379382  /* initial adapter configuration from BIOS */
     
    572575extern u16         trace_read    (u8 _far *buf, u16 cb_buf);
    573576extern u16         trace_char_dev(RP_RWV _far *rwrb);
    574 extern void        build_user_info(void);
     577extern void        build_user_info(int check);
    575578
    576579/* pci.c */
Note: See TracChangeset for help on using the changeset viewer.