Changeset 9ef0d6d in mainline


Ignore:
Timestamp:
2011-02-28T22:59:31Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b375bb8
Parents:
ab414a6
Message:

Remove warning and use proper value for turning of legacy support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/pci.c

    rab414a6 r9ef0d6d  
    140140
    141141  sysarg_t address = 0xc0;
    142         sysarg_t value = 0xb0;
    143 
    144         usb_log_warning("phone %d, iface %d(%d), method %d, address %#x, value %#x.\n",
    145             parent_phone,DEV_IFACE_ID(PCI_DEV_IFACE), PCI_DEV_IFACE, IPC_M_CONFIG_SPACE_WRITE_16, address, value);
     142        sysarg_t value = 0x8f00;
    146143
    147144  int rc = async_req_3_0(parent_phone, DEV_IFACE_ID(PCI_DEV_IFACE),
Note: See TracChangeset for help on using the changeset viewer.