CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/07 05:31:09
Modified files:
sys/dev/usb : ehci.c
Log message:
In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with
LIST_INSERT_HEAD(..) to prevent a crash when the freelist is empty. From
NetBSD.
