cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb.c usb_port.h
usbdi.c
Josef Karthauser
joe at FreeBSD.org
Sun Nov 9 15:54:22 PST 2003
joe 2003/11/09 15:54:21 PST
FreeBSD src repository
Modified files:
sys/dev/usb ehci.c ohci.c uhci.c usb.c usb_port.h
usbdi.c
Log:
MFNetBSD:
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
Revision Changes Path
1.4 +1 -1 src/sys/dev/usb/ehci.c
1.133 +2 -2 src/sys/dev/usb/ohci.c
1.146 +3 -3 src/sys/dev/usb/uhci.c
1.95 +1 -0 src/sys/dev/usb/usb.c
1.65 +1 -7 src/sys/dev/usb/usb_port.h
1.83 +2 -2 src/sys/dev/usb/usbdi.c
More information about the cvs-src
mailing list