Chameleon

Chameleon Commit Details

Date:2010-05-16 01:47:24 (13 years 10 months ago)
Author:Evan Lojewski
Commit:156
Parents: 155
Message:Moved legacyOff code to after ehciAquire
Changes:
M/branches/meklort/i386/libsaio/usb.c

File differences

branches/meklort/i386/libsaio/usb.c
7979
8080
8181
82
8283
83
8484
8585
8686
while(current)
{
uhci_reset(current->pciDev);
ehci_acquire(current->pciDev);
legacy_off(current->pciDev);
ehci_acquire(current->pciDev);
current = current->next;
}

Archive Download the corresponding diff file

Revision: 156