Date: Sun, 9 Nov 2003 15:54:21 -0800 (PST) From: Josef Karthauser <joe@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb.c usb_port.h usbdi.c Message-ID: <200311092354.hA9NsL2D045202@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311092354.hA9NsL2D045202>
