Changeset c8eddf4 in mainline


Ignore:
Timestamp:
2011-05-06T15:33:56Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9350e837
Parents:
3da17644
Message:

Fixed: be carefull about Gate A20 in OHCI Legaci support

Add matchids for ATi SB400 EHCI and OHCI

Location:
uspace/drv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ehci-hcd/ehci-hcd.ma

    r3da17644 rc8eddf4  
    2210 pci/ven=1002&dev=4386
    3310 pci/ven=1002&dev=4396
     410 pci/ven=1002&dev=4373
    4510 pci/ven=1022&dev=7463
    5610 pci/ven=1022&dev=7808
  • uspace/drv/ohci/hc.c

    r3da17644 rc8eddf4  
    334334{
    335335        assert(instance);
     336        usb_log_debug("Requesting OHCI control.\n");
    336337        /* Turn off legacy emulation */
    337338        volatile uint32_t *ohci_emulation_reg =
     
    339340        usb_log_debug("OHCI legacy register %p: %x.\n",
    340341                ohci_emulation_reg, *ohci_emulation_reg);
    341         *ohci_emulation_reg = 0;
     342        *ohci_emulation_reg &= ~0x1;
    342343
    343344        /* Interrupt routing enabled => smm driver is active */
  • uspace/drv/ohci/ohci.ma

    r3da17644 rc8eddf4  
    1110 pci/ven=106b&dev=003f
    2210 pci/ven=10de&dev=0aa5
     3
     410 pci/ven=1002&dev=4374
     510 pci/ven=1002&dev=4375
    36
    4710 pci/ven=1002&dev=4387
Note: See TracChangeset for help on using the changeset viewer.